Home   Help Search Login Register  

Author Topic: 'BIS_RESISTANCE'  (Read 2126 times)

0 Members and 1 Guest are viewing this topic.

kymandro

  • Guest
'BIS_RESISTANCE'
« on: 22 Feb 2005, 03:10:46 »
hey i got some cool addons and u know how some times when you start up ofp it will come up with little windows that say like      addon requires bis_resistance   or somthing like that

well i downloaded a mission and it requires addon 'BIS_RESISTANCE' and i have no idea what to do. dose any one know? it would be nice if i didnt have to re install my game

Thanks :D

Dubieman

  • Guest
Re:'BIS_RESISTANCE'
« Reply #1 on: 22 Feb 2005, 04:04:40 »
Its a common error, but you should still be able to play the mission. I don't remember the exact reason it comes up, but it shouldn't do anything more than annoy you with its little *ding* sound. ;D

yankme

  • Guest
Re:'BIS_RESISTANCE'
« Reply #2 on: 23 Feb 2005, 01:35:10 »
i got the same thing, but the game played well!!!!

kymandro

  • Guest
Re:'BIS_RESISTANCE'
« Reply #3 on: 24 Feb 2005, 00:49:24 »
It wont let me play the mission. when I try to load it in the editor it says that it needs 'BIS_RESISTANCE' and doesnt let me load it :-\

Offline XCess

  • Former Staff
  • ****
Re:'BIS_RESISTANCE'
« Reply #4 on: 24 Feb 2005, 00:51:38 »
u do have Resistance installed.... right?

kymandro

  • Guest
Re:'BIS_RESISTANCE'
« Reply #5 on: 24 Feb 2005, 03:39:38 »
yes i do

Dubieman

  • Guest
Re:'BIS_RESISTANCE'
« Reply #6 on: 24 Feb 2005, 04:20:52 »
Try messing with the mission.sqm, delete the bis weaponpack or resistance, maybe that'll work? :P

Offline Gnat

  • Addons Depot
  • Moderator
  • *****
  • I Bite!
    • Gnats
Re:'BIS_RESISTANCE'
« Reply #7 on: 24 Feb 2005, 12:53:50 »
To reset addons in a mission I open the mission.sqm file and edit the front bit.
It normally looks like this;
Code: [Select]
version=11;
class Mission
{
   addOns[]=
   {
      "bas_soar185",
      "Flags1",
      "Su25",
      "6G30",
      "Nimitz",
      "LaserGuided",
      "AH64",
      "editorupdate102"
   };
   addOnsAuto[]=
   {
      "bas_soar185",
      "Flags1",
      "Su25",
      "6G30",
      "Nimitz",
      "AH64",
      "editorupdate102"
   };

but I simple change it to this, save it, then open up the mission for editting in OFP and it usually fixes most problems.
Code: [Select]
version=11;
class Mission
{
   addOns[]=
   {
   };
   addOnsAuto[]=
   {
   };

Suggest copying the file beforehand ..... just in case.

Offline ACF

  • Members
  • *
  • Llama?? Ain't that French for tanks?
Re:'BIS_RESISTANCE'
« Reply #8 on: 24 Feb 2005, 15:47:59 »
I had it recently for the first time after I added a Tokarev and mags to the gear selection.  It seemed to go after I AddWeapon-ed a Tokarev to a potential corpse in the mission, so I wonder if a possible cause is description.ext calling something that's not in mission.sqm?