2016-09-04 19:33:07 +00:00
|
|
|
#define COMPONENT advanced_fatigue
|
|
|
|
#define COMPONENT_BEAUTIFIED Advanced Fatigue
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
2018-01-17 11:36:10 +00:00
|
|
|
// #define CBA_DEBUG_SYNCHRONOUS
|
2016-09-04 19:33:07 +00:00
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_ADVANCED_FATIGUE
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_ADVANCED_FATIGUE
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_ADVANCED_FATIGUE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
|
|
|
#define ANTPERCENT 0.8
|
|
|
|
#define SIM_BODYMASS 70
|
|
|
|
#define JOULES_PER_ML_O2 20.9
|
|
|
|
#define VO2MAX_STRENGTH 4.1
|
|
|
|
#define REE 18.83 //((0.5617 * SIM_BODYMASS + 42.57) * 0.23)
|
|
|
|
#define OXYGEN 0.9
|
|
|
|
#define WATTSPERATP 7
|
|
|
|
|
|
|
|
#define AE1_MAXRESERVE 4000000
|
|
|
|
#define AE2_MAXRESERVE 84000
|
|
|
|
#define AN_MAXRESERVE 2300
|