mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
65be883eea
* added exit condition This would enable mission maker to temporarily disable the execution of setWind every second. Currently, a temporary pause isnt possible. * Update weather-framework.md * Apply suggestions from code review Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> * actually disable wind simulation --------- Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
849 B
849 B
layout | title | description | group | order | parent | mod | version | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wiki | Weather Framework | Explains how to work with ACE3 weather system. | framework | 5 | wiki | ace |
|
1. Overview
ACE3 Weather extends the existing weather by temperature, humidity and air pressure according to the geographic location, season and time of day.
The additional wind simulation, which is also influenced by the season and the geographical location, can be deactivated if necessary.
Cloud cover, rain and fog can still be set via the mission settings.
2. Wind Simulation
2.1 Temporarily Pause Wind Simulation
When Wind Simulation is enabled at mission start, it can be temporarily disabled by setting ace_weather_disableWindSimulation = true
. To reenable wind simulation, the variable must either be set to false
or nil
.