Home   Help Search Login Register  

Author Topic: bis restance trouble  (Read 1262 times)

0 Members and 1 Guest are viewing this topic.

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
bis restance trouble
« 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?

Offline rado1265

  • Members
  • *
Re: bis restance trouble
« Reply #1 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.

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
Re: bis restance trouble
« Reply #2 on: 29 Jun 2006, 03:43:50 »
It' says "Missing addons bis_weaponpack." What is this and how do I correct my error.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: bis restance trouble
« Reply #3 on: 29 Jun 2006, 04:55:00 »
If you have Resistance, then, the bis_weaponpack is in fact O_WP.pbo.


Planck
I know a little about a lot, and a lot about a little.

Offline rado1265

  • Members
  • *
Re: bis restance trouble
« Reply #4 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"
   };

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
Re: bis restance trouble
« Reply #5 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!