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
-
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?
-
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.
-
It' says "Missing addons bis_weaponpack." What is this and how do I correct my error.
-
If you have Resistance, then, the bis_weaponpack is in fact O_WP.pbo.
Planck
-
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:
version=11;
class Mission
{
addOns[]=
{
"editorupdate102",
"LampWhite",
"Su25",
"bis_weaponpack",
"bis_resistance",
"Trabant",
"6G30",
"BRDM"
};
-
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!