Editors Depot - Mission Editing and Scripting > Arma3 - Editing/Scripting General

Camera - black screen, fade in

(1/1)

Binary:
Hi folks,

I knew i got this to work in OFP somehow. But i can't for the life of me remember how, and all the threads i've found for this, are for OFP.

I have a working camera intro - and basicly I want to start it off, with a black background, displaying a Rsc (TitleRsc["logo","PLAIN"]), and staying with the black background for some 5 seconds. After that, fade into the next _camera command.

Any helpers on this?

h-:

--- Code: ("sqf") ---cutText ["","BLACK FADED",999999]; //all black from the start
sleep 1; //if script is run at mission start ensures that the 'automatic' fade in at mission start has passed
titleRsc["logo","PLAIN"];
sleep 5;
cutText ["","BLACK IN",3]//fade out to the camera stuff

--- End code ---

Just remember to create and setup the first camera stuff before doing that fade in..
You also may want to add the third (speed) attribute to the titleRsc to ensure it lasts long enough. :dunno:

Binary:
Fantastic  :good:

Rytuklis:
What... Is it really that difficult and different to do in ARMA III?

h-:
It's been like that since Arma 1.

At least I never found any other way since the game has the default fade in at mission start which messes things up (doesn't mean there isn't some other way though)..

Navigation

[0] Message Index

Go to full version