OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Sphinx on 22 Aug 2002, 10:04:52

Title: Intro Script Prob.
Post by: Sphinx on 22 Aug 2002, 10:04:52
Even though its a script. When the map starts up you see that guy at the beggining. HELP !  >:(
Title: Re:Intro Script Prob.
Post by: Egwal on 22 Aug 2002, 10:19:53
Dunno about that, same happens to me every time.
Title: Re:Intro Script Prob.
Post by: tai mai shu on 22 Aug 2002, 10:21:37
um, yeah, if your gonna ask a question,o your gonna have to explain more thoroughly, were not mind readers! :tomato:

to anyone reading this post:
what i tihnk sphinx is tryin to say is that when you make an intro cutscene, when it starts, there is a brief second or two where you see the player running around, witha  functional HUD, and it looks really unproffesional
Title: Re:Intro Script Prob.
Post by: Sphinx on 22 Aug 2002, 10:25:29
Exactly.. But I scripted it. So it shouldent do that... Shouldent it ?
Title: Re:Intro Script Prob.
Post by: Navy_Seals on 22 Aug 2002, 10:34:58
Don't execute a script from the trigger as it always takes a second or two and thus will show u, the player and only then will execute the cutscene, execute it from the init field and it will work perfectly, cheers ;)
Title: Re:Intro Script Prob.
Post by: Sphinx on 22 Aug 2002, 10:43:50
Danke !
Title: Re:Intro Script Prob.
Post by: T.S.C.Plage on 22 Aug 2002, 13:43:32
Start your script with the init.sqs (starts eveything written in it at the beginning of a mission).

Also you can use -> titlecut ["","Black in",2]
In the empty "" you can write a text to show at the mission start. The "Black in" makes the mission start with a black screen and 2 is the time it takes to go to normal "view" (of course you can change it to any count you want).

Hope this helps...

Plage

Und ich glaube du hast die Sprache verpeilt! ;D
Title: Re:Intro Script Prob.
Post by: Sphinx on 22 Aug 2002, 20:50:23
:toocool: Tnx but... Where's the problem solved button ? I dont see it.. Used to but now I dont?