OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: nominesine on 10 Jan 2006, 20:44:48

Title: mission.sqm editing
Post by: nominesine on 10 Jan 2006, 20:44:48
What is the difference between addons listed under the paragraph:
Code: [Select]
addOns[]=and
Code: [Select]
addOnsAuto[]=in the mission.sqm

I know it's a list of required addOns for the mission, but why is it repeated? And why are there more addOns in the first part than the second?!?

This is a quote from a mission I'm making:
Code: [Select]
class Mission
{
   addOns[]=
   {
      "RFJ_mercs",
      "BAS_OPFOR",
      "bis_resistance",
      "bas_o",
      "jam_magazines"
   };
   addOnsAuto[]=
   {
      "RFJ_mercs",
      "BAS_OPFOR",
      "bas_o"
   };
Title: Re:mission.sqm editing
Post by: 456820 on 10 Jan 2006, 22:29:50
i remember Mikero talking about this and i think he found out maybe try to search or PM him
Title: Re:mission.sqm editing
Post by: nominesine on 11 Jan 2006, 20:50:55
Even OFPEC Veterans like myself needs to be reminded sometimes... "Search before you post".
:-[
I found the answer in the thread you refered to: http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=24440;start=0

Thank you. problem solved