Compat SOG - Add barrel swap for MGs and belt linking for drum magazines (#9439)

* Add barrel swap support to SOG MGs

* Set SOG MG drum mags as belts, allow belt linking

* Remove tracer mag configs

Since they inherit from the "normal" magazines, these config entries, indeed, seem pointless.

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* Remove barrel swap from RPD and M1918

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
Assanali Mukhanov 2023-09-29 01:20:46 +06:00 committed by GitHub
parent 8e464744a1
commit 537487522f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -12,3 +12,6 @@ class vn_m16_mag_base;
class vn_m63a_100_mag: vn_m16_mag_base {
ACE_isBelt = 1;
};
class vn_mg42_50_mag: vn_lmgmag_base {
ACE_isBelt = 1;
};

View File

@ -13,6 +13,12 @@ class vn_pk: vn_lmg {
class vn_m60: vn_lmg {
EGVAR(overheating,allowSwapBarrel) = 1;
};
class vn_mg42: vn_lmg {
EGVAR(overheating,allowSwapBarrel) = 1;
};
class vn_l4: vn_lmg {
EGVAR(overheating,allowSwapBarrel) = 1;
};
class vn_smg: vn_rifle {
EGVAR(overheating,closedBolt) = 0;