diff --git a/addons/advanced_ballistics/config.cpp b/addons/advanced_ballistics/config.cpp index 692a9391a0..488b812fc6 100644 --- a/addons/advanced_ballistics/config.cpp +++ b/addons/advanced_ballistics/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/advanced_ballistics/script_component.hpp b/addons/advanced_ballistics/script_component.hpp index 47af939863..bc8baa3121 100644 --- a/addons/advanced_ballistics/script_component.hpp +++ b/addons/advanced_ballistics/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT advanced_ballistics +#define COMPONENT_BEAUTIFIED Advanced Ballistics #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/ai/config.cpp b/addons/ai/config.cpp index 504c8b6e3c..60bf7184a4 100644 --- a/addons/ai/config.cpp +++ b/addons/ai/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/ai/script_component.hpp b/addons/ai/script_component.hpp index 0910bf6472..08d24079ba 100644 --- a/addons/ai/script_component.hpp +++ b/addons/ai/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT ai +#define COMPONENT_BEAUTIFIED AI #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_AI #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/aircraft/config.cpp b/addons/aircraft/config.cpp index f989749383..26d1514a1a 100644 --- a/addons/aircraft/config.cpp +++ b/addons/aircraft/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/aircraft/script_component.hpp b/addons/aircraft/script_component.hpp index baa8e7ee21..e2379c0791 100644 --- a/addons/aircraft/script_component.hpp +++ b/addons/aircraft/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT aircraft +#define COMPONENT_BEAUTIFIED Aircraft #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_AIRCRAFT #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/apl/config.cpp b/addons/apl/config.cpp index bd97757a1c..6e2c852035 100644 --- a/addons/apl/config.cpp +++ b/addons/apl/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/apl/script_component.hpp b/addons/apl/script_component.hpp index f2ae3d53f1..969c9dca7f 100644 --- a/addons/apl/script_component.hpp +++ b/addons/apl/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT APL +#define COMPONENT_BEAUTIFIED APL #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_APL #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/atragmx/config.cpp b/addons/atragmx/config.cpp index 4bbde93706..aec53ba837 100644 --- a/addons/atragmx/config.cpp +++ b/addons/atragmx/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_ATragMX"}; weapons[] = {"ACE_ATragMX"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/atragmx/script_component.hpp b/addons/atragmx/script_component.hpp index ca6a5d24a0..d5da1ee973 100644 --- a/addons/atragmx/script_component.hpp +++ b/addons/atragmx/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT atragmx +#define COMPONENT_BEAUTIFIED ATragMX #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/attach/config.cpp b/addons/attach/config.cpp index 59f733f9ea..cadc84705b 100644 --- a/addons/attach/config.cpp +++ b/addons/attach/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_IR_Strobe_Item"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/attach/script_component.hpp b/addons/attach/script_component.hpp index 68300f47cd..aa6165ae8e 100644 --- a/addons/attach/script_component.hpp +++ b/addons/attach/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT attach +#define COMPONENT_BEAUTIFIED Attach #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/backpacks/config.cpp b/addons/backpacks/config.cpp index 5328a1e4ee..80439533e2 100644 --- a/addons/backpacks/config.cpp +++ b/addons/backpacks/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/backpacks/script_component.hpp b/addons/backpacks/script_component.hpp index 653e8ac684..6cfb663dd2 100644 --- a/addons/backpacks/script_component.hpp +++ b/addons/backpacks/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT backpacks +#define COMPONENT_BEAUTIFIED Backpacks #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_BACKPACKS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/ballistics/config.cpp b/addons/ballistics/config.cpp index 59c29f0a7f..7f63a36dd2 100644 --- a/addons/ballistics/config.cpp +++ b/addons/ballistics/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_TargetWall","ACE_Box_Ammo"}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/ballistics/script_component.hpp b/addons/ballistics/script_component.hpp index b648c74e76..0b2f31da6a 100644 --- a/addons/ballistics/script_component.hpp +++ b/addons/ballistics/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT ballistics +#define COMPONENT_BEAUTIFIED Ballistics #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_BALLISTICS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/captives/config.cpp b/addons/captives/config.cpp index 883fbebe32..b879e906fa 100644 --- a/addons/captives/config.cpp +++ b/addons/captives/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {QGVAR(ModuleSettings), QGVAR(ModuleSurrender), QGVAR(ModuleHandcuffed)}; weapons[] = {"ACE_CableTie"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/captives/script_component.hpp b/addons/captives/script_component.hpp index 95a842f15f..415ca8f4fd 100644 --- a/addons/captives/script_component.hpp +++ b/addons/captives/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT captives +#define COMPONENT_BEAUTIFIED Captives #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_CAPTIVES #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/cargo/config.cpp b/addons/cargo/config.cpp index 1980fe207d..589dc020df 100644 --- a/addons/cargo/config.cpp +++ b/addons/cargo/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/cargo/script_component.hpp b/addons/cargo/script_component.hpp index 55079a16c2..905a8b0613 100644 --- a/addons/cargo/script_component.hpp +++ b/addons/cargo/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT cargo +#define COMPONENT_BEAUTIFIED Cargo #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/common/config.cpp b/addons/common/config.cpp index 0210634ee8..3985b8f70d 100644 --- a/addons/common/config.cpp +++ b/addons/common/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Box_Misc", "ACE_bananaItem"}; weapons[] = {"ACE_ItemCore","ACE_FakePrimaryWeapon", "ACE_Banana"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/common/script_component.hpp b/addons/common/script_component.hpp index 4e941943fa..f5dec2fd55 100644 --- a/addons/common/script_component.hpp +++ b/addons/common/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT common +#define COMPONENT_BEAUTIFIED Common #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/concertina_wire/config.cpp b/addons/concertina_wire/config.cpp index 2091a5ffc6..326c1cd0ea 100644 --- a/addons/concertina_wire/config.cpp +++ b/addons/concertina_wire/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_ConcertinaWire", "ACE_ConcertinaWireNoGeo", "ACE_ConcertinaWireCoil"}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/concertina_wire/script_component.hpp b/addons/concertina_wire/script_component.hpp index cdde4d05be..38af41b899 100644 --- a/addons/concertina_wire/script_component.hpp +++ b/addons/concertina_wire/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT concertina_wire +#define COMPONENT_BEAUTIFIED Concertina Wire #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/dagr/config.cpp b/addons/dagr/config.cpp index 97d5300067..f84f4aeb38 100644 --- a/addons/dagr/config.cpp +++ b/addons/dagr/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_DAGR"}; weapons[] = {"ACE_DAGR"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/dagr/script_component.hpp b/addons/dagr/script_component.hpp index 792ef7f119..e392295765 100644 --- a/addons/dagr/script_component.hpp +++ b/addons/dagr/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT dagr +#define COMPONENT_BEAUTIFIED DAGR #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/disarming/config.cpp b/addons/disarming/config.cpp index 8ed2f523cf..d8f249a9c6 100644 --- a/addons/disarming/config.cpp +++ b/addons/disarming/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_DebugPotato"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/disarming/script_component.hpp b/addons/disarming/script_component.hpp index af0ede134c..7bd87ade59 100644 --- a/addons/disarming/script_component.hpp +++ b/addons/disarming/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT disarming +#define COMPONENT_BEAUTIFIED Disarming #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/disposable/config.cpp b/addons/disposable/config.cpp index e240206938..19b02871bc 100644 --- a/addons/disposable/config.cpp +++ b/addons/disposable/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/disposable/script_component.hpp b/addons/disposable/script_component.hpp index cd15715601..32402bc3e5 100644 --- a/addons/disposable/script_component.hpp +++ b/addons/disposable/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT disposable +#define COMPONENT_BEAUTIFIED Disposable #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_ATTACH #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/dragging/config.cpp b/addons/dragging/config.cpp index a3e87c5824..8747ee44ea 100644 --- a/addons/dragging/config.cpp +++ b/addons/dragging/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/dragging/script_component.hpp b/addons/dragging/script_component.hpp index b4acb948c9..13915637ab 100644 --- a/addons/dragging/script_component.hpp +++ b/addons/dragging/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT dragging +#define COMPONENT_BEAUTIFIED Dragging #include "\z\ace\addons\main\script_mod.hpp" //#define DEBUG_ENABLED_DRAGGING diff --git a/addons/explosives/config.cpp b/addons/explosives/config.cpp index 83033cbddc..ad4abec910 100644 --- a/addons/explosives/config.cpp +++ b/addons/explosives/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_ModuleMine_SLAMBottomMine", "ACE_ModuleExplosive_IEDUrbanBig_Range", "ACE_ModuleExplosive_IEDLandBig_Range", "ACE_ModuleExplosive_IEDUrbanSmall_Range", "ACE_ModuleExplosive_IEDLandSmall_Range"}; weapons[] = {"ACE_Clacker", "ACE_DefusalKit", "ACE_M26_Clacker", "ACE_DeadManSwitch", "ACE_Cellphone"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/explosives/script_component.hpp b/addons/explosives/script_component.hpp index 86eefd72b6..7245801cc9 100644 --- a/addons/explosives/script_component.hpp +++ b/addons/explosives/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT explosives +#define COMPONENT_BEAUTIFIED Explosives #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/fastroping/config.cpp b/addons/fastroping/config.cpp index c451a1b0dd..f2bf1d4a5e 100644 --- a/addons/fastroping/config.cpp +++ b/addons/fastroping/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/fastroping/script_component.hpp b/addons/fastroping/script_component.hpp index 3770bfe0d4..bb0b891f2b 100644 --- a/addons/fastroping/script_component.hpp +++ b/addons/fastroping/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT fastroping +#define COMPONENT_BEAUTIFIED Fastroping #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/fcs/config.cpp b/addons/fcs/config.cpp index a38cee5d7d..fd6d5335da 100644 --- a/addons/fcs/config.cpp +++ b/addons/fcs/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/fcs/script_component.hpp b/addons/fcs/script_component.hpp index e3f9181526..6f5aa2cc86 100644 --- a/addons/fcs/script_component.hpp +++ b/addons/fcs/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT fcs +#define COMPONENT_BEAUTIFIED FCS #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/finger/config.cpp b/addons/finger/config.cpp index fa953b4298..ec1fd596b0 100644 --- a/addons/finger/config.cpp +++ b/addons/finger/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {QGVAR(moduleSettings)}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/finger/script_component.hpp b/addons/finger/script_component.hpp index c9164763e7..64395b6328 100644 --- a/addons/finger/script_component.hpp +++ b/addons/finger/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT finger +#define COMPONENT_BEAUTIFIED Finger #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/flashlights/config.cpp b/addons/flashlights/config.cpp index 08349be0a7..2242171822 100644 --- a/addons/flashlights/config.cpp +++ b/addons/flashlights/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_Flashlight_MX991", "ACE_Flashlight_KSF1", "ACE_Flashlight_XL50"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/flashlights/script_component.hpp b/addons/flashlights/script_component.hpp index 90a91c3b72..3c89c041c5 100644 --- a/addons/flashlights/script_component.hpp +++ b/addons/flashlights/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT flashlights +#define COMPONENT_BEAUTIFIED Flashlights #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_FLASHLIGHTS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/flashsuppressors/config.cpp b/addons/flashsuppressors/config.cpp index 378858d71c..7f499bb787 100644 --- a/addons/flashsuppressors/config.cpp +++ b/addons/flashsuppressors/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = { "ACE_muzzle_mzls_H", diff --git a/addons/flashsuppressors/script_component.hpp b/addons/flashsuppressors/script_component.hpp index cb61bb6007..cfc61f8990 100644 --- a/addons/flashsuppressors/script_component.hpp +++ b/addons/flashsuppressors/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT flashsuppressors +#define COMPONENT_BEAUTIFIED Flash Suppressors #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_FLASHSUPPRESSORS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/fonts/config.cpp b/addons/fonts/config.cpp index dc6b4c705f..a698b681a0 100644 --- a/addons/fonts/config.cpp +++ b/addons/fonts/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/fonts/script_component.hpp b/addons/fonts/script_component.hpp index 3a7589b72a..735276e31c 100644 --- a/addons/fonts/script_component.hpp +++ b/addons/fonts/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT fonts +#define COMPONENT_BEAUTIFIED Fonts #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_FONTS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/frag/config.cpp b/addons/frag/config.cpp index 1727570003..7ac109d29f 100644 --- a/addons/frag/config.cpp +++ b/addons/frag/config.cpp @@ -1,6 +1,7 @@ #include "script_component.hpp" class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/frag/script_component.hpp b/addons/frag/script_component.hpp index b75c58452a..73655e84e5 100644 --- a/addons/frag/script_component.hpp +++ b/addons/frag/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT frag +#define COMPONENT_BEAUTIFIED Frag #include "\z\ace\addons\main\script_mod.hpp" //#define DEBUG_ENABLED_FRAG @@ -17,4 +18,4 @@ #include "\z\ace\addons\main\script_macros.hpp" -#define ACE_TRACE_DRAW_INC 1 \ No newline at end of file +#define ACE_TRACE_DRAW_INC 1 diff --git a/addons/gestures/config.cpp b/addons/gestures/config.cpp index 660c1eeff5..a33e149df6 100644 --- a/addons/gestures/config.cpp +++ b/addons/gestures/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/gestures/script_component.hpp b/addons/gestures/script_component.hpp index 96ca2cf680..ddf7ddb401 100644 --- a/addons/gestures/script_component.hpp +++ b/addons/gestures/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT Gestures +#define COMPONENT gestures +#define COMPONENT_BEAUTIFIED Gestures #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/gforces/config.cpp b/addons/gforces/config.cpp index 58f11020eb..4c89ee595c 100644 --- a/addons/gforces/config.cpp +++ b/addons/gforces/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/gforces/script_component.hpp b/addons/gforces/script_component.hpp index c017eb4a62..6adfb95cf6 100644 --- a/addons/gforces/script_component.hpp +++ b/addons/gforces/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT gforces +#define COMPONENT_BEAUTIFIED G-Forces #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/goggles/config.cpp b/addons/goggles/config.cpp index 062300d4d5..8341caa9f4 100644 --- a/addons/goggles/config.cpp +++ b/addons/goggles/config.cpp @@ -3,6 +3,7 @@ #define COLOUR 8.0 class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/goggles/script_component.hpp b/addons/goggles/script_component.hpp index 23dc4f428f..3074c10b81 100644 --- a/addons/goggles/script_component.hpp +++ b/addons/goggles/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT goggles +#define COMPONENT_BEAUTIFIED Goggles #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/grenades/config.cpp b/addons/grenades/config.cpp index 0d5ab09d0b..6fc14ece0c 100644 --- a/addons/grenades/config.cpp +++ b/addons/grenades/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/grenades/script_component.hpp b/addons/grenades/script_component.hpp index 67a958b27e..299a1cd69a 100644 --- a/addons/grenades/script_component.hpp +++ b/addons/grenades/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT grenades +#define COMPONENT_BEAUTIFIED Grenades #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/gunbag/config.cpp b/addons/gunbag/config.cpp index 7c9a114d2e..87fcd84f1c 100644 --- a/addons/gunbag/config.cpp +++ b/addons/gunbag/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {QUOTE(ADDON), QGVAR(Tan)}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/gunbag/script_component.hpp b/addons/gunbag/script_component.hpp index 857c1e6836..5627e1048b 100644 --- a/addons/gunbag/script_component.hpp +++ b/addons/gunbag/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT gunbag +#define COMPONENT_BEAUTIFIED Gunbag #include "\z\ace\addons\main\script_mod.hpp" //#define DEBUG_ENABLED_GUNBAG diff --git a/addons/hearing/config.cpp b/addons/hearing/config.cpp index 455bc20dd1..79ab61cb8b 100644 --- a/addons/hearing/config.cpp +++ b/addons/hearing/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_EarPlugs"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/hearing/script_component.hpp b/addons/hearing/script_component.hpp index de1ff267e4..7c0413898f 100644 --- a/addons/hearing/script_component.hpp +++ b/addons/hearing/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT hearing +#define COMPONENT_BEAUTIFIED Hearing #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/hitreactions/config.cpp b/addons/hitreactions/config.cpp index d6146a6b29..3d066e6af1 100644 --- a/addons/hitreactions/config.cpp +++ b/addons/hitreactions/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/hitreactions/script_component.hpp b/addons/hitreactions/script_component.hpp index f445ce3f8d..9252f1bca0 100644 --- a/addons/hitreactions/script_component.hpp +++ b/addons/hitreactions/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT hitreactions +#define COMPONENT_BEAUTIFIED Hit Reactions #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_HITREACTIONS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/huntir/config.cpp b/addons/huntir/config.cpp index ce4b10bab1..0adf9670a0 100644 --- a/addons/huntir/config.cpp +++ b/addons/huntir/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_HuntIR", "ACE_HuntIRBox"}; weapons[] = {"ACE_HuntIR_monitor"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/huntir/script_component.hpp b/addons/huntir/script_component.hpp index 5c99e04d46..01b4f92fec 100644 --- a/addons/huntir/script_component.hpp +++ b/addons/huntir/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT huntir +#define COMPONENT_BEAUTIFIED HuntIR #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/interact_menu/config.cpp b/addons/interact_menu/config.cpp index e8731df93c..95561f4579 100644 --- a/addons/interact_menu/config.cpp +++ b/addons/interact_menu/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/interact_menu/script_component.hpp b/addons/interact_menu/script_component.hpp index 6a2f4e86f3..1d38d205d7 100644 --- a/addons/interact_menu/script_component.hpp +++ b/addons/interact_menu/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT interact_menu +#define COMPONENT_BEAUTIFIED Interact Menu #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/interaction/config.cpp b/addons/interaction/config.cpp index b984570059..837a0e4b98 100644 --- a/addons/interaction/config.cpp +++ b/addons/interaction/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/interaction/script_component.hpp b/addons/interaction/script_component.hpp index fd6ce8ce58..460550300d 100644 --- a/addons/interaction/script_component.hpp +++ b/addons/interaction/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT interaction +#define COMPONENT_BEAUTIFIED Interaction #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/inventory/config.cpp b/addons/inventory/config.cpp index adef451644..bc0d4291f8 100644 --- a/addons/inventory/config.cpp +++ b/addons/inventory/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/inventory/script_component.hpp b/addons/inventory/script_component.hpp index e95ad43b83..defacb991a 100644 --- a/addons/inventory/script_component.hpp +++ b/addons/inventory/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT inventory +#define COMPONENT_BEAUTIFIED Inventory #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/javelin/config.cpp b/addons/javelin/config.cpp index 31871ccb53..92f2f2d969 100644 --- a/addons/javelin/config.cpp +++ b/addons/javelin/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/javelin/script_component.hpp b/addons/javelin/script_component.hpp index 81b6bcb8c1..11bb4a5a33 100644 --- a/addons/javelin/script_component.hpp +++ b/addons/javelin/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT javelin +#define COMPONENT_BEAUTIFIED Javelin #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -64,4 +65,4 @@ #define __ColorOrange [0.9255,0.5216,0.1216,1] #define __ColorGreen [0.2941,0.8745,0.2157,1] #define __ColorGray [0.2941,0.2941,0.2941,1] -#define __ColorNull [0,0,0,0] \ No newline at end of file +#define __ColorNull [0,0,0,0] diff --git a/addons/kestrel4500/config.cpp b/addons/kestrel4500/config.cpp index 74e2f18f19..11bc51f801 100644 --- a/addons/kestrel4500/config.cpp +++ b/addons/kestrel4500/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_Kestrel4500"}; weapons[] = {"ACE_Kestrel4500"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/kestrel4500/script_component.hpp b/addons/kestrel4500/script_component.hpp index 87a0c0b594..f098cd2a57 100644 --- a/addons/kestrel4500/script_component.hpp +++ b/addons/kestrel4500/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT kestrel4500 +#define COMPONENT_BEAUTIFIED Kestrel 4500 #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/laser/config.cpp b/addons/laser/config.cpp index 2681c11294..d989c4f85b 100644 --- a/addons/laser/config.cpp +++ b/addons/laser/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/laser/script_component.hpp b/addons/laser/script_component.hpp index 3ff3f48c49..a1c69183df 100644 --- a/addons/laser/script_component.hpp +++ b/addons/laser/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT laser +#define COMPONENT_BEAUTIFIED Laser #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -24,4 +25,4 @@ #define __LaserDesignatorIGUI_LaserCode (__LaserDesignatorIGUI displayCtrl 123001) #define __LaserDesignatorIGUI_ACE_Distance (__LaserDesignatorIGUI displayCtrl 123002) #define __LaserDesignatorIGUI_CA_Distance (__LaserDesignatorIGUI displayCtrl 151) -#define __LaserDesignatorIGUI_LaserOn (__LaserDesignatorIGUI displayCtrl 158) \ No newline at end of file +#define __LaserDesignatorIGUI_LaserOn (__LaserDesignatorIGUI displayCtrl 158) diff --git a/addons/laser_selfdesignate/config.cpp b/addons/laser_selfdesignate/config.cpp index 015775de06..e95d754809 100644 --- a/addons/laser_selfdesignate/config.cpp +++ b/addons/laser_selfdesignate/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/laser_selfdesignate/script_component.hpp b/addons/laser_selfdesignate/script_component.hpp index f7032720e0..583aca5e95 100644 --- a/addons/laser_selfdesignate/script_component.hpp +++ b/addons/laser_selfdesignate/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT laser_selfdesignate +#define COMPONENT_BEAUTIFIED Laser Selfdesignate #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/laserpointer/config.cpp b/addons/laserpointer/config.cpp index c727bc6407..add36aeff5 100644 --- a/addons/laserpointer/config.cpp +++ b/addons/laserpointer/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_acc_pointer_red","ACE_acc_pointer_green","ACE_acc_pointer_green_IR"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/laserpointer/script_component.hpp b/addons/laserpointer/script_component.hpp index cee00afdca..0e450721fd 100644 --- a/addons/laserpointer/script_component.hpp +++ b/addons/laserpointer/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT laserpointer +#define COMPONENT_BEAUTIFIED Laser Pointer #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_LASERPOINTER #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/logistics_uavbattery/config.cpp b/addons/logistics_uavbattery/config.cpp index 5197a899e3..dccdbde247 100644 --- a/addons/logistics_uavbattery/config.cpp +++ b/addons/logistics_uavbattery/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_UAVBattery"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/logistics_uavbattery/script_component.hpp b/addons/logistics_uavbattery/script_component.hpp index 836a39c415..464118c01f 100644 --- a/addons/logistics_uavbattery/script_component.hpp +++ b/addons/logistics_uavbattery/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT logistics_uavbattery +#define COMPONENT_BEAUTIFIED Logistics UAV Battery #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/logistics_wirecutter/config.cpp b/addons/logistics_wirecutter/config.cpp index 10612568e1..25c58f1604 100644 --- a/addons/logistics_wirecutter/config.cpp +++ b/addons/logistics_wirecutter/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_wirecutter"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/logistics_wirecutter/script_component.hpp b/addons/logistics_wirecutter/script_component.hpp index a66a7bba08..9e52593ba7 100644 --- a/addons/logistics_wirecutter/script_component.hpp +++ b/addons/logistics_wirecutter/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT logistics_wirecutter +#define COMPONENT_BEAUTIFIED Logistics Wire Cutter #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/magazinerepack/config.cpp b/addons/magazinerepack/config.cpp index c660b44ca7..1434275e84 100644 --- a/addons/magazinerepack/config.cpp +++ b/addons/magazinerepack/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/magazinerepack/script_component.hpp b/addons/magazinerepack/script_component.hpp index 947c8c1ca1..79c1a20652 100644 --- a/addons/magazinerepack/script_component.hpp +++ b/addons/magazinerepack/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT magazinerepack +#define COMPONENT_BEAUTIFIED Magazine Repack #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_MAGAZINEREPACK #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/main/config.cpp b/addons/main/config.cpp index 9969e52447..9aebb11e36 100644 --- a/addons/main/config.cpp +++ b/addons/main/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/main/script_component.hpp b/addons/main/script_component.hpp index 99069a4911..2f40ce8e8d 100644 --- a/addons/main/script_component.hpp +++ b/addons/main/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT main +#define COMPONENT_BEAUTIFIED Main #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index cda38b0458..98dd16e6e0 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -14,3 +14,9 @@ // MINIMAL required version for the Mod. Components can specify others.. #define REQUIRED_VERSION 1.56 #define REQUIRED_CBA_VERSION {2,4,0} + +#ifdef COMPONENT_BEAUTIFIED + #define COMPONENT_NAME QUOTE(ACE3 - COMPONENT_BEAUTIFIED) +#else + #define COMPONENT_NAME QUOTE(ACE3 - COMPONENT) +#endif diff --git a/addons/map/config.cpp b/addons/map/config.cpp index 17e9aae0ab..1d830a8bd6 100644 --- a/addons/map/config.cpp +++ b/addons/map/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/map/script_component.hpp b/addons/map/script_component.hpp index c8767d76a0..414d4d17c9 100644 --- a/addons/map/script_component.hpp +++ b/addons/map/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT map +#define COMPONENT_BEAUTIFIED Map #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/map_gestures/config.cpp b/addons/map_gestures/config.cpp index 52f333c717..b7bbf791e7 100644 --- a/addons/map_gestures/config.cpp +++ b/addons/map_gestures/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/map_gestures/script_component.hpp b/addons/map_gestures/script_component.hpp index bcf6a1a97c..96189555f9 100644 --- a/addons/map_gestures/script_component.hpp +++ b/addons/map_gestures/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT map_gestures +#define COMPONENT_BEAUTIFIED Map Gestures #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/maptools/config.cpp b/addons/maptools/config.cpp index 1b5e3359bd..e94ec2edcd 100644 --- a/addons/maptools/config.cpp +++ b/addons/maptools/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_MapTools"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/maptools/script_component.hpp b/addons/maptools/script_component.hpp index 497ee14dc1..d5f5b0f2d7 100644 --- a/addons/maptools/script_component.hpp +++ b/addons/maptools/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT maptools +#define COMPONENT_BEAUTIFIED Map Tools #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/markers/config.cpp b/addons/markers/config.cpp index 658a3ab370..1a8c310735 100644 --- a/addons/markers/config.cpp +++ b/addons/markers/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/markers/script_component.hpp b/addons/markers/script_component.hpp index 1da213875a..458f5cfabf 100644 --- a/addons/markers/script_component.hpp +++ b/addons/markers/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT markers +#define COMPONENT_BEAUTIFIED Markers #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/medical/config.cpp b/addons/medical/config.cpp index 1bc006471e..a79a452b7d 100644 --- a/addons/medical/config.cpp +++ b/addons/medical/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_medicalSupplyCrate", "ACE_medicalSupplyCrate_advanced", "ACE_fieldDressingItem", "ACE_packingBandageItem", "ACE_elasticBandageItem", "ACE_tourniquetItem", "ACE_morphineItem", "ACE_atropineItem", "ACE_epinephrineItem", "ACE_plasmaIVItem", "ACE_bloodIVItem", "ACE_salineIVItem", "ACE_quikclotItem", "ACE_personalAidKitItem", "ACE_surgicalKitItem", "ACE_bodyBagItem", "ACE_bodyBagObject"}; weapons[] = {"ACE_fieldDressing", "ACE_packingBandage", "ACE_elasticBandage", "ACE_tourniquet", "ACE_morphine", "ACE_atropine", "ACE_epinephrine", "ACE_plasmaIV", "ACE_plasmaIV_500", "ACE_plasmaIV_250", "ACE_bloodIV", "ACE_bloodIV_500", "ACE_bloodIV_250", "ACE_salineIV", "ACE_salineIV_500", "ACE_salineIV_250", "ACE_quikclot", "ACE_personalAidKit", "ACE_surgicalKit", "ACE_bodyBag"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/medical/script_component.hpp b/addons/medical/script_component.hpp index 0af2736f50..bb0db0cd74 100644 --- a/addons/medical/script_component.hpp +++ b/addons/medical/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT medical +#define COMPONENT_BEAUTIFIED Medical #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/medical_menu/config.cpp b/addons/medical_menu/config.cpp index 67d3966771..633323c2cf 100644 --- a/addons/medical_menu/config.cpp +++ b/addons/medical_menu/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/medical_menu/script_component.hpp b/addons/medical_menu/script_component.hpp index afa50c04f3..cb437060a3 100644 --- a/addons/medical_menu/script_component.hpp +++ b/addons/medical_menu/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT medical_menu +#define COMPONENT_BEAUTIFIED Medical Menu #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/microdagr/config.cpp b/addons/microdagr/config.cpp index 9da8434fe7..5d33c073e1 100644 --- a/addons/microdagr/config.cpp +++ b/addons/microdagr/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_microDAGR_Item"}; weapons[] = {"ACE_microDAGR"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/microdagr/script_component.hpp b/addons/microdagr/script_component.hpp index c2f2b9b0a6..60d7caaa80 100644 --- a/addons/microdagr/script_component.hpp +++ b/addons/microdagr/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT microdagr +#define COMPONENT_BEAUTIFIED MicroDAGR #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/minedetector/config.cpp b/addons/minedetector/config.cpp index 5d9dd2198f..9926d08f8c 100644 --- a/addons/minedetector/config.cpp +++ b/addons/minedetector/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_VMH3","ACE_VMM3"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/minedetector/script_component.hpp b/addons/minedetector/script_component.hpp index 00edb5f535..1093d7f51e 100644 --- a/addons/minedetector/script_component.hpp +++ b/addons/minedetector/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT minedetector +#define COMPONENT_BEAUTIFIED Mine Detector #include "\z\ace\addons\main\script_mod.hpp" #ifdef DEBUG_ENABLED_MINEDETECTOR diff --git a/addons/missileguidance/config.cpp b/addons/missileguidance/config.cpp index 81c0aedc5e..c97a542a7f 100644 --- a/addons/missileguidance/config.cpp +++ b/addons/missileguidance/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Comanche_Test"}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/missileguidance/script_component.hpp b/addons/missileguidance/script_component.hpp index b7a1eafbbc..beac3e318d 100644 --- a/addons/missileguidance/script_component.hpp +++ b/addons/missileguidance/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT missileguidance +#define COMPONENT_BEAUTIFIED Missile Guidance #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -16,4 +17,4 @@ #include "\z\ace\addons\main\script_macros.hpp" -#define FIREMODE_DIRECT_LOAL 1 \ No newline at end of file +#define FIREMODE_DIRECT_LOAL 1 diff --git a/addons/missionmodules/config.cpp b/addons/missionmodules/config.cpp index 2f58f5c42f..3a92c65ebc 100644 --- a/addons/missionmodules/config.cpp +++ b/addons/missionmodules/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/missionmodules/script_component.hpp b/addons/missionmodules/script_component.hpp index 8146b5cb8a..d1fdd10580 100644 --- a/addons/missionmodules/script_component.hpp +++ b/addons/missionmodules/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT missionModules +#define COMPONENT missionmodules +#define COMPONENT_BEAUTIFIED Mission Modules #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_MISSIONMODULES #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/mk6mortar/config.cpp b/addons/mk6mortar/config.cpp index 929f28b4d5..a63f7086f9 100644 --- a/addons/mk6mortar/config.cpp +++ b/addons/mk6mortar/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Box_82mm_Mo_HE","ACE_Box_82mm_Mo_Smoke", "ACE_Box_82mm_Mo_Illum","ACE_Box_82mm_Mo_Combo"}; weapons[] = {"ACE_RangeTable_82mm","ace_mortar_82mm"}; diff --git a/addons/mk6mortar/script_component.hpp b/addons/mk6mortar/script_component.hpp index 97e1c8b50a..d7f0b92cee 100644 --- a/addons/mk6mortar/script_component.hpp +++ b/addons/mk6mortar/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT mk6mortar +#define COMPONENT_BEAUTIFIED Mk6 Mortar #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -16,4 +17,4 @@ #include "\z\ace\addons\main\script_macros.hpp" -#define MK6_82mm_AIR_FRICTION -0.0001 \ No newline at end of file +#define MK6_82mm_AIR_FRICTION -0.0001 diff --git a/addons/modules/config.cpp b/addons/modules/config.cpp index 543bbe2551..662b1cb349 100644 --- a/addons/modules/config.cpp +++ b/addons/modules/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/modules/script_component.hpp b/addons/modules/script_component.hpp index 4e4e64e8e3..0ba8e441e8 100644 --- a/addons/modules/script_component.hpp +++ b/addons/modules/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT modules +#define COMPONENT_BEAUTIFIED Modules #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/movement/config.cpp b/addons/movement/config.cpp index 247d686978..14a3b8f68d 100644 --- a/addons/movement/config.cpp +++ b/addons/movement/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/movement/script_component.hpp b/addons/movement/script_component.hpp index 14728cbcbb..f64f10fdd4 100644 --- a/addons/movement/script_component.hpp +++ b/addons/movement/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT movement +#define COMPONENT_BEAUTIFIED Movement #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/mx2a/config.cpp b/addons/mx2a/config.cpp index c59dc43dd3..3892b9bb99 100644 --- a/addons/mx2a/config.cpp +++ b/addons/mx2a/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_MX2A"}; weapons[] = {"ACE_MX2A"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/mx2a/script_component.hpp b/addons/mx2a/script_component.hpp index 9b36572497..c2fc0e12e6 100644 --- a/addons/mx2a/script_component.hpp +++ b/addons/mx2a/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT mx2a +#define COMPONENT_BEAUTIFIED MX-2A #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_MX2A #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/nametags/config.cpp b/addons/nametags/config.cpp index b02dfa9297..0f491efce1 100644 --- a/addons/nametags/config.cpp +++ b/addons/nametags/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/nametags/script_component.hpp b/addons/nametags/script_component.hpp index 5b777aee71..a4cdaeeb9d 100644 --- a/addons/nametags/script_component.hpp +++ b/addons/nametags/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT nametags +#define COMPONENT_BEAUTIFIED Name Tags #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/nightvision/config.cpp b/addons/nightvision/config.cpp index 9397740e61..673a7d31c0 100644 --- a/addons/nightvision/config.cpp +++ b/addons/nightvision/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_NVG_Gen1", "ACE_NVG_Gen2", /*"ACE_NVG_Gen3",*/ "ACE_NVG_Gen4", "ACE_NVG_Wide"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/nightvision/script_component.hpp b/addons/nightvision/script_component.hpp index ffe3ba3ff5..32ded9ac5a 100644 --- a/addons/nightvision/script_component.hpp +++ b/addons/nightvision/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT nightvision +#define COMPONENT_BEAUTIFIED Night Vision #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_NIGHTVISION #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/noidle/config.cpp b/addons/noidle/config.cpp index b0792486f7..961d84d81a 100644 --- a/addons/noidle/config.cpp +++ b/addons/noidle/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/noidle/script_component.hpp b/addons/noidle/script_component.hpp index bf20a9a420..4931efb771 100644 --- a/addons/noidle/script_component.hpp +++ b/addons/noidle/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT noidle +#define COMPONENT_BEAUTIFIED No Idle #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_NOIDLE #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/noradio/config.cpp b/addons/noradio/config.cpp index 0781a4a15e..a4a390caac 100644 --- a/addons/noradio/config.cpp +++ b/addons/noradio/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/noradio/script_component.hpp b/addons/noradio/script_component.hpp index 0a60edb063..d55efd222b 100644 --- a/addons/noradio/script_component.hpp +++ b/addons/noradio/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT noradio +#define COMPONENT_BEAUTIFIED No Radio #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/norearm/config.cpp b/addons/norearm/config.cpp index 2b670e0db1..269b763d7a 100644 --- a/addons/norearm/config.cpp +++ b/addons/norearm/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/norearm/script_component.hpp b/addons/norearm/script_component.hpp index 3f09149587..f5b481fe0d 100644 --- a/addons/norearm/script_component.hpp +++ b/addons/norearm/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT norearm +#define COMPONENT_BEAUTIFIED No Rearm #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_NOREARM #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/optics/config.cpp b/addons/optics/config.cpp index c63049356c..c1524320c7 100644 --- a/addons/optics/config.cpp +++ b/addons/optics/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = { "ACE_optic_Hamr_2D", diff --git a/addons/optics/script_component.hpp b/addons/optics/script_component.hpp index ca0176360c..428017bda8 100644 --- a/addons/optics/script_component.hpp +++ b/addons/optics/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT optics +#define COMPONENT_BEAUTIFIED Optics #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/optionsmenu/config.cpp b/addons/optionsmenu/config.cpp index 0e564535b9..a239e55498 100644 --- a/addons/optionsmenu/config.cpp +++ b/addons/optionsmenu/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_moduleAllowConfigExport"}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/optionsmenu/script_component.hpp b/addons/optionsmenu/script_component.hpp index b257b0a5ba..2bb7482252 100644 --- a/addons/optionsmenu/script_component.hpp +++ b/addons/optionsmenu/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT optionsmenu +#define COMPONENT_BEAUTIFIED Options Menu // #define DEBUG_MODE_FULL // #define DISABLE_COMPILE_CACHE diff --git a/addons/overheating/config.cpp b/addons/overheating/config.cpp index 576ee1e190..86e1804b61 100644 --- a/addons/overheating/config.cpp +++ b/addons/overheating/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_SpareBarrel"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/overheating/script_component.hpp b/addons/overheating/script_component.hpp index 262accc43b..6d2db895aa 100644 --- a/addons/overheating/script_component.hpp +++ b/addons/overheating/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT overheating +#define COMPONENT_BEAUTIFIED Overheating #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/overpressure/config.cpp b/addons/overpressure/config.cpp index f4b5fdf951..0aa455de7d 100644 --- a/addons/overpressure/config.cpp +++ b/addons/overpressure/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/overpressure/script_component.hpp b/addons/overpressure/script_component.hpp index 5f4005374b..c9e5ff587d 100644 --- a/addons/overpressure/script_component.hpp +++ b/addons/overpressure/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT overpressure +#define COMPONENT_BEAUTIFIED Overpressure #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/parachute/config.cpp b/addons/parachute/config.cpp index dec722ea96..a251f3d6a6 100644 --- a/addons/parachute/config.cpp +++ b/addons/parachute/config.cpp @@ -1,7 +1,8 @@ #include "script_component.hpp" class CfgPatches { - class ACE_Parachute { + class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_NonSteerableParachute"}; weapons[] = {"ACE_Altimeter"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/parachute/script_component.hpp b/addons/parachute/script_component.hpp index d86d153f22..cb341ba5ce 100644 --- a/addons/parachute/script_component.hpp +++ b/addons/parachute/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT parachute +#define COMPONENT_BEAUTIFIED Parachute #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/rangecard/config.cpp b/addons/rangecard/config.cpp index 6e4a90c0ad..9017583606 100644 --- a/addons/rangecard/config.cpp +++ b/addons/rangecard/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_RangeCard"}; weapons[] = {"ACE_RangeCard"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/rangecard/script_component.hpp b/addons/rangecard/script_component.hpp index 251fb7263f..95344973fe 100644 --- a/addons/rangecard/script_component.hpp +++ b/addons/rangecard/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT rangecard +#define COMPONENT_BEAUTIFIED Range Card #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/realisticnames/config.cpp b/addons/realisticnames/config.cpp index d85fe9771d..e548e3f094 100644 --- a/addons/realisticnames/config.cpp +++ b/addons/realisticnames/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/realisticnames/script_component.hpp b/addons/realisticnames/script_component.hpp index 33cd56777a..dda1fc93c5 100644 --- a/addons/realisticnames/script_component.hpp +++ b/addons/realisticnames/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT realisticnames +#define COMPONENT_BEAUTIFIED Realistic Names #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_REALISTICNAMES #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/rearm/config.cpp b/addons/rearm/config.cpp index bd0a4980e2..a4c130c974 100644 --- a/addons/rearm/config.cpp +++ b/addons/rearm/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/rearm/script_component.hpp b/addons/rearm/script_component.hpp index 5d69987a56..4ed152c6b5 100644 --- a/addons/rearm/script_component.hpp +++ b/addons/rearm/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT rearm +#define COMPONENT_BEAUTIFIED Rearm #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/recoil/config.cpp b/addons/recoil/config.cpp index e6eee4a9af..1a80a3b945 100644 --- a/addons/recoil/config.cpp +++ b/addons/recoil/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/recoil/script_component.hpp b/addons/recoil/script_component.hpp index aa80910be1..d3147f056b 100644 --- a/addons/recoil/script_component.hpp +++ b/addons/recoil/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT recoil +#define COMPONENT_BEAUTIFIED Recoil #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_RECOIL #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/refuel/config.cpp b/addons/refuel/config.cpp index 2ace24fb92..ffdd202c54 100644 --- a/addons/refuel/config.cpp +++ b/addons/refuel/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_refuel_fuelNozzle"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/refuel/script_component.hpp b/addons/refuel/script_component.hpp index f05018d3e8..124b5acd64 100644 --- a/addons/refuel/script_component.hpp +++ b/addons/refuel/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT refuel +#define COMPONENT_BEAUTIFIED Refuel #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/reload/config.cpp b/addons/reload/config.cpp index d3015f9dfa..e5ffdd033c 100644 --- a/addons/reload/config.cpp +++ b/addons/reload/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/reload/script_component.hpp b/addons/reload/script_component.hpp index eece5acec7..c2dc3b55a1 100644 --- a/addons/reload/script_component.hpp +++ b/addons/reload/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT reload +#define COMPONENT_BEAUTIFIED Reload #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/reloadlaunchers/config.cpp b/addons/reloadlaunchers/config.cpp index ff4c00bb22..16ae8cb867 100644 --- a/addons/reloadlaunchers/config.cpp +++ b/addons/reloadlaunchers/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/reloadlaunchers/script_component.hpp b/addons/reloadlaunchers/script_component.hpp index fc78723f2a..9051d0c36f 100644 --- a/addons/reloadlaunchers/script_component.hpp +++ b/addons/reloadlaunchers/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT reloadlaunchers +#define COMPONENT_BEAUTIFIED Reload Launchers #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_RELOADLAUNCHERS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/repair/config.cpp b/addons/repair/config.cpp index 56465ba1f5..dab412eb93 100644 --- a/addons/repair/config.cpp +++ b/addons/repair/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Wheel", "ACE_Track"}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/repair/script_component.hpp b/addons/repair/script_component.hpp index adae522925..c2bad9328d 100644 --- a/addons/repair/script_component.hpp +++ b/addons/repair/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT repair +#define COMPONENT_BEAUTIFIED Repair #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/respawn/config.cpp b/addons/respawn/config.cpp index 3a887b48b2..cd87087e20 100644 --- a/addons/respawn/config.cpp +++ b/addons/respawn/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {"ACE_Rallypoint_West", "ACE_Rallypoint_East", "ACE_Rallypoint_Independent", "ACE_Rallypoint_West_Base", "ACE_Rallypoint_East_Base", "ACE_Rallypoint_Independent_Base"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/respawn/script_component.hpp b/addons/respawn/script_component.hpp index ee681d1d98..2fcd01ee37 100644 --- a/addons/respawn/script_component.hpp +++ b/addons/respawn/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT respawn +#define COMPONENT_BEAUTIFIED Respawn #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/safemode/config.cpp b/addons/safemode/config.cpp index 05510a53a5..bb1016792e 100644 --- a/addons/safemode/config.cpp +++ b/addons/safemode/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/safemode/script_component.hpp b/addons/safemode/script_component.hpp index 8afc534fa2..d9972b6226 100644 --- a/addons/safemode/script_component.hpp +++ b/addons/safemode/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT safemode +#define COMPONENT_BEAUTIFIED Safe Mode #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/sandbag/config.cpp b/addons/sandbag/config.cpp index cb8884ac7e..9c28b948ac 100644 --- a/addons/sandbag/config.cpp +++ b/addons/sandbag/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_Sandbag", "ACE_Item_Sandbag_empty"}; weapons[] = {"ACE_Sandbag", "ACE_Sandbag_empty"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/sandbag/script_component.hpp b/addons/sandbag/script_component.hpp index 422e1b203e..a7ce4ddb59 100644 --- a/addons/sandbag/script_component.hpp +++ b/addons/sandbag/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT sandbag +#define COMPONENT_BEAUTIFIED Sand Bag #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/scopes/config.cpp b/addons/scopes/config.cpp index c9ff1feb20..8388b2d04b 100644 --- a/addons/scopes/config.cpp +++ b/addons/scopes/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/scopes/script_component.hpp b/addons/scopes/script_component.hpp index 0266705af2..402f390f63 100644 --- a/addons/scopes/script_component.hpp +++ b/addons/scopes/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT scopes +#define COMPONENT_BEAUTIFIED Scopes #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -22,4 +23,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_SCOPES #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/sitting/config.cpp b/addons/sitting/config.cpp index e6a730c492..785cb75aeb 100644 --- a/addons/sitting/config.cpp +++ b/addons/sitting/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/sitting/script_component.hpp b/addons/sitting/script_component.hpp index 40afbe8450..7324da1875 100644 --- a/addons/sitting/script_component.hpp +++ b/addons/sitting/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT sitting +#define COMPONENT_BEAUTIFIED Sitting #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_SITTING #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/slideshow/config.cpp b/addons/slideshow/config.cpp index 3a2e757e6a..6149ad71d7 100644 --- a/addons/slideshow/config.cpp +++ b/addons/slideshow/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/slideshow/script_component.hpp b/addons/slideshow/script_component.hpp index cf4272325d..eb8b8746ee 100644 --- a/addons/slideshow/script_component.hpp +++ b/addons/slideshow/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT slideshow +#define COMPONENT_BEAUTIFIED Slideshow #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/smallarms/config.cpp b/addons/smallarms/config.cpp index 5b211fa37e..23fd1e49a7 100644 --- a/addons/smallarms/config.cpp +++ b/addons/smallarms/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/smallarms/script_component.hpp b/addons/smallarms/script_component.hpp index 63d516cee5..ebb2d1539d 100644 --- a/addons/smallarms/script_component.hpp +++ b/addons/smallarms/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT smallarms +#define COMPONENT_BEAUTIFIED Small Arms #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/spectator/config.cpp b/addons/spectator/config.cpp index 7e9937a70b..cadde0db9d 100644 --- a/addons/spectator/config.cpp +++ b/addons/spectator/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/spectator/script_component.hpp b/addons/spectator/script_component.hpp index 575765a01d..7084a88a6d 100644 --- a/addons/spectator/script_component.hpp +++ b/addons/spectator/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT spectator +#define COMPONENT_BEAUTIFIED Spectator #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/spottingscope/config.cpp b/addons/spottingscope/config.cpp index 3849382690..4fa5bd4d58 100644 --- a/addons/spottingscope/config.cpp +++ b/addons/spottingscope/config.cpp @@ -2,7 +2,7 @@ class CfgPatches { class ADDON { - name = CSTRING(component); + name = COMPONENT_NAME; units[] = {"ACE_B_SpottingScope", "ACE_O_SpottingScope", "ACE_I_SpottingScope", "ACE_Item_SpottingScope"}; weapons[] = {"ACE_SpottingScope"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/spottingscope/script_component.hpp b/addons/spottingscope/script_component.hpp index 0a730e13d6..f6cc09af7a 100644 --- a/addons/spottingscope/script_component.hpp +++ b/addons/spottingscope/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT spottingscope +#define COMPONENT_BEAUTIFIED Spotting Scope #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/spottingscope/stringtable.xml b/addons/spottingscope/stringtable.xml index 3df7c05ec5..3a0b89b857 100644 --- a/addons/spottingscope/stringtable.xml +++ b/addons/spottingscope/stringtable.xml @@ -1,18 +1,6 @@  - - Advanced Combat Environment 3 - Spotting Scope - Advanced Combat Environment 3 - Teleskop - Advanced Combat Environment 3 - Зрительная труба - Advanced Combat Environment 3 - Teleskop - Advanced Combat Environment 3 - Telescopio - Advanced Combat Environment 3 - Téléscope de visée - Advanced Combat Environment 3 - Zaměřovací dalekohled - Advanced Combat Environment 3 - Spotting Scope - Advanced Combat Environment 3 - Megfigyelő távcső - Advanced Combat Environment 3 - Luneta de observador - Spotting Scope Teleskop diff --git a/addons/switchunits/config.cpp b/addons/switchunits/config.cpp index 1bdec70729..f722219562 100644 --- a/addons/switchunits/config.cpp +++ b/addons/switchunits/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/switchunits/script_component.hpp b/addons/switchunits/script_component.hpp index 938d34d9a8..868fbc0a5d 100644 --- a/addons/switchunits/script_component.hpp +++ b/addons/switchunits/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT switchunits +#define COMPONENT_BEAUTIFIED Switch Units #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/tacticalladder/config.cpp b/addons/tacticalladder/config.cpp index 53ce7384f6..eddca58449 100644 --- a/addons/tacticalladder/config.cpp +++ b/addons/tacticalladder/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/tacticalladder/script_component.hpp b/addons/tacticalladder/script_component.hpp index 1341795f37..b58aa42e38 100644 --- a/addons/tacticalladder/script_component.hpp +++ b/addons/tacticalladder/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT tacticalladder +#define COMPONENT_BEAUTIFIED Tactical Ladder #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/tagging/config.cpp b/addons/tagging/config.cpp index 7e495892e9..634f7c57af 100644 --- a/addons/tagging/config.cpp +++ b/addons/tagging/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_SpraypaintBlack", "ACE_Item_SpraypaintRed", "ACE_Item_SpraypaintGreen", "ACE_Item_SpraypaintBlue"}; weapons[] = {"ACE_SpraypaintBlack", "ACE_SpraypaintRed", "ACE_SpraypaintGreen", "ACE_SpraypaintBlue"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/tagging/script_component.hpp b/addons/tagging/script_component.hpp index 4836d2f209..18066d4c0d 100644 --- a/addons/tagging/script_component.hpp +++ b/addons/tagging/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT tagging +#define COMPONENT_BEAUTIFIED Tagging #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/thermals/config.cpp b/addons/thermals/config.cpp index b4ad00f41c..a61598929d 100644 --- a/addons/thermals/config.cpp +++ b/addons/thermals/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/thermals/script_component.hpp b/addons/thermals/script_component.hpp index bd829f035e..c7ac2263ce 100644 --- a/addons/thermals/script_component.hpp +++ b/addons/thermals/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT thermals +#define COMPONENT_BEAUTIFIED Thermals #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_THERMALS #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/trenches/config.cpp b/addons/trenches/config.cpp index f090a3ecf4..2b4f3c9051 100644 --- a/addons/trenches/config.cpp +++ b/addons/trenches/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_envelope_small","ACE_envelope_big"}; weapons[] = {"ACE_EntrenchingTool"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/trenches/script_component.hpp b/addons/trenches/script_component.hpp index 432308fa51..f3e97493e5 100644 --- a/addons/trenches/script_component.hpp +++ b/addons/trenches/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT trenches +#define COMPONENT_BEAUTIFIED Trenches #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/tripod/config.cpp b/addons/tripod/config.cpp index 3891a59d57..8251e0c469 100644 --- a/addons/tripod/config.cpp +++ b/addons/tripod/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_Tripod"}; weapons[] = {"ACE_Tripod"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/tripod/script_component.hpp b/addons/tripod/script_component.hpp index 95d11d3a65..28be9b780e 100644 --- a/addons/tripod/script_component.hpp +++ b/addons/tripod/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT tripod +#define COMPONENT_BEAUTIFIED Tripod #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/ui/config.cpp b/addons/ui/config.cpp index 0b680ca136..d480a5f33b 100644 --- a/addons/ui/config.cpp +++ b/addons/ui/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/ui/script_component.hpp b/addons/ui/script_component.hpp index d57697867c..44ca977563 100644 --- a/addons/ui/script_component.hpp +++ b/addons/ui/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT ui +#define COMPONENT_BEAUTIFIED UI #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/vector/config.cpp b/addons/vector/config.cpp index 8c1dd84ddb..2f2302d9af 100644 --- a/addons/vector/config.cpp +++ b/addons/vector/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_Vector"}; weapons[] = {"ACE_Vector", "ACE_VectorDay"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/vector/script_component.hpp b/addons/vector/script_component.hpp index 3a84d60fc4..091481fbcd 100644 --- a/addons/vector/script_component.hpp +++ b/addons/vector/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT vector +#define COMPONENT_BEAUTIFIED Vector #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_VECTOR #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/vehiclelock/config.cpp b/addons/vehiclelock/config.cpp index cb67bca1c3..52299ca512 100644 --- a/addons/vehiclelock/config.cpp +++ b/addons/vehiclelock/config.cpp @@ -1,17 +1,18 @@ #include "script_component.hpp" class CfgPatches { - class ADDON { - units[] = {}; - weapons[] = {}; - requiredVersion = REQUIRED_VERSION; - requiredAddons[] = {"ace_interaction"}; + class ADDON { + name = COMPONENT_NAME; + units[] = {}; + weapons[] = {}; + requiredVersion = REQUIRED_VERSION; + requiredAddons[] = {"ace_interaction"}; author = ECSTRING(common,ACETeam); url = ECSTRING(main,URL); - authors[] = {"PabstMirror"}; - authorUrl = "https://github.com/acemod/ACE3"; - VERSION_CONFIG; - }; + authors[] = {"PabstMirror"}; + authorUrl = "https://github.com/acemod/ACE3"; + VERSION_CONFIG; + }; }; #include "ACE_Settings.hpp" diff --git a/addons/vehiclelock/script_component.hpp b/addons/vehiclelock/script_component.hpp index 23b0ea9795..8846951780 100644 --- a/addons/vehiclelock/script_component.hpp +++ b/addons/vehiclelock/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT vehiclelock +#define COMPONENT_BEAUTIFIED Vehicle Lock #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/vehicles/config.cpp b/addons/vehicles/config.cpp index 9d2cd3caac..64d81a5f95 100644 --- a/addons/vehicles/config.cpp +++ b/addons/vehicles/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/vehicles/script_component.hpp b/addons/vehicles/script_component.hpp index 1f1b678acf..d8143e3fdc 100644 --- a/addons/vehicles/script_component.hpp +++ b/addons/vehicles/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT vehicles +#define COMPONENT_BEAUTIFIED Vehicles #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/viewdistance/config.cpp b/addons/viewdistance/config.cpp index bf3dd29d24..cf986569e0 100644 --- a/addons/viewdistance/config.cpp +++ b/addons/viewdistance/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/viewdistance/script_component.hpp b/addons/viewdistance/script_component.hpp index f5cd31f8ce..f78bfcbc1c 100644 --- a/addons/viewdistance/script_component.hpp +++ b/addons/viewdistance/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT viewdistance +#define COMPONENT_BEAUTIFIED View Distance #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/weaponselect/config.cpp b/addons/weaponselect/config.cpp index b6a98e6d88..cf8e08a3ba 100644 --- a/addons/weaponselect/config.cpp +++ b/addons/weaponselect/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/weaponselect/script_component.hpp b/addons/weaponselect/script_component.hpp index 7ab95f9887..743d471a2a 100644 --- a/addons/weaponselect/script_component.hpp +++ b/addons/weaponselect/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT weaponselect +#define COMPONENT_BEAUTIFIED Weapon Select #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_WEAPONSELECT #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/weather/config.cpp b/addons/weather/config.cpp index 2444064f41..f8b8130d37 100644 --- a/addons/weather/config.cpp +++ b/addons/weather/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/weather/script_component.hpp b/addons/weather/script_component.hpp index 84d7e9987b..7148fa4bb1 100644 --- a/addons/weather/script_component.hpp +++ b/addons/weather/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT weather +#define COMPONENT_BEAUTIFIED Weather #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/addons/winddeflection/config.cpp b/addons/winddeflection/config.cpp index 2faf536423..0e193dace5 100644 --- a/addons/winddeflection/config.cpp +++ b/addons/winddeflection/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/winddeflection/script_component.hpp b/addons/winddeflection/script_component.hpp index e4cc1df840..10deceddd8 100644 --- a/addons/winddeflection/script_component.hpp +++ b/addons/winddeflection/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT winddeflection +#define COMPONENT_BEAUTIFIED Wind Deflection #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_WINDDEFLECTION #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/yardage450/config.cpp b/addons/yardage450/config.cpp index 18779bd5be..4af07b18fb 100644 --- a/addons/yardage450/config.cpp +++ b/addons/yardage450/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {"ACE_Item_Yardage450"}; weapons[] = {"ACE_Yardage450"}; requiredVersion = REQUIRED_VERSION; diff --git a/addons/yardage450/script_component.hpp b/addons/yardage450/script_component.hpp index d49c301359..bb901a9b50 100644 --- a/addons/yardage450/script_component.hpp +++ b/addons/yardage450/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT yardage450 +#define COMPONENT_BEAUTIFIED Yardage 450 #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -14,4 +15,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_YARDAGE450 #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/zeus/config.cpp b/addons/zeus/config.cpp index 0d348333e7..3ec87b637c 100644 --- a/addons/zeus/config.cpp +++ b/addons/zeus/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = { QGVAR(moduleDefendArea), QGVAR(moduleGlobalSetSkill), diff --git a/addons/zeus/script_component.hpp b/addons/zeus/script_component.hpp index 953418761f..ba32164b87 100644 --- a/addons/zeus/script_component.hpp +++ b/addons/zeus/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT zeus +#define COMPONENT_BEAUTIFIED Zeus #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/extras/blank/config.cpp b/extras/blank/config.cpp index f78545d212..91aa2afd4e 100644 --- a/extras/blank/config.cpp +++ b/extras/blank/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/extras/blank/script_component.hpp b/extras/blank/script_component.hpp index 770711ec9c..581cd319bb 100644 --- a/extras/blank/script_component.hpp +++ b/extras/blank/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT blank +#define COMPONENT_BEAUTIFIED Blank #include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL diff --git a/optionals/compat_adr_97/config.cpp b/optionals/compat_adr_97/config.cpp index aca323c98c..84a20ed781 100644 --- a/optionals/compat_adr_97/config.cpp +++ b/optionals/compat_adr_97/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_adr_97/script_component.hpp b/optionals/compat_adr_97/script_component.hpp index 4b2da4eadb..200b189b42 100644 --- a/optionals/compat_adr_97/script_component.hpp +++ b/optionals/compat_adr_97/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT compat_adr_97 +#define COMPONENT_BEAUTIFIED ADR-97 Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_r3f/config.cpp b/optionals/compat_r3f/config.cpp index c7e42c35ad..f2254d5af1 100644 --- a/optionals/compat_r3f/config.cpp +++ b/optionals/compat_r3f/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_r3f/script_component.hpp b/optionals/compat_r3f/script_component.hpp index 86bb669119..32cd305587 100644 --- a/optionals/compat_r3f/script_component.hpp +++ b/optionals/compat_r3f/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT BWA3_Weapons_comp +#define COMPONENT compat_r3f +#define COMPONENT_BEAUTIFIED R3F Compatibilty #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rh_acc/config.cpp b/optionals/compat_rh_acc/config.cpp index b66be68593..37737d296e 100644 --- a/optionals/compat_rh_acc/config.cpp +++ b/optionals/compat_rh_acc/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rh_acc/script_component.hpp b/optionals/compat_rh_acc/script_component.hpp index 4b36a38ce0..31bfc4cc86 100644 --- a/optionals/compat_rh_acc/script_component.hpp +++ b/optionals/compat_rh_acc/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT RH_acc_comp +#define COMPONENT rh_acc_comp +#define COMPONENT_BEAUTIFIED RH Accessories Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rh_de/config.cpp b/optionals/compat_rh_de/config.cpp index 77dc828105..4f9ba42f19 100644 --- a/optionals/compat_rh_de/config.cpp +++ b/optionals/compat_rh_de/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rh_de/script_component.hpp b/optionals/compat_rh_de/script_component.hpp index 07ed06ae3f..18621635d0 100644 --- a/optionals/compat_rh_de/script_component.hpp +++ b/optionals/compat_rh_de/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT RH_de_cfg_comp +#define COMPONENT rh_de_cfg_comp +#define COMPONENT_BEAUTIFIED RH Desert Eagle Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rh_m4/config.cpp b/optionals/compat_rh_m4/config.cpp index 4bacb9dedf..e2dd39ed49 100644 --- a/optionals/compat_rh_m4/config.cpp +++ b/optionals/compat_rh_m4/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rh_m4/script_component.hpp b/optionals/compat_rh_m4/script_component.hpp index 167c926dd7..5e52334c38 100644 --- a/optionals/compat_rh_m4/script_component.hpp +++ b/optionals/compat_rh_m4/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT RH_m4_cfg_comp +#define COMPONENT rh_m4_cfg_comp +#define COMPONENT_BEAUTIFIED RH M4 Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rh_pdw/config.cpp b/optionals/compat_rh_pdw/config.cpp index e3c5d15a07..52f1cff567 100644 --- a/optionals/compat_rh_pdw/config.cpp +++ b/optionals/compat_rh_pdw/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rh_pdw/script_component.hpp b/optionals/compat_rh_pdw/script_component.hpp index 67c4617e06..1ea9b9f6ad 100644 --- a/optionals/compat_rh_pdw/script_component.hpp +++ b/optionals/compat_rh_pdw/script_component.hpp @@ -1,4 +1,5 @@ -#define COMPONENT RH_PDW_comp +#define COMPONENT rh_pdw_comp +#define COMPONENT_BEAUTIFIED RH PDW Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rhs_afrf3/config.cpp b/optionals/compat_rhs_afrf3/config.cpp index bf36181ce8..b90019d98b 100644 --- a/optionals/compat_rhs_afrf3/config.cpp +++ b/optionals/compat_rhs_afrf3/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rhs_afrf3/script_component.hpp b/optionals/compat_rhs_afrf3/script_component.hpp index 307b1f8de6..69297e6029 100644 --- a/optionals/compat_rhs_afrf3/script_component.hpp +++ b/optionals/compat_rhs_afrf3/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT compat_rhs_afrf3 +#define COMPONENT_BEAUTIFIED RHS AFRF Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rhs_usf3/config.cpp b/optionals/compat_rhs_usf3/config.cpp index 8ea0f9daf5..f4f5a19665 100644 --- a/optionals/compat_rhs_usf3/config.cpp +++ b/optionals/compat_rhs_usf3/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rhs_usf3/script_component.hpp b/optionals/compat_rhs_usf3/script_component.hpp index 32aecef74e..6696224e28 100644 --- a/optionals/compat_rhs_usf3/script_component.hpp +++ b/optionals/compat_rhs_usf3/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT compat_rhs_usf3 +#define COMPONENT_BEAUTIFIED RHS USF Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_rksl_pm_ii/config.cpp b/optionals/compat_rksl_pm_ii/config.cpp index ca0a7189f2..8cb36802b1 100644 --- a/optionals/compat_rksl_pm_ii/config.cpp +++ b/optionals/compat_rksl_pm_ii/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_rksl_pm_ii/script_component.hpp b/optionals/compat_rksl_pm_ii/script_component.hpp index a98639b0e8..a3f12941a2 100644 --- a/optionals/compat_rksl_pm_ii/script_component.hpp +++ b/optionals/compat_rksl_pm_ii/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT RKSL_PMII_comp +#define COMPONENT_BEAUTIFIED RKSL PMII Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/compat_sma3_iansky/config.cpp b/optionals/compat_sma3_iansky/config.cpp index 5611c2d4af..3259115c0a 100644 --- a/optionals/compat_sma3_iansky/config.cpp +++ b/optionals/compat_sma3_iansky/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/compat_sma3_iansky/script_component.hpp b/optionals/compat_sma3_iansky/script_component.hpp index 5b627ce63a..6f222299af 100644 --- a/optionals/compat_sma3_iansky/script_component.hpp +++ b/optionals/compat_sma3_iansky/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT sma3_iansky_comp +#define COMPONENT_BEAUTIFIED Iansky Scope Mod Compatibility #include "\z\ace\addons\main\script_mod.hpp" diff --git a/optionals/noactionmenu/config.cpp b/optionals/noactionmenu/config.cpp index 77e0457643..bb0e964482 100644 --- a/optionals/noactionmenu/config.cpp +++ b/optionals/noactionmenu/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; ACE_isOptional = 1; units[] = {}; weapons[] = {}; diff --git a/optionals/noactionmenu/script_component.hpp b/optionals/noactionmenu/script_component.hpp index ee07b73c4f..6a79de00e2 100644 --- a/optionals/noactionmenu/script_component.hpp +++ b/optionals/noactionmenu/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT noactionmenu +#define COMPONENT_BEAUTIFIED No Action Menu #include "\z\ace\addons\main\script_mod.hpp" #ifdef DEBUG_ENABLED_NOACTIONMENU @@ -9,4 +10,4 @@ #define DEBUG_SETTINGS DEBUG_ENABLED_NOACTIONMENU #endif -#include "\z\ace\addons\main\script_macros.hpp" \ No newline at end of file +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/optionals/server/config.cpp b/optionals/server/config.cpp index ab354fa4d8..c27ed4a341 100644 --- a/optionals/server/config.cpp +++ b/optionals/server/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/server/script_component.hpp b/optionals/server/script_component.hpp index c81bf390de..188fe5f319 100644 --- a/optionals/server/script_component.hpp +++ b/optionals/server/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT server +#define COMPONENT_BEAUTIFIED Server #include "\z\ace\addons\main\script_mod.hpp" #ifdef DEBUG_ENABLED_SERVER diff --git a/optionals/tracers/config.cpp b/optionals/tracers/config.cpp index 32f1bfbb2d..8b44cec0d3 100644 --- a/optionals/tracers/config.cpp +++ b/optionals/tracers/config.cpp @@ -2,6 +2,7 @@ class CfgPatches { class ADDON { + name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; diff --git a/optionals/tracers/script_component.hpp b/optionals/tracers/script_component.hpp index 14a316a220..4109ddbb5a 100644 --- a/optionals/tracers/script_component.hpp +++ b/optionals/tracers/script_component.hpp @@ -1,4 +1,5 @@ #define COMPONENT tracers +#define COMPONENT_BEAUTIFIED Tracers #include "\z\ace\addons\main\script_mod.hpp" #ifdef DEBUG_ENABLED_SYS_TRACERS