Improve ballistics/advanced ballistics docs

This commit is contained in:
Dharma Bellamkonda 2015-05-13 23:20:36 -06:00
parent 560d6f09a0
commit 1d446c5eba
2 changed files with 23 additions and 18 deletions

View File

@ -5,14 +5,16 @@ group: feature
parent: wiki
---
# Overview
## Sub-feature 1
Short description of sub-feature 1.
## Sub-feature 2
Short description of sub-feature 2.
## Advanced ballistics simulation
Advanced ballistics changes above and beyond the ballistics module. Bullet characteristics, barrel length, air temperature, barometric pressure, ammo temperature and air drag are all used to dynamically calculate ballistics.
## Protractor
Adds a protractor for quick reference when sniping.
# Usage
Short overview of how to use the feature, e.g. menu options, key bindings,
instructions. May not apply to all modules.
Press `Ctrl+Shift+K` to display the protractor.
This module uses relatively complex scripting. Several options are provided in the ACE menu to reduce the performance impact of this module.
# Dependencies
List of modules that must be present for this module to work.
`ace_ballistics`, `ace_weather`, `ace_modules`

View File

@ -5,24 +5,27 @@ group: feature
parent: wiki
---
# Overview
## Realistic rifle ammunition
## Realistic ballistics
Changes include adjusted muzzle velocity, air friction and dispersion based on real life values.
## Body armour nerf
Nerfs protection values of vests, CSAT uniforms and various campaign only gear to more realistic levels comparable to Arma 2 levels.
## Weaker body armor
Decreases protection values of vests, CSAT uniforms and various campaign only gear to levels comparable to Arma 2.
## Realistic silencers and sub-sonic ammunition
Silencers no longer decrease the muzzle velocity and are generally less effective when used with normal ammunition. They now only remove the muzzle blast and flash. To prevent the crack caused by super sonic projectiles, AGM introduces sub sonic ammunition. This is also fully compatible with AI. Sub sonic ammunition is available for the calibers 5.56mm, 6.5mm and 7.62mm.
## Armour piercing ammunition
Armour piercing rounds have higher penetration values against light armoured targets or other obstacles on the battlefield. Their drawback is a slighly decreased man-stopping power. AP rounds are available for the calibers 5.56mm, 6.5mm and 7.62mm.
## IR-Dim tracer ammunition
IR-Dim ammunition is similar to tracer rounds, but their tracers are only visible using night vision devices.
## M118 Long range ammunition
The M14 EBR now uses ammunition with decreased muzzle velocity and air friction to improve precission on long ranges.
## Flash suppressors
Flash suppressors are similar to sound suppressors and prevent the muzzle flash reducing visibilty without decreasing combat effectiveness. Flash suppressors are available for the calibers 5.56mm, 6.5mm, 7.62mm, .45 ACP and 9mm.
# Usage
Short overview of how to use the feature, e.g. menu options, key bindings,
instructions. May not apply to all modules.
## M118 Long range ammunition
The M14 EBR now uses ammunition with decreased muzzle velocity and air friction to improve precision on long ranges.
## Flash suppressors
Flash suppressors are similar to sound suppressors and prevent the muzzle flash reducing visibility without decreasing combat effectiveness. Flash suppressors are available for the calibers 5.56mm, 6.5mm, 7.62mm, .45 ACP and 9mm.
# Dependencies
List of modules that must be present for this module to work.
`ace_common`