Arma 3
KaiserCanton Feb 21, 2018 @ 5:14pm
How do I make a scene fade out that fade back in?
I have a mission where I need to mission to fade out to black and then fade back in a couple seconds later. I'm not sure how to do this and help would be appreciated.
Originally posted by MATTXYO:
yeah you can just use the below in the sqf file:

[0,"BLACK",3,1] call BIS_fnc_fadeEffect; sleep 5; [1,"BLACK",3,1] call BIS_fnc_fadeEffect;
< >
Showing 1-5 of 5 comments
MATTXYO Feb 21, 2018 @ 6:11pm 
You can put this inside of a trigger onActivation box if using a trigger to activate it.

0 = [] spawn { [0,"BLACK",3,1] call BIS_fnc_fadeEffect; sleep 5; [1,"BLACK",3,1] call BIS_fnc_fadeEffect; };
KaiserCanton Feb 21, 2018 @ 6:45pm 
does it work in sqf?
The author of this topic has marked a post as the answer to their question.
MATTXYO Feb 21, 2018 @ 7:16pm 
yeah you can just use the below in the sqf file:

[0,"BLACK",3,1] call BIS_fnc_fadeEffect; sleep 5; [1,"BLACK",3,1] call BIS_fnc_fadeEffect;
KaiserCanton Feb 21, 2018 @ 7:39pm 
thanks.
Piligrim Jun 13, 2023 @ 1:35am 
what i mast add to get again game screen. it stuck on black
< >
Showing 1-5 of 5 comments
Per page: 1530 50