OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: ZNorQ on 14 Jun 2004, 08:45:47

Title: addOnsAuto
Post by: ZNorQ on 14 Jun 2004, 08:45:47
I understand the "ADDONS[]" in the mission.sqm file, but what purpose does "ADDONSAUTO[]" serve? Do ADDONS[] and ADDONSAUTO[] need to contain the same list? If not, why?

ZNorQ
Title: Re:addOnsAuto
Post by: Suma on 14 Jun 2004, 09:50:27
AddonsAuto is a list of addons which were added automatically by mission editor and can be therefore also automatically removed when editor sees the addon is no longer used.

When adding addons manually into addons[], you usually do not want to add it into addonsAuto[], because if you will do, mission editor will remove the addon from both places again.
Title: Re:addOnsAuto
Post by: ZNorQ on 16 Jun 2004, 08:47:38
When is it nesseccary to add manually to addons?

ZNorQ