mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
21 lines
685 B
Markdown
21 lines
685 B
Markdown
---
|
|
layout: wiki
|
|
title: Weather
|
|
description: The Weather module overrides the mission/editor weather setting with a synchronized realistic weather simulation
|
|
group: feature
|
|
category: realism
|
|
parent: wiki
|
|
---
|
|
|
|
## 1. Overview
|
|
ACE3 Weather simulates realistic weather effects, according to the geographical location of the map, the date and time. It also ensures that all players experience the same weather effects.
|
|
|
|
## 2. Usage
|
|
|
|
### 2.1 Wind info
|
|
- Wind info is toggled on/off using <kbd>SHIFT</kbd> + <kbd>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`
|