OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: vanGoGH on 24 Jul 2003, 17:32:06

Title: intro
Post by: vanGoGH on 24 Jul 2003, 17:32:06
I created an intro and a mission. But when I export this to a multiplayer mission, the intro wont show. How do I solve this?

thanks
Title: Re:intro
Post by: Terox on 24 Jul 2003, 17:46:39
try posting the script so we can have a ganders at it
Title: Re:intro
Post by: vanGoGH on 24 Jul 2003, 17:53:07
no scripts involved, its all done in the editor. When exporting it to single player mission, it works. But as multiplayer mission it doesnt..
Title: Re:intro
Post by: Zombie on 24 Jul 2003, 18:03:01
Intros created in the editor don't work in multiplayer.  If you want an intro in multi you have to use scripts
Title: Re:intro
Post by: Sui on 25 Jul 2003, 02:33:42
Bit of a correction here...

Intros do not work in multiplayer full stop. It doesn't matter if they're scripted or editor driven.

It is possible to have a cutscene at the start of the mission, but the 'intro' section of the editor is skipped in MP.
Title: Re:intro
Post by: Mr.BoDean on 25 Jul 2003, 09:05:53
Van Gogh, I found this out a bit late myself. My workaround via help from MacGuba and others was to copy and paste the elements from the intro into the mission itself and just have triggers activate it at the start of the mission.  

   Scripting it is more reliable , but you can get something to work this way. After the "intro" is finished, you can have a trigger to deletevehicle all unnecessary vehicles, objects, units, etc. to help ease lag in your game. Hope that helps!  ;D