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
35 lines
905 B
Markdown
35 lines
905 B
Markdown
---
|
|
layout: wiki
|
|
title: Missile Guidance
|
|
description: Various modes for different missiles.
|
|
group: feature
|
|
category: realism
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
## 1. Overview
|
|
|
|
Adds the AMG framework, for more information about it refer to the [AMG framework documentation] ({{site.baseUrl}}/wiki/framework/advanced-missile-guidance.html)
|
|
|
|
## 2. Usage
|
|
|
|
### 2.1 Switching fire mode
|
|
- Press <kbd>Ctrl</kbd> + <kbd>Tab ↹</kbd> the LED's on the right of the UI will change.
|
|
- `TOP` for top down mode.
|
|
- `DIR` for direct mode.
|
|
|
|
### 2.2 Locking
|
|
- Fully zoom in by using <kbd>NUMPAD +</kbd>
|
|
- Switch to thermals by pressing <kbd>N</kbd> the `FLTR` LED should light up.
|
|
- Aim at the target and hold <kbd>Tab ↹</kbd> a crosshair will appear and the `SEEK` LED will light up.
|
|
- Fire!
|
|
|
|
## 3. Dependencies
|
|
|
|
{% include dependencies_list.md component="missileguidance" %}
|