OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Trash Can Man on 28 Jun 2006, 06:44:33

Title: bis restance trouble
Post by: Trash Can Man on 28 Jun 2006, 06:44:33
I did have a problem with bis resistance but was able to correct it. Now, It says "Can not load mission missing Bis Resistance weapons pack." Where do I find the solution to this problem?
Title: Re: bis restance trouble
Post by: rado1265 on 28 Jun 2006, 16:00:49
It seams like a trouble with an official addon,,, does it says "Bis Resistance weapons pack", or "BIS_WeaponPack"? Or "bis_resistance"? Sometimes those lines during the mission editing just 'drops off' from the mission file. Anyway, in your mission.sqm file insert one (or both-or all if needed) of those lines in addOns section.
Title: Re: bis restance trouble
Post by: Trash Can Man on 29 Jun 2006, 03:43:50
It' says "Missing addons bis_weaponpack." What is this and how do I correct my error.
Title: Re: bis restance trouble
Post by: Planck on 29 Jun 2006, 04:55:00
If you have Resistance, then, the bis_weaponpack is in fact O_WP.pbo.


Planck
Title: Re: bis restance trouble
Post by: rado1265 on 29 Jun 2006, 20:00:23
It' says "Missing addons bis_weaponpack." What is this and how do I correct my error.

It's a code for the official weapon pack addon, and as I said they sometimes drops off from the mission file. Insert "bis_weaponpack" into your mission.sqm file (addOns section is right on the top of the file), like this:

Quote
version=11;
class Mission
{
   addOns[]=
   {
      "editorupdate102",
      "LampWhite",
      "Su25",
      "bis_weaponpack",
      "bis_resistance",
      "Trabant",
      "6G30",
      "BRDM"
   };
Title: Re: bis restance trouble
Post by: Trash Can Man on 29 Jun 2006, 23:26:44
thanks for the help guys. For whatever reason the dedicated server now runs my missions. Even with the error. I can't understand how the error can occur, since I have OFP GOTY edition. Oh well, problem solved!