diff --git a/SQF/dayz_code/Configs/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons.hpp index f8dc6afbe..fe5f16af9 100644 --- a/SQF/dayz_code/Configs/CfgWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons.hpp @@ -273,6 +273,7 @@ class CfgWeapons { #include "CfgWeapons\Weapon\Sniper\DMR_DZ.hpp" #include "CfgWeapons\Weapon\Pistol\MakerovSD.hpp" #include "CfgWeapons\Weapon\LMG\m240_scoped.hpp" + #include "CfgWeapons\Weapon\LMG\M249_EP1.hpp" #include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp" #include "CfgWeapons\Weapon\LMG\M60A4.hpp" // #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp" diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M249_EP1.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M249_EP1.hpp new file mode 100644 index 000000000..f1484365d --- /dev/null +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M249_EP1.hpp @@ -0,0 +1,4 @@ +class M249_EP1; +class M249_EP1_DZ:M249_EP1 { + type = "1"; +}; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index 78f7fd492..48ccb0426 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -375,6 +375,10 @@ class CfgWeight { weight = 6.5; }; + class M249_EP1_DZ + { + weight = 6.5; + }; class Mk_48 { weight = 8.2;