mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
b7944bdb0b
Add default keys for toggling wind indicator arrow on/off Add explanation for arrow colors
24 lines
594 B
Markdown
24 lines
594 B
Markdown
---
|
|
layout: wiki
|
|
title: Weather
|
|
description: The Weather module overrides the mission/editor weather setting with a synchronized realistic weather simulation
|
|
group: feature
|
|
parent: wiki
|
|
---
|
|
|
|
## 1. Overview
|
|
|
|
ACE Weather is enabled by default. This feature simulates realistic weather according to map location, time of day, date, etc.
|
|
|
|
|
|
## 2. Usage
|
|
|
|
### 2.1 Wind info
|
|
- Wind info is toggled on/off using <kbd>Shift+K</kbd>
|
|
- The arrow representing wind info is based on [Beaufort scale](http://en.wikipedia.org/wiki/Beaufort_scale#Modern_scale)
|
|
|
|
|
|
## 3. Dependencies
|
|
|
|
`ace_common`, `ace_modules`
|