Scopes - wiki/framework update (#5799)

This commit is contained in:
ulteq 2017-11-22 11:28:54 +01:00 committed by GitHub
parent b99a10ad63
commit 5db7be4488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,8 @@ class CfgWeapons {
class YourWeapon {
ace_railHeightAboveBore = 1.8; // Distance between center of bore and rail in centimeters
ace_railBaseAngle = 0.025; // Angular difference between bore and rail axis in degrees
ace_ironSightBaseAngle = -0.138; // Angular difference between bore and iron sight axis in degrees
};
};
```