mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
725b1447e7
Add note for players explaining weather sync Add notes for mission makers explaining synergy between propagation and weather variables
24 lines
660 B
Markdown
24 lines
660 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
|
|
|
|
ACE3 Weather is enabled by default. This feature simulates realistic weather according to map location, time of day, date, etc and makes sure every player experiences the same weather effects.
|
|
|
|
|
|
## 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`
|