ACE3/addons/compat_sog/ACE_CSW_Groups.hpp
Filip Maciejewski a7d8c3eb3a
Compat SOG - Make compat auto load if DLC is present (#9204)
* Move SOG compat to addons/

* Set component to skip loading when SOG not present

* Use skipWhenMissingDependencies for GRAD Trenches compatiblity

* Tools - Add SOG dlc launch config

* move trenches to sub config, handle grad with 2nd subconfig

* fix `Land_vn_b_prop_fueldrum_01` UBC

* use ifndef

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-03 11:31:45 -05:00

95 lines
1.7 KiB
C++

class ACE_CSW_Groups {
// --- Gun Turrets -------------------------------------------------------------
class ace_csw_100Rnd_127x99_mag {
vn_m2_v_100_mag = 1;
};
class GVAR(tow_missile) {
vn_missile_tow_mag_x1 = 1;
};
class GVAR(m1919_250) {
vn_m1919_v_250_mag = 1;
};
class GVAR(m60_200) {
vn_m60_v_200_mag = 1;
};
class vn_m60_100_mag {
vn_m60_v_100_mag = 1;
};
class GVAR(dshkm_50) {
vn_dshkm_v_50_mag = 1;
};
class vn_rpd_100_mag {
vn_rpd_v_100_mag = 1;
};
class vn_pk_100_mag {
vn_pk_v_100_mag = 1;
};
class GVAR(mg42_250) {
vn_mg42_v_250_mag = 1;
};
class GVAR(sgm_250) {
vn_sgm_v_250_mag = 1;
};
class GVAR(mk18_24) {
vn_mk18_v_24_mag = 1;
};
class GVAR(mk18_48) {
vn_mk18_v_48_mag = 1;
};
// --- Mortars -----------------------------------------------------------------
class GVAR(81mm_he) {
vn_mortar_m29_mag_he_x8 = 1;
};
class GVAR(81mm_wp) {
vn_mortar_m29_mag_wp_x8 = 1;
};
class GVAR(81mm_chem) {
vn_mortar_m29_mag_chem_x8 = 1;
};
class GVAR(81mm_lume) {
vn_mortar_m29_mag_lume_x8 = 1;
};
class GVAR(60mm_he) {
vn_mortar_m2_mag_he_x8 = 1;
};
class GVAR(60mm_wp) {
vn_mortar_m2_mag_wp_x8 = 1;
};
class GVAR(60mm_lume) {
vn_mortar_m2_mag_lume_x8 = 1;
};
class GVAR(82mm_he) {
vn_mortar_type53_mag_he_x8 = 1;
};
class GVAR(82mm_wp) {
vn_mortar_type53_mag_wp_x8 = 1;
};
class GVAR(82mm_lume) {
vn_mortar_type53_mag_lume_x8 = 1;
};
};