Home   Help Search Login Register  

Author Topic: Fade Black in whitout intro?  (Read 453 times)

0 Members and 2 Guests are viewing this topic.

kris

  • Guest
Fade Black in whitout intro?
« on: 25 Dec 2002, 00:06:53 »
how do you guys fade the beginning of the mission in?

and also is there written a tut on how to get an image on scren on mission start?

thx in advance

Wolf

  • Guest
Re:Fade Black in whitout intro?
« Reply #1 on: 25 Dec 2002, 00:23:24 »
You can use the tittletext command.
Works in both a trigger, script, and initialization line of a soldier. Place in Init line of soldier if you want it to activate immediatly at the start.

Description :
 Allows you to do a screen fade in or fade out accompanied with on screen text.
 Syntax :
 TitleCut ["text",fadeMethod,fadeDuration]

 text is the text to display on screen
 fadeMethod is the type of fade. Possible values are :

 "BLACK OUT" - Fade to black screen
 "BLACK IN" - Fade in from black screen
 "BLACK FADED" - Similar to BLACK OUT
 "BLACK" - Seemed to be same as BLACK OUT
 "WHITE OUT" - Fade to white screen
 "WHITE IN" - Fade in from white screen

 fadeDuration is the amount of time to do fade in seconds.
 Returns :
 N/A
 Example :
 
Just leave the "Text" empty if you don't want anything said. Such as TitleCut ["","BLACK IN",5]
Don't know about the second one.
« Last Edit: 25 Dec 2002, 00:25:26 by Wolf »

kris

  • Guest
Re:Fade Black in whitout intro?
« Reply #2 on: 25 Dec 2002, 00:31:49 »
Ty kindly, but im not getting the effect i need, my mission starts whit me in a chopper, and the camera going around it, still get like 0.5 sec fro inside the chopper, thats whit: TitleCut ["","BLACK IN",8]
« Last Edit: 25 Dec 2002, 00:42:39 by kris »

kris

  • Guest
Re:Fade Black in whitout intro?
« Reply #3 on: 25 Dec 2002, 01:58:28 »
Got it fixed, used:
titleCut ["","BLACK OUT",0.001]
~1
titleCut ["","BLACK IN",2]
on top of the init.sqs