This commit is contained in:
Brandon Danyluk 2017-12-07 15:26:10 -07:00
parent d1cc7cc12b
commit bcb4214bd9

View File

@ -1,41 +1,41 @@
--- ---
layout: wiki layout: wiki
title: Fortify title: Fortify
description: Enables player to build fortifications. description: Enables player to build fortifications.
group: feature group: feature
category: interaction category: interaction
parent: wiki parent: wiki
mod: acex mod: acex
version: version:
major: 3 major: 3
minor: 3 minor: 3
patch: 0 patch: 0
--- ---
## 1. Overview ## 1. Overview
Enable players to place down fortifications. Budget enables mission makers / admin to restrict the amount of resources available. Enable players to place down fortifications. Budget enables mission makers / admin to restrict the amount of resources available.
## 2. Usage ## 2. Usage
Please note that to use this function the Fortify module needs to be placed down and `Fortify Tool` equipped by player. Please note that to use this function the Fortify module needs to be placed down and `Fortify Tool` equipped by player.
### 2.1 Placing fortification ### 2.1 Placing fortification
- Open self-interaction menu with <kbd>Ctrl</kbd> + <kbd>⊞ Win</kbd> (ACE3 default). - Open self-interaction menu with <kbd>Ctrl</kbd> + <kbd>⊞ Win</kbd> (ACE3 default).
- Select `Equipment` -> `Fortify`. - Select `Equipment` -> `Fortify`.
- Choose your fortification object and follow the instructions on the screen. - Choose your fortification object and follow the instructions on the screen.
### 2.1 Removing fortification ### 2.1 Removing fortification
- Use interaction <kbd>⊞ Win</kbd> on object. - Use interaction <kbd>⊞ Win</kbd> on object.
## 3. Tips ## 3. Tips
- Using <kbd>Alt</kbd> / <kbd>Ctrl</kbd> / <kbd>Shift</kbd> + <kbd>Scroll Wheel</kbd> you can rotate object on different axis. - Using <kbd>Alt</kbd> / <kbd>Ctrl</kbd> / <kbd>Shift</kbd> + <kbd>Scroll Wheel</kbd> you can rotate object on different axis.
- You can use planks to get up on rooftops. - You can use planks to get up on rooftops.
- Holding <kbd>Ctrl</kbd> while placing allows for placing multiple objects of the same type. - Holding <kbd>Ctrl</kbd> while placing allows for placing multiple objects of the same type.
## 4. Dependencies ## 4. Dependencies
{% include dependenciesx_list.md component="fortify" %} {% include dependenciesx_list.md component="fortify" %}