OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Commando on 10 Oct 2002, 01:28:33
-
I've had some addons in my map but I then removed them from the map but it still says addons missing!
Please does anybody know what to do?
-
I think your old addons are still listed in your mission.sqs file. When you remove them from the mission via the editor it doesn't delete the reference. open the file, mission.sqs, in your text editor and delete them manually.
Sorry I can't be more specific with an example but I'm away from my ofp machine.
-
Yup.. that's about the jist of it.. if you have 1.75 it's supposed to delete any unneccesary addons for you automatically... but if you're pre 1.75 you'll need to do it manually..
At the top of your mission.sqm file you'll find something that looks like this:
version=11;
class Mission
{
addOns[]=
{
"bis_resistance",
"bmp2",
"Su25",
"editorupdate102",
"BRDM"
just delete the addons that you're not using and then save.. you should be fine then ;D