OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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
-
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.
-
When is it nesseccary to add manually to addons?
ZNorQ