ACE3/optionals/compat_sog/CfgMagazines/csw.hpp
BaerMitUmlaut 54c9cf6c61
S.O.G. Prairie Fire Compatibility (#8284)
* Added initial compat

* Added G-Forces compatibility

* Added Reload compatibility

* Add fuel capacities to planes and helicopters

* Add fuel capacities to wheeled and tracked vehicles, added fuel cargo config

* Add fuel capacities to OH-6

* Removed custom fuel capacities from Mi-2 with external tanks

* Fix config errors

* Add CSW compatibility for static guns

* Add ACE arsenal to EMM main menu

* Add CBA versioning check for SOG:PF

* Add vn_emm to requiredAddons

required for main menu patching

* Fix arsenal not being added to main menu

* Fix styling of ACE Arsenal button

* Add CSW compat for mortars

* Disable dragging of large statics

* Disable frag for molotov

* Set damage type of melee ammo

* Add custom damage handling for punji traps

* Add ACE Explosives compat to M18 Claymores

* Improve digDistance of Claymore x3

* Add ACE Explosives compat to M14 and M16 mines

* Add Explosives compat for M16 Trip Wire mines

* Add Explosives compat for F1 Trip Wire mines

* Add Explosives compat for Arty Shell Trip wire mine

* Improve interaction points for explosives

* Add Explosives compat for Satchel charge and AT mine

* Add Explosives compat for Punji traps, improve comments

* Add Explosives compat to M112 Breaching charge

* Rename mines.hpp to explosives.hpp

* Allow digging spiderholes with entrenching tool

* Fix minor config errors

* Add CSW pictures, models and stringtable entries

* Add missing stringtable entries

* Add CSW weapon pictures and stringtable entries

* Handle punji trap damage with disabled medical

* Disable cookoff for bicycles

* Remove custom digging tools (needs deeper changes)

* Improve spiderhole digging translation

* Fill CfgPatches units and weapons arrays for Zeus

* Add witty comment

* Use lowercase for external component names

* Fix indentation

* Fix missing base class

* Remove accidentally added files

* pboProject fixes for S.O.G. Prairie Fire Compatibility (#8311)

* Change macros to work with pboproject

* Add placeholders for VN p3d files

* Add ending newlines

Co-authored-by: jonpas <jonpas33@gmail.com>

* Fix UBC

Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Björn Dahlgren <bjorn@dahlgren.io>
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
2021-10-05 13:28:43 +02:00

173 lines
5.2 KiB
C++

class vn_missile_tow_mag_x1;
class GVAR(tow_missile): vn_missile_tow_mag_x1 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\tow\vn_static_tow_mag.p3d";
picture = QPATHTOF(UI\ammo_1rnd_tow_ca.paa);
mass = 563;
};
class vn_m1919_v_250_mag;
class GVAR(m1919_250): vn_m1919_v_250_mag {
scope = 2;
type = 256;
count = 250;
model = "\vn\objects_f_vietnam\supply\a2_ammo\macv\vn_us_30cal.p3d";
picture = QPATHTOF(UI\ammo_250rnd_30cal_ca.paa);
ACE_isBelt = 1;
mass = 170;
};
class vn_m60_v_200_mag;
class GVAR(m60_200): vn_m60_v_200_mag {
scope = 2;
type = 256;
count = 200;
model = "\vn\objects_f_vietnam\supply\a2_ammo\macv\vn_us_can_30.p3d";
picture = QPATHTOF(UI\ammo_200rnd_762mm_ca.paa);
ACE_isBelt = 1;
mass = 187;
};
class vn_dshkm_v_50_mag;
class GVAR(dshkm_50): vn_dshkm_v_50_mag {
scope = 2;
type = 256;
count = 50;
model = "\vn\objects_f_vietnam\supply\a2_ammo\pavn\vn_pavn_50_can.p3d";
picture = QPATHTOF(UI\ammo_50rnd_127mm_ca.paa);
ACE_isBelt = 1;
mass = 170;
};
class vn_mortar_m29_mag_he_x8;
class GVAR(81mm_he): vn_mortar_m29_mag_he_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m29\vn_shell_81mm_m374_he_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_81mm_ca.paa);
mass = 91;
displayName = CSTRING(Magazine_81mm_HE);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_m29_mag_wp_x8;
class GVAR(81mm_wp): vn_mortar_m29_mag_wp_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m29\vn_shell_81mm_m374_he_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_81mm_ca.paa);
mass = 91;
displayName = CSTRING(Magazine_81mm_WP);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_m29_mag_chem_x8;
class GVAR(81mm_chem): vn_mortar_m29_mag_chem_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m29\vn_shell_81mm_m374_he_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_81mm_ca.paa);
mass = 91;
displayName = CSTRING(Magazine_81mm_Smoke);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_m29_mag_lume_x8;
class GVAR(81mm_lume): vn_mortar_m29_mag_lume_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m29\vn_shell_81mm_m374_he_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_81mm_ca.paa);
mass = 91;
displayName = CSTRING(Magazine_81mm_Lume);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_m2_mag_he_x8;
class GVAR(60mm_he): vn_mortar_m2_mag_he_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m2\vn_shell_60mm_m49a2_he_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_60mm_ca.paa);
mass = 37;
displayName = CSTRING(Magazine_60mm_HE);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_m2_mag_wp_x8;
class GVAR(60mm_wp): vn_mortar_m2_mag_wp_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m2\vn_shell_60mm_m302_wp_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_60mm_ca.paa);
mass = 37;
displayName = CSTRING(Magazine_60mm_WP);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_m2_mag_lume_x8;
class GVAR(60mm_lume): vn_mortar_m2_mag_lume_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_m2\vn_shell_60mm_m83_lume_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_60mm_ca.paa);
mass = 37;
displayName = CSTRING(Magazine_60mm_Lume);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_type53_mag_he_x8;
class GVAR(82mm_he): vn_mortar_type53_mag_he_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_type53\vn_shell_82mm_o832d_he_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_82mm_ca.paa);
mass = 70;
displayName = CSTRING(Magazine_82mm_HE);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_type53_mag_wp_x8;
class GVAR(82mm_wp): vn_mortar_type53_mag_wp_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_type53\vn_shell_82mm_d832_wp_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_82mm_ca.paa);
mass = 70;
displayName = CSTRING(Magazine_82mm_WP);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};
class vn_mortar_type53_mag_lume_x8;
class GVAR(82mm_lume): vn_mortar_type53_mag_lume_x8 {
scope = 2;
type = 256;
count = 1;
model = "\vn\static_f_vietnam\mortar_type53\vn_shell_82mm_s832s_lume_ammo.p3d";
picture = QPATHTOF(UI\ammo_1rnd_82mm_ca.paa);
mass = 70;
displayName = CSTRING(Magazine_82mm_Lume);
displayNameShort = "";
descriptionShort = ECSTRING(mk6mortar,magazine_descriptionShort);
};