- [Coriolis effect](https://en.wikipedia.org/wiki/Coriolis_effect) and [Eötvös effect](https://en.wikipedia.org/wiki/Eotvos_effect) (Earth rotation)
- Loss of stability during transonic flight.
- Variable muzzle velocity based on powder burn rate and barrel length.
- Bullet trace effect for supersonic bullets (light refraction due to air pressure waves).
- A protractor for quickly measuring the inclination angle.
## 2. Usage
### 2.1 Protractor
Press <kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>K</kbd> while using a compatible weapon to toggle the protractor. The red line indicates the current inclination angle in degrees. The protractor will disappear if you lower or holster your weapon.
## 3. Dependencies
`ace_ballistics`, `ace_weather`, `ace_modules`
## 4. Addon Configs:
Reference https://github.com/acemod/ACE3/blob/master/extras/CfgAmmoReference.hpp for examples of bullets with correct configs.
It is probably best to modify an example that's close to the bullet you are trying to add.
<divclass="panel callout">
<h5>ALL VALUES ARE IN METRIC</h5>
</div>
### 4.1 CfgWeapons (Example M4):
-`ACE_barrelTwist=177.8;`
>1:7 inch rifle twist
7 inches * 25.4(mm/in) = 177.8 mm
Same as the Capital T in https://en.wikipedia.org/wiki/Miller_twist_rule (convert to metric)
-`ACE_barrelLength = 368.3;`
>14.5 in (370 mm)
Self explanatory
-`ACE_twistDirection`
Right handed is 1, Left is -1, none is 0
Leaving blank will default to 1 (Almost everything is right-handed)
A smooth-bore gun (e.g. shotgun) would be `0`.
### 4.2 CfgAmmo (Example B_556x45_Ball):
-`ACE_caliber=5.69;`
Bullet diameter in mm (diameter is a little different from caliber)