Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki Advanced Ballistics updated #5030

Merged
merged 13 commits into from
Mar 25, 2017
Binary file added docs/img/wiki/feature/ab_ingame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/wiki/feature/ab_module.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions docs/wiki/feature/advanced-ballistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version:
## 1. Overview
The Advanced Ballistics module improves internal and external ballistics.

## 1.1 Features
### 1.1 Features
- Drag modelling based on real-world ballistic coefficients.
- Ambient air density (air pressure, temperature, humidity) affects drag.
- Wind affects drag and deflects the trajectory.
Expand All @@ -31,7 +31,19 @@ The Advanced Ballistics module improves internal and external ballistics.

## 2. Usage

### 2.1 Protractor
### 2.1 Enabling Advanced Ballistics

#### 2.1.1 Editor
<img src="{{ site.baseurl }}/img/wiki/feature/ab_module.jpg" width="799" height="620" alt="Advanced Ballistics module" />

#### 2.1.2 Settings Framework
- [Settings Framework]({{ site.baseurl }}/wiki/framework/settings-framework.html)

#### 2.1.3 Enabled in-game ?
- Pick up a [Range Card]({{ site.baseurl }}/wiki/feature/rangecard.html) and open it.
<img src="{{ site.baseurl }}/img/wiki/feature/ab_ingame.png" width="1400" height="280" alt="Advanced Ballistics vs Default Ballistic" />

### 2.2 Protractor
- You need a compatible weapon.
- Press <kbd>Ctrl</kbd>+<kbd>⇧&nbsp;Shift</kbd>+<kbd>K</kbd>.
- Red line indicates the current inclination angle in degrees.
Expand Down