Aculaud 0 Posted March 10, 2002 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
KingN 251 Posted March 10, 2002 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. 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
Aculaud 0 Posted March 10, 2002 actually, i figured out something else that will work. Thanks anyway though Share this post Link to post Share on other sites