OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: kymandro 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
-
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
-
i got the same thing, but the game played well!!!!
-
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 :-\
-
u do have Resistance installed.... right?
-
yes i do
-
Try messing with the mission.sqm, delete the bis weaponpack or resistance, maybe that'll work? :P
-
To reset addons in a mission I open the mission.sqm file and edit the front bit.
It normally looks like this;
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.
version=11;
class Mission
{
addOns[]=
{
};
addOnsAuto[]=
{
};
Suggest copying the file beforehand ..... just in case.
-
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?