Home   Help Search Login Register  

Author Topic: mission.sqm editing  (Read 731 times)

0 Members and 1 Guest are viewing this topic.

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
mission.sqm editing
« 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"
   };
OFPEC | Intel Depot
RETARDED Ooops... Retired!

Offline 456820

  • Contributing Member
  • **
Re:mission.sqm editing
« Reply #1 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

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re:mission.sqm editing
« Reply #2 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
OFPEC | Intel Depot
RETARDED Ooops... Retired!