RHS GREF Compat - MG42 (#6552)

Close #6550
This commit is contained in:
PabstMirror 2018-08-27 17:13:38 -05:00 committed by GitHub
parent 0c18d5bcae
commit 16a3bd096a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
class CfgMagazines {
class CA_Magazine;
class rhsgref_50Rnd_792x57_SmE_drum: CA_Magazine { // drum, but still just a belt
ACE_isBelt = 1;
};
class rhsgref_296Rnd_792x57_SmE_belt: CA_Magazine {
ACE_isBelt = 1;
};
};

View File

@ -77,4 +77,7 @@ class CfgWeapons {
ACE_barrelTwist=240; ACE_barrelTwist=240;
ACE_barrelLength=658; ACE_barrelLength=658;
}; };
class rhs_weap_mg42_base: Rifle_Base_F {
ACE_Overheating_allowSwapBarrel = 1;
};
}; };

View File

@ -14,4 +14,5 @@ class CfgPatches {
}; };
#include "CfgAmmo.hpp" #include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgWeapons.hpp" #include "CfgWeapons.hpp"