Synchronizes wind between server and clients for consistency.
Server runs a master script that periodically generates new wind parameters and broadcasts them to the clients. Wind strength depends primarily on current overcast value and the pre-set general wind strength parameter (see below).
Two parameters can be used by mission makers to adjust the system for their needs (both run on server):
- To disable the system: ace_sys_wind_deflection_windsync = false; (default true)
- To set predominant wind strength: ace_sys_wind_deflection_spdparams = [probability of mild wind,probability of moderate wind,probability of strong wind]. For example: ace_sys_wind_deflection_spdparams = [0.8,0.2,0] will create weak wind with periodical moderate gusts. If the value is nil (default), it is generated automatically every 20 minutes or so, also based on overcast value.
