Doc: Weather explanation

Add note for players explaining weather sync
Add notes for mission makers explaining synergy between propagation and
weather variables
This commit is contained in:
BullHorn 2015-05-18 00:07:26 +03:00
parent 9f671e59c1
commit 725b1447e7
2 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,7 @@ parent: wiki
## 1. Overview
ACE3 Weather is enabled by default. This feature simulates realistic weather according to map location, time of day, date, etc.
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

View File

@ -322,8 +322,16 @@ This module allows you to customize the weather settings.
1. **Weather propagation (Boolean)**<br>
Enables sever side weather propagation.<br>
`Default value: Yes`
<div class="panel callout">
<h5>Note:</h5>
<p>This feature is responsible for synchronizing weather between all clients. Disabling it is <b>not</b> recommended.</p>
</div>
2. **ACE3 Weather (Boolean)**<br>
Overrides the default weather with ACE3 weather (map based).<br>
<div class="panel callout">
<h5>Note:</h5>
<p>This feature can be disabled without affecting the weather propagation above. Useful if you prefer changing weather settings manually.</p>
</div>
`Default value: Yes`
3. **Sync Rain (Boolean)**<br>
Synchronizes rain.<br>