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
27 lines
765 B
Markdown
27 lines
765 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
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
## 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
|
|
|
|
{% include dependencies_list.md component="weather" %}
|