Skip to content

Commit

Permalink
Scopes - Fixes zero on three vanilla weapons (#5696)
Browse files Browse the repository at this point in the history
* Manually fix rail heights where the automated gathering failed
* Affects: Noreen "Bad News" ULR, Vector SMG and ASP-1 Kir
  • Loading branch information
ulteq authored Oct 27, 2017
1 parent cda060d commit 4c2348c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/scopes/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class CfgWeapons {
};

class SMG_01_Base: Rifle_Short_Base_F {
ACE_RailHeightAboveBore = 4.85355;
ACE_RailHeightAboveBore = 8.85355;
};
class SMG_02_base_F: Rifle_Short_Base_F {
ACE_RailHeightAboveBore = 4.41831;
Expand Down Expand Up @@ -362,13 +362,13 @@ class CfgWeapons {
ACE_RailHeightAboveBore = 2.83284;
};
class srifle_DMR_02_F: DMR_02_base_F {
ACE_RailHeightAboveBore = 3.43913;
ACE_RailHeightAboveBore = 4.43913;
};
class srifle_DMR_03_F: DMR_03_base_F {
ACE_RailHeightAboveBore = 4.0795;
};
class srifle_DMR_04_F: DMR_04_base_F {
ACE_RailHeightAboveBore = 2.38022;
ACE_RailHeightAboveBore = 5.38022;
};
class srifle_DMR_05_blk_F: DMR_05_base_F {
ACE_RailHeightAboveBore = 3.91334;
Expand Down

0 comments on commit 4c2348c

Please sign in to comment.