Skip to content

Commit

Permalink
Mk6 documentation update for #3043
Browse files Browse the repository at this point in the history
  • Loading branch information
VKing6 committed Dec 20, 2015
1 parent c7b9c6d commit b452d2c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion wiki/feature/mk6mortar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parent: wiki
## 1. Overview

### 1.1 Mk6 Mortar overhaul
ACE3 adds wind deflection for shells as well as a rangetable to accurately take out your target without the artillery computer.
ACE3 adds wind deflection for shells as well as a rangetable to accurately take out your target without the artillery computer. If enabled, rounds must be loaded individually by a loader.


## 2. Usage
Expand Down Expand Up @@ -42,6 +42,14 @@ For this you need a `82mm Rangetable`, `Map Tools` and a `Vector 21` are also re
- Once the ELEV is correctly set and the barrel is facing the right direction, shoot and enjoy your bananas while watching hell rain on your enemies.


### 2.3 Loading the mortar
You need the proper mortar magazines in your inventory.


- Interact with the mortar by pressing the interaction key <kbd>⊞&nbsp;Win</kbd> and looking near the muzzle.
- Select the `Load Mortar` action and then select the round type you want to load.
- If you want to unload the mortar without firing, interact near the muzzle again and select `Remove Round`.

## 3. Dependencies

`ace_interaction`
5 changes: 5 additions & 0 deletions wiki/missionmaker/class-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ ACE_microDAGR | MicroDAGR GPS | ACE_ItemCore |
class name | in game name | type |
---------- | --------- | ---------
ACE_RangeTable_82mm | 82mm Rangetable | ACE_ItemCore |
ACE_1Rnd_82mm_Mo_HE | 82mm HE Round | Magazine |
ACE_1Rnd_82mm_Mo_Smoke | 82mm Smoke Round | Magazine |
ACE_1Rnd_82mm_Mo_Illum | 82mm Illumination Round | Magazine |
ACE_1Rnd_82mm_Mo_HE_Guided | 82mm Guided HE Round | Magazine |
ACE_1Rnd_82mm_Mo_HE_LaserGuided | 82mm Laser Guided HE Round | Magazine |

## M2XA
`added in 3.1.1`
Expand Down
1 change: 1 addition & 0 deletions wiki/missionmaker/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Name | Type | Description | Default value
Air Resistance | Boolean | For Player Shots, Model Air Resistance and Wind Effects. | No
Allow MK6 Computer | Boolean | Show the Computer and Rangefinder (these **NEED** to be removed if you enable air resistance). | No
Allow MK6 Compass | Boolean | Show the MK6 Digital Compass. | Yes
Use Ammunition Handling | Boolean | Removes mortar magazines, requiring individual rounds to be loaded by the gunner or loader. Does not affect AI mortars. | No

### 1.15 Name Tags
*Part of: ace_nametags*
Expand Down

0 comments on commit b452d2c

Please sign in to comment.