Merge pull request #2260 from acemod/updateMainConfig

Update Main Config File
This commit is contained in:
Glowbal 2015-08-30 00:37:46 +02:00
commit b968a32ea2
2 changed files with 10 additions and 33 deletions

View File

@ -543,46 +543,23 @@ class CfgPatches {
"map_vr",
"extended_eventhandlers", "cba_ui", "cba_xeh", "cba_xeh_a3", "cba_jr"
};
author[] = {"ACE Team"};
authorUrl = "";
versionDesc = "A.C.E.";
versionAct = QUOTE(['MAIN',_this] execVM '\z\ace\addons\main\about.sqf';);
author[] = {ECSTRING(common,ACETeam)};
authorUrl = "http://ace3mod.com/";
versionDesc = "ACE3";
VERSION_CONFIG;
};
};
class CfgMods {
class PREFIX {
dir = "@ACE";
name = "Core - Advanced Combat Environment";
dir = "@ace";
name = "Advanced Combat Environment 3";
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
hidePicture = "true";
hideName = "true";
actionName = "Website";
action = "http://ace.dev-heaven.net";
description = "Bugtracker: ";
};
};
class CfgSettings {
class CBA {
class Versioning {
class PREFIX {
level = DEFAULT_VERSIONING_LEVEL;
handler = "ace_common_fnc_mismatch";
class Dependencies {
CBA[]={"cba_main", {1,0,0}, "true"};
XEH[]={"cba_xeh", {1,0,0}, "true"};
};
};
};
/*
class Registry {
class PREFIX {
removed[] = {};
};
};
*/
action = "http://ace3mod.com/";
description = "Issue Tracker: https://github.com/acemod/ACE3/issues";
};
};

View File

@ -3,12 +3,12 @@
// #define DEBUG_MODE_FULL
#ifdef DEBUG_ENABLED_CORE
#ifdef DEBUG_ENABLED_MAIN
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_CORE
#define DEBUG_SETTINGS DEBUG_SETTINGS_CORE
#ifdef DEBUG_SETTINGS_MAIN
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
#endif
#include "\z\ace\addons\main\script_macros.hpp"