mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added scope configs to the RHS compatibility modules
This commit is contained in:
parent
0f4a95fddd
commit
e4f6a7b2fc
@ -57,4 +57,11 @@ class CfgWeapons
|
||||
ACE_barrelTwist=7.68;
|
||||
ACE_barrelLength=23.2;
|
||||
};
|
||||
|
||||
class rhs_acc_sniper_base;
|
||||
class rhs_acc_pso1m2: rhs_acc_sniper_base {
|
||||
ACE_ScopeAdjust_Vertical[] = { 0, 0 };
|
||||
ACE_ScopeAdjust_Horizontal[] = { -10, 10 };
|
||||
ACE_ScopeAdjust_Increment = 0.5;
|
||||
};
|
||||
};
|
@ -71,4 +71,16 @@ class CfgWeapons
|
||||
ACE_barrelTwist=16;
|
||||
ACE_barrelLength=5;
|
||||
};
|
||||
|
||||
class rhsusf_acc_sniper_base;
|
||||
class rhsusf_acc_LEUPOLDMK4: rhsusf_acc_sniper_base {
|
||||
ACE_ScopeAdjust_Vertical[] = { -4, 30 };
|
||||
ACE_ScopeAdjust_Horizontal[] = { -6, 6 };
|
||||
ACE_ScopeAdjust_Increment = 0.1;
|
||||
};
|
||||
class rhsusf_acc_LEUPOLDMK4_2: rhsusf_acc_sniper_base {
|
||||
ACE_ScopeAdjust_Vertical[] = { -4, 30 };
|
||||
ACE_ScopeAdjust_Horizontal[] = { -6, 6 };
|
||||
ACE_ScopeAdjust_Increment = 0.1;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user