This page is incomplete! You can contribute information using GitHub issues or pull requests.

Wind tags describe the speed and variation of wind in a BSP cluster as a part of its assigned weather palette. Wind affects local point_physics and causes the movement of flags, weather, particle_systems, and more.

Structure and fields

FieldTypeComments
velocityBounds
  • Unit: world units

Upper and lower bounds for wind speed. Technically, this is not a true "velocity" because it is not a vector; wind direction is set in the BSP's weather palettes.

FieldTypeComments
minfloat
maxfloat
variation areaEuler2D
FieldTypeComments
yawfloat

Rotation to the left or right around the Z (vertical) axis.

pitchfloat

Rotation up or down.

local variation weightfloat
local variation ratefloat
dampingfloat

Acknowledgements

Thanks to the following individuals for their research or contributions to this topic:

  • Kavawuvi (Invader tag definitions)
  • MosesOfEgypt (Tag structure research)