OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: BHD Mod on 29 May 2004, 06:48:21

Title: Get Ready... and briefing
Post by: BHD Mod on 29 May 2004, 06:48:21
Does anyone know how to change the text on the black screen inbetween cutscenes where it usually says "Get ready"? And also how do you change the name of the player in the briefing at the top where it says "Briefing, (whatever your name is)". If i don't want it to be the name of the player, how do i change it?     Thanks a bunch
Title: Re:Get Ready... and briefing
Post by: Chris Death on 29 May 2004, 08:14:33
Best you would head over to the editors depot (link at top of
the page) and have a read through a description.ext tutorial.

Off course i could answer you that question imidiately here too,
but first - where's the fun then  ;D and second - more questions
would follow.  ;)

~S~ CD
Title: Re:Get Ready... and briefing
Post by: rhysduk on 29 May 2004, 12:10:06
I dont think you can change the GET READY text but you can change the TEXT when the MISSIOn and INTRO loads.

EG: It usually says something like Date, Time etc and i think GET READY ( ??? ) Instead of the GET READY sign u can have anythign u want using "OnLoadIntro" and "OnLoadMission", these have to be put in the INIT.sqs file or the Descr.EXT file (cant remember which)

You can also disable the date and time, cant remember the command for it sorry.. Something like ShowTime = 0 (Or False)

Hope this helps.

Rhys
Title: Re:Get Ready... and briefing
Post by: macguba on 29 May 2004, 15:30:02
Following from Chris Death's excellent advice, I can only add that there is a simple working example of a description.ext in the Tutorial Mission in the Ed Depot.   It demonstrates both of the things you want.