Home   Help Search Login Register  

Author Topic: Help Please  (Read 1199 times)

0 Members and 1 Guest are viewing this topic.

Riker13

  • Guest
Help Please
« 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?

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Help Please
« Reply #1 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.  ::)
Not all is lost.

Riker13

  • Guest
Re:Help Please
« Reply #2 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

Riker13

  • Guest
Re:Help Please
« Reply #3 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?