2015-09-16 21:01:01 +00:00
|
|
|
#define COMPONENT fastroping
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Fastroping
|
2015-09-16 21:01:01 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-11-16 23:42:11 +00:00
|
|
|
// #define DRAW_FASTROPE_INFO
|
2016-04-12 17:28:48 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
2015-12-28 16:48:47 +00:00
|
|
|
#ifdef DEBUG_ENABLED_FASTROPING
|
2015-09-16 21:01:01 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
2015-12-28 16:48:47 +00:00
|
|
|
#ifdef DEBUG_SETTINGS_FASTROPING
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_FASTROPING
|
2015-09-16 21:01:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
2017-09-19 20:38:49 +00:00
|
|
|
|
2020-02-20 05:28:57 +00:00
|
|
|
#define DEFAULT_ROPE_LENGTH 34.5
|
2017-09-19 20:38:49 +00:00
|
|
|
|
|
|
|
#define ANIMS_HOOK ["extendHookRight", "extendHookLeft"]
|
|
|
|
#define ANIMS_ANIMATEDOOR ["door_R", "door_L", "CargoRamp_Open", "Door_rear_source", "Door_6_source", "CargoDoorR", "CargoDoorL"]
|
|
|
|
#define ANIMS_ANIMATE ["dvere1_posunZ", "dvere2_posunZ", "doors"]
|