Skip to content

Commit

Permalink
RHS ARF Compat - Fix RPK74M wrong ammo bug (#8223)
Browse files Browse the repository at this point in the history
* Fixed RPK74M wrong ammo bug

* Fix wrong deleted lines of code

* Edit rjs_weap_rpk74_base to rhs_weap_rpk_base

Co-authored-by: Dabako <github@dabakoworld.de>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
  • Loading branch information
3 people committed Apr 22, 2021
1 parent 3a74ed3 commit af4b9df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ xrufix
Zakant <Zakant@gmx.de>
zGuba
Fyuran <dankemedic@hotmail.com>
dabako <dabako@dabakoworld.de>
Frank <frankplow@protonmail.com>
9 changes: 5 additions & 4 deletions optionals/compat_rhs_afrf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ class CfgWeapons {
class rhs_weap_svds_npz: rhs_weap_svds {
ACE_RailHeightAboveBore = 4.3348;
};
class rhs_weap_rpk_base;
class rhs_weap_rpk74_base : rhs_weap_rpk_base {
ACE_barrelLength = 590.00;
ACE_barrelTwist = 195.072;
};
class rhs_pkp_base;
class rhs_weap_pkp: rhs_pkp_base {
ACE_barrelTwist = 240.03;
Expand All @@ -67,10 +72,6 @@ class CfgWeapons {
ACE_barrelTwist = 240.03;
ACE_barrelLength = 645.16;
};
class rhs_weap_rpk74: rhs_weap_pkp {
ACE_barrelTwist = 195.072;
ACE_barrelLength = 589.28;
};
class rhs_weap_orsis_Base_F;
class rhs_weap_t5000: rhs_weap_orsis_Base_F { // http://en.orsis.com/production/catalog/19046/
ACE_barrelTwist = 254.0; // 1:10"
Expand Down

0 comments on commit af4b9df

Please sign in to comment.