mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
9f671e59c1
commit
725b1447e7
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user