Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Fade Black in whitout intro?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Fade Black in whitout intro? (Read 452 times)
0 Members and 1 Guest 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
Logged
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
»
Logged
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
»
Logged
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
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Fade Black in whitout intro?
Top of page