mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed Capitalized folders on include paths
This commit is contained in:
parent
7d3bb526dd
commit
8e9b35c757
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT ai
|
#define COMPONENT ai
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_AI
|
#ifdef DEBUG_ENABLED_AI
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_AI
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_AI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1 +1 @@
|
|||||||
z\ace\Addons\attach
|
z\ace\addons\attach
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT attach
|
#define COMPONENT attach
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_ATTACH
|
#ifdef DEBUG_ENABLED_ATTACH
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_ATTACH
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_ATTACH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT disposable
|
#define COMPONENT disposable
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_ATTACH
|
#ifdef DEBUG_ENABLED_ATTACH
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_ATTACH
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_ATTACH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT fcs
|
#define COMPONENT fcs
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_FCS
|
#ifdef DEBUG_ENABLED_FCS
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_FCS
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_FCS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT fcs
|
#define COMPONENT fcs
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_FCS
|
#ifdef DEBUG_ENABLED_FCS
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_FCS
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_FCS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT frag
|
#define COMPONENT frag
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
//#define DEBUG_ENABLED_FRAG
|
//#define DEBUG_ENABLED_FRAG
|
||||||
|
|
||||||
@ -11,6 +11,6 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_FRAG
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_FRAG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
#define ACE_TRACE_DRAW_INC 1
|
#define ACE_TRACE_DRAW_INC 1
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT gforces
|
#define COMPONENT gforces
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_GFORCES
|
#ifdef DEBUG_ENABLED_GFORCES
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_GFORCES
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_GFORCES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
#define AVERAGEDURATION 6
|
#define AVERAGEDURATION 6
|
||||||
#define INTERVAL 0.20
|
#define INTERVAL 0.20
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT hearing
|
#define COMPONENT hearing
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_HEARING
|
#ifdef DEBUG_ENABLED_HEARING
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_HEARING
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_HEARING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT interaction
|
#define COMPONENT interaction
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_INTERACTION
|
#ifdef DEBUG_ENABLED_INTERACTION
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_INTERACTION
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_INTERACTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT inventory
|
#define COMPONENT inventory
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_INVENTORY
|
#ifdef DEBUG_ENABLED_INVENTORY
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_INVENTORY
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_INVENTORY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT javelin
|
#define COMPONENT javelin
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_JAVELIN
|
#ifdef DEBUG_ENABLED_JAVELIN
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_JAVELIN
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_JAVELIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
#define ACE_JAV_FIREMODE_DIR 1
|
#define ACE_JAV_FIREMODE_DIR 1
|
||||||
#define ACE_JAV_FIREMODE_TOP 2
|
#define ACE_JAV_FIREMODE_TOP 2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT laser
|
#define COMPONENT laser
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_LASER
|
#ifdef DEBUG_ENABLED_LASER
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_LASER
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_LASER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
|
|
||||||
#define FIREMODE_DIRECT_LOAL 1
|
#define FIREMODE_DIRECT_LOAL 1
|
||||||
|
@ -1 +1 @@
|
|||||||
z\ace\Addons\laser_selfdesignate
|
sz\ace\addons\laser_selfdesignate
|
@ -1 +1 @@
|
|||||||
#include "\z\ace\Addons\laser_selfdesignate\script_component.hpp"
|
#include "\z\ace\addons\laser_selfdesignate\script_component.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT laser_selfdesignate
|
#define COMPONENT laser_selfdesignate
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_LASER_SELFDESIGNATE
|
#ifdef DEBUG_ENABLED_LASER_SELFDESIGNATE
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_LASER_SELFDESIGNATE
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_LASER_SELFDESIGNATE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1 +1 @@
|
|||||||
z\ace\Addons\map
|
z\ace\addons\map
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT map
|
#define COMPONENT map
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_MAP
|
#ifdef DEBUG_ENABLED_MAP
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAP
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
|
|
||||||
#define MARKERNAME_MAPTOOL_FIXED "ACE_MapToolFixed"
|
#define MARKERNAME_MAPTOOL_FIXED "ACE_MapToolFixed"
|
||||||
|
@ -1 +1 @@
|
|||||||
z\ace\Addons\maptools
|
z\ace\addons\maptools
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT maptools
|
#define COMPONENT maptools
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_MAPTOOLS
|
#ifdef DEBUG_ENABLED_MAPTOOLS
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAPTOOLS
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAPTOOLS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT missileguidance
|
#define COMPONENT missileguidance
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_MISSILEGUIDANCE
|
#ifdef DEBUG_ENABLED_MISSILEGUIDANCE
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,6 +9,6 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_MISSILEGUIDANCE
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MISSILEGUIDANCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
#define FIREMODE_DIRECT_LOAL 1
|
#define FIREMODE_DIRECT_LOAL 1
|
@ -1 +1 @@
|
|||||||
z\ace\Addons\mk6mortar
|
z\ace\addons\mk6mortar
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT mk6mortar
|
#define COMPONENT mk6mortar
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_MK6MORTAR
|
#ifdef DEBUG_ENABLED_MK6MORTAR
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,6 +9,6 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_MK6MORTAR
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MK6MORTAR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
|
||||||
#define MK6_82mm_AIR_FRICTION -0.0001
|
#define MK6_82mm_AIR_FRICTION -0.0001
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT overheating
|
#define COMPONENT overheating
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_OVERHEATING
|
#ifdef DEBUG_ENABLED_OVERHEATING
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_OVERHEATING
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_OVERHEATING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT overpressure
|
#define COMPONENT overpressure
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_OVERPRESSURE
|
#ifdef DEBUG_ENABLED_OVERPRESSURE
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_ENABLED_OVERPRESSURE
|
#define DEBUG_SETTINGS DEBUG_ENABLED_OVERPRESSURE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT ragdolls
|
#define COMPONENT ragdolls
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_RAGDOLLS
|
#ifdef DEBUG_ENABLED_RAGDOLLS
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_RAGDOLLS
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_RAGDOLLS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT realisticnames
|
#define COMPONENT realisticnames
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_REALISTICNAMES
|
#ifdef DEBUG_ENABLED_REALISTICNAMES
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_REALISTICNAMES
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_REALISTICNAMES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT safemode
|
#define COMPONENT safemode
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_SAFEMODE
|
#ifdef DEBUG_ENABLED_SAFEMODE
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_SAFEMODE
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_SAFEMODE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
@ -1 +1 @@
|
|||||||
z\ace\Addons\testmissions
|
z\ace\addons\testmissions
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT testmissions
|
#define COMPONENT testmissions
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_TESTMISSIONS
|
#ifdef DEBUG_ENABLED_TESTMISSIONS
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_ENABLED_TESTMISSIONS
|
#define DEBUG_SETTINGS DEBUG_ENABLED_TESTMISSIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT thermals
|
#define COMPONENT thermals
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_THERMALS
|
#ifdef DEBUG_ENABLED_THERMALS
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_THERMALS
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_THERMALS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1,5 +1,5 @@
|
|||||||
#define COMPONENT server
|
#define COMPONENT server
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_SERVER
|
#ifdef DEBUG_ENABLED_SERVER
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
@ -9,4 +9,4 @@
|
|||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_SERVER
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_SERVER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user