mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1df3a73461
* Update documentation guidelines * Add version info part 1 * Add version info part 2 * Add removed in version to frontmatter and tag testmissions as removed * Add version info part 3
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
---
|
|
layout: wiki
|
|
title: Weapon Select
|
|
description: Ability to quickly select weapons using the number keys.
|
|
group: feature
|
|
category: interaction
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
## 1. Overview
|
|
|
|
### 1.1 Holster weapon
|
|
Adds the ability to holster a weapon on the back.
|
|
|
|
### 1.2 Quick weapon select
|
|
Adds key bindings to quickly switch weapons while on foot or in a vehicle. (Unbound by default).
|
|
|
|
### 1.3 Quick vehicle engine on/off
|
|
Adds key bindings to quickly turn a vehicle engine on or off.
|
|
|
|
### 1.4 Grenade select
|
|
Changes the grenade selection key bindings to help prevent accidents.
|
|
|
|
## 2. Usage
|
|
|
|
### 2.1 Weapons
|
|
|
|
- Press <kbd>0</kbd> to holster and unholster a weapon.
|
|
- When a weapon is holstered, the weapon fire button will not pull the weapon out. This can be used as an additional level of safety or as a role-playing feature.
|
|
|
|
Quick weapon selection is not bound by default, but can be bound in the controls menu under `ACE3 Weapons`.
|
|
|
|
Quick vehicle weapon selection is not bound by default, but can be bound in the controls menu under `ACE3 Vehicles`.
|
|
|
|
## 3. Dependencies
|
|
|
|
{% include dependencies_list.md component="weaponselect" %}
|