Added scope configs to the RHS compatibility modules

This commit is contained in:
ulteq 2015-04-27 17:35:03 +02:00
parent 0f4a95fddd
commit e4f6a7b2fc
2 changed files with 19 additions and 0 deletions

View File

@ -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;
};
};

View File

@ -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;
};
};