Added Slideshow mission tool

This commit is contained in:
jonpas
2015-06-27 04:11:57 +02:00
parent 6bb235f38a
commit 77cb278f61
14 changed files with 437 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#define COMPONENT slideshow
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_SLIDESHOW
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SLIDESHOW
#define DEBUG_SETTINGS DEBUG_SETTINGS_SLIDESHOW
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define CLASSNAMES_OBJECTS "Land_MapBoard_F"
#define CLASSNAMES_BOTH "Land_Laptop_unfolded_F", "Land_Laptop_device_F", "Land_PCSet_01_screen_F"
#define CLASSNAMES_CONTROLLERS "Land_HandyCam_F", "Land_MobilePhone_smart_F", "Land_Tablet_01_F", "Land_PCSet_01_keyboard_F", "Land_PCSet_01_mouse_F", "Land_GamingSet_01_controller_F"