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
57 lines
2.2 KiB
Markdown
57 lines
2.2 KiB
Markdown
---
|
|
layout: wiki
|
|
title: Vehicles
|
|
description: Various tweaks to vehicles and vehicle weapons.
|
|
group: feature
|
|
category: realism
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
## 1. Overview
|
|
|
|
### 1.1 Speed limiter
|
|
Adds ability to limit the max. speed of any vehicle.
|
|
|
|
### 1.2 Engine start delay
|
|
The engine has to be started before the vehicle can move. Starting the engine takes aprox. 1 to 2 seconds.
|
|
|
|
### 1.3 Fuel capacity
|
|
The range of all vehicle gets significantly reduced to reflect ranges of their real life counterparts. Scaled down to match the relative short distances in Arma 3. A full vehicle on mission start should still most likely never need a refueling during a mission.
|
|
|
|
### 1.4 Main gun muzzles
|
|
APC's and tanks now share a muzzle for all ammunition types of their main guns. This prevents an exploit that skips the reloading time of a round or clip while changing the ammunition type. Also makes it possible to switch between ammunition types using the scroll wheel like in Arma 2.
|
|
|
|
### 1.5 Boat machine gun tracers
|
|
NATO and AAF armed boats now use their respective tracer colours like any vehicle when they fire their rear gun. (Red for Blufor, yellow for Indep)
|
|
|
|
### 1.6 Improved smoke launcher of Fennek (Strider)
|
|
Reduced smoke shell count and launch angle of the AAF Fennek to match the models smoke launcher.
|
|
|
|
### 1.7 Stabilized optic of Fennek (Strider)
|
|
Stabilizes the commander's view in the Fennek (Strider).
|
|
|
|
### 1.8 Vehicle mounted machine guns ROF
|
|
The rate of fire of vehicle mounted miniguns and machine guns is adjusted to match real life values.
|
|
|
|
### 1.9 120mm gun and mortar behaviour
|
|
MBT main guns and mortars can no longer lock on enemies. The AT rounds of both now have raised cost values to encourage the AI to not use those rounds against foot soldiers over their machine guns or HE rounds.
|
|
|
|
## 2. Usage
|
|
|
|
### 2.1 Turning the engine on / off
|
|
- To turn the engine on press <kbd>2</kbd>.
|
|
- To turn the engine off press <kbd>1</kbd>.
|
|
|
|
### 2.2 Turning the speed limiter on / off
|
|
- To turn the speed limiter on press <kbd>Del</kbd>.
|
|
- To turn it off press <kbd>Del</kbd> again.
|
|
|
|
## 3. Dependencies
|
|
|
|
{% include dependencies_list.md component="vehicles" %}
|