env_wind is an existing point entity available with all versions of Mapbase.

An entity to control wind in the map.



KeyValues

- Tree sway scale (treeswayscale) <float>
The scale at which this env_wind affects $treeSway. Set to 0 to not affect $treeSway. (Only one env_wind should affect $treeSway)
- Radius (windradius) <float>
The radius in which this env_wind should simulate wind. -1 = everywhere
- Inner Radius (windradiusinner) <float>
The inner-radius for the env_wind, which enables varying intensities at certain distances. 0 = no inner radius

Inputs

- SetMinWind <float>
Sets the minimum speed of the wind while idling.
- SetMaxWind <float>
Sets the maximum speed of the wind while idling.
- SetMinGust <float>
Sets the minimum speed of wind gusts.
- SetMaxGust <float>
Sets the maximum speed of wind gusts.
- SetMinGustDelay <float>
Sets the minimum time delay between random gusts.
- SetMaxGustDelay <float>
Sets the maximum time delay between random gusts.
- SetGustDirChange <float>
Sets the maximum amount that the wind's direction changes due to a gust.
- SetGustDuration <float>
Sets how long the wind will gust for.
- SetWindRadius <float>
Sets the radius in which this env_wind should simulate wind. -1 = everywhere
- SetWindRadiusInner <float>
Sets the inner-radius for the env_wind, which enables varying intensities at certain distances. 0 = no inner radius
- SetTreeSwayScale <float>
Sets the scale at which this env_wind affects $treeSway. Set to 0 to not affect $treeSway.