Jump to content
Sign in to follow this  
Aculaud

How do i get this camera effect?

Recommended Posts

How do i make a camera shot fade in from black at the begining of a mission?

Share this post


Link to post
Share on other sites

the easier way is to make a trigger. Then select 'effects' in the trigger. Then choose 'text' and 'black in' from the title box at the bottom of the window. The problem is only when you start the mission is that the trigger activates with a small delay so the fade-in will happen with a little delay too. confused.gif

If you want that the delay will not happen you must do it with a bit harder way. This is the way you do it:

1)open the note pad in windows. copy this script in there:

    titleCut ["","BLACK IN", 2]

(the number means the time to fade in in seconds)

2)save this document in your mission folder (users->your name->your mission) as init.sqs  -  remember to choose 'all files (*.*)'

now the game will automatically run the init.sqs at the beginning of the mission. Now there shoudn't be any delay with the fade-in

reply if it doesn't work

Share this post


Link to post
Share on other sites

actually, i figured out something else that will work. Thanks anyway though

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×