OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Hunted on 30 Aug 2002, 09:46:45

Title: Title change...
Post by: Hunted on 30 Aug 2002, 09:46:45
Hello all,

I have noticed that some missions have their own custom names instead of 'Get ready...' with the date, time. While the game loads.

Now, How do you change the 'Get ready...' to your own custom setting?
i.e. Operation Blitz
     Day,Month,Time.

Thanks in advance... :joystick: :hmm: :help:

Hunted
Title: Re:Title change...
Post by: JamesX on 30 Aug 2002, 10:11:30
It is a entry in the description.ext file.

onLoadIntro="...loading intro..."
onLoadMission="...loading mission..."

simply write that in a file and save it as description.ext
in the mission directory.

when the ofpec site is online again look in the tutorial area.
there are all entrys in this file explained.
Title: Re:Title change...
Post by: Hunted on 30 Aug 2002, 22:54:23
Thank you JamesX,

Unfortunately, I have created the 'description.ext' and typed in those informations precisely. But no joy.  :-[

I will wait for the site to be back up to check it out.

Thanks again.

Hunted...
Title: Re:Title change...
Post by: Cedaie on 02 Sep 2002, 05:21:28
onLoadIntro[]="Operation Blitz"
onLoadMission[]="Get ready!

??? maybe, just maybe
Title: Re:Title change...
Post by: mikeb on 02 Sep 2002, 12:29:51
I had a strange problem with this after buying reistance.  All my missions I previously made use:

OnLoadMission="XXXX"

and they still work, but any new missions I made like this crash back to the desktop.  Weird.

Haven't tried Cedaie's idea yet, why would that work instead?
Title: Re:Title change...
Post by: Solarix on 02 Sep 2002, 12:31:58
having this in my description.ext file worked fine...

Code: [Select]
onLoadMission="[STO] Flight School (Fundamentals) - by Col Solarix";