OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Riker13 on 17 Aug 2003, 15:09:20

Title: Help Please
Post by: Riker13 on 17 Aug 2003, 15:09:20
 ???

I have made my first multiplayer mission, which works well in the editor, I then extract it and all the files to Multiplayer (*.pbo).

But when playing MP with my brother, the game works fine but the script *.sqs file for giving a special gun to me and my brother does not come out.

Why is this?
Title: Re:Help Please
Post by: Artak on 17 Aug 2003, 16:45:26
Did you save it as a multiplayer mission? You know the save window the drop down box where you can choose 'export to multiplayer'.

If you first save it as a 'user mission' and then 'export to multiplayer' all the files in the mission folder will be compiled to the one and te same .pbo which can be found under /ofpdir/mpmissions


If you've done all that and you feel like I'm patronizing you ( :D) then check if you have somewhere in your mission, or the script files a line executing the missing script and remove the line. It should look something like  [] exec "*.sqs". After done with it see if it works or not. If it doesn't then I don't know what I'm talking about.  ::)
Title: Re:Help Please
Post by: Riker13 on 18 Aug 2003, 11:49:47
ARTAK

Many thanks for that info, I do have that line in my mission.sqm, so I have deleted it and will try it tonight when my brother gets in.

I will let you know how it went.

Regards
Title: Re:Help Please
Post by: Riker13 on 18 Aug 2003, 12:05:50
ARTAK

I have other scripts that will load from the mission.sqm file that has the EXEC in it should I delete those lines as well?