mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS Compat - Improve AK104/5 barrel length (#8810)
This commit is contained in:
parent
7197be2f49
commit
8cf900a1bc
@ -23,6 +23,13 @@ class CfgWeapons {
|
||||
ACE_barrelTwist = 199.898;
|
||||
ACE_barrelLength = 414.02;
|
||||
};
|
||||
class rhs_weap_ak103_base;
|
||||
class rhs_weap_ak104: rhs_weap_ak103_base {
|
||||
ACE_barrelLength = 314.96;
|
||||
};
|
||||
class rhs_weap_ak105: rhs_weap_ak74m {
|
||||
ACE_barrelLength = 314.96;
|
||||
};
|
||||
class rhs_weap_akm: rhs_weap_ak74m {
|
||||
ACE_RailHeightAboveBore = -0.456233;//from rhs_weap_akmn and rhs_weap_ak74m
|
||||
ACE_barrelTwist = 199.898;
|
||||
|
Loading…
Reference in New Issue
Block a user