2015-05-07 20:41:44 +00:00
|
|
|
#define COMPONENT viewdistance
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED View Distance
|
2015-05-07 20:41:44 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
2015-05-07 20:41:44 +00:00
|
|
|
#ifdef DEBUG_ENABLED_VIEWDISTANCE
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_VIEWDISTANCE
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_VIEWDISTANCE
|
|
|
|
#endif
|
|
|
|
|
2015-08-12 18:16:01 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
2016-04-14 11:52:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
#define VD_ZOOM_NORMAL 1.00041
|
|
|
|
#define VD_ZOOM_DIVISION 35
|
|
|
|
#define VD_ZOOM_DIVISION_AIR 10
|