Convert ACE_settings to CBA_settings (#4895)

* Convert ACE_settings to CBA_settings

* Run Modules Globaly, BWC for SetSetting

* Add support for string settings

* ACE_ServerSettings warning

* Add handler for global setting being changed

* Add deprecated and replaced not to Settings Framework doc

* Remove options menu UI, Move Debug and HeadBug Fix to Options in Pause Menu

* Change modules scope to 1

* Disable debug
This commit is contained in:
PabstMirror
2017-11-11 13:21:55 -06:00
committed by jonpas
parent 9ea1f6839f
commit cd30b09b4f
78 changed files with 455 additions and 1345 deletions

View File

@ -21,7 +21,7 @@ class CfgVehicles {
category = "ACE";
displayName = CSTRING(Module_DisplayName);
function = QFUNC(moduleMap);
scope = 2;
scope = 1;
isGlobal = 1;
isSingular = 1;
icon = QPATHTOF(UI\Icon_Module_Map_ca.paa);
@ -81,8 +81,8 @@ class CfgVehicles {
category = "ACE";
displayName = CSTRING(BFT_Module_DisplayName);
function = QFUNC(blueForceTrackingModule);
scope = 2;
isGlobal = 0;
scope = 1;
isGlobal = 1;
isSingular = 1;
icon = QPATHTOF(UI\Icon_Module_BFTracking_ca.paa);
class Arguments {