Home   Help Search Login Register  

Author Topic: My friend can't play my mission...  (Read 869 times)

0 Members and 1 Guest are viewing this topic.

Commando

  • Guest
My friend can't play my mission...
« on: 10 Oct 2002, 01:28:33 »
I've had some addons in my map but I then removed them from the map but it still says addons missing!
Please does anybody know what to do?

Offline mcnorth

  • Members
  • *
Re:My friend can't play my mission...
« Reply #1 on: 10 Oct 2002, 02:12:32 »
I think your old addons are still listed in your mission.sqs file. When you remove them from the mission via the editor it doesn't delete the reference. open the file, mission.sqs, in your text editor and delete them manually.

Sorry I can't be more specific with an example but I'm away from my ofp machine.

Kaliyuga

  • Guest
Re:My friend can't play my mission...
« Reply #2 on: 10 Oct 2002, 02:39:30 »
 Yup.. that's about the jist of it.. if you have 1.75 it's supposed to delete any unneccesary addons for you automatically... but if you're pre 1.75 you'll need to do it manually..

At the top of your mission.sqm file you'll find something that looks like this:

Code: [Select]
version=11;
class Mission
{
   addOns[]=
   {
      "bis_resistance",
      "bmp2",
      "Su25",
      "editorupdate102",
      "BRDM"


just delete the addons that you're not using and then save.. you should be fine then ;D