2015-01-12 18:22:58 +00:00
|
|
|
#define COMPONENT common
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Common
|
2015-01-12 09:53:02 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
2015-01-11 18:06:21 +00:00
|
|
|
|
|
|
|
// #define DEBUG_MODE_FULL
|
2017-11-25 13:42:04 +00:00
|
|
|
// #define DISABLE_COMPILE_CACHE
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
2015-01-11 18:06:21 +00:00
|
|
|
|
2015-01-12 18:22:58 +00:00
|
|
|
#ifdef DEBUG_ENABLED_COMMON
|
2015-01-12 21:34:01 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2015-01-11 18:06:21 +00:00
|
|
|
#endif
|
|
|
|
|
2015-01-14 18:34:24 +00:00
|
|
|
#ifdef DEBUG_SETTINGS_COMMON
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_COMMON
|
2015-01-11 18:06:21 +00:00
|
|
|
#endif
|
|
|
|
|
2016-02-21 19:26:30 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
|
|
|
#define VERSION_CONFIG_COMMON VERSION_CONFIG;\
|
|
|
|
versionDesc = "ACE 3";\
|
|
|
|
versionAct = QUOTE(call COMPILE_FILE(init_versionTooltip))
|
2017-03-15 15:11:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
#define DIG_SURFACE_BLACKLIST [ \
|
|
|
|
"concrete", "concrete_exp", "concrete_int", "int_concrete", "int_concrete_exp", \
|
|
|
|
"pavement_exp", "int_pavement_exp", \
|
|
|
|
"tiling", "tiles_int", "int_tiles", \
|
|
|
|
"roof_tin", "roof_tiles", "rooftiles_exp", \
|
|
|
|
"tarmac", "asphalt_exp", \
|
|
|
|
"stones_exp", "rock", "stony", \
|
|
|
|
"metal", "gridmetal_exp", "metalplate_exp", "int_metalplate_exp", "metal_int", "wavymetal", "wavymetal_exp", "int_metal", "steel_exp", \
|
|
|
|
"lino_exp", "int_lino_exp", "int_mat_exp", \
|
|
|
|
"wood", "wood_int", "int_wood", "softwood_exp", "int_softwood_exp", "int_solidwood_exp" \
|
|
|
|
]
|
2017-08-24 20:00:25 +00:00
|
|
|
|
|
|
|
#define DIG_SURFACE_WHITELIST ["grass"]
|