Rain modify (GoldSrc)

From Valve Developer Community
Revision as of 13:23, 1 August 2023 by NOUG4AT (talk | contribs) (Created page with "{{entity|rain_modify|<!--sprite=1-->|type=point|engine=gldsrc|game=Paranoia}} Which is used to directly turn on and off the rain. ==Keyvalues== * Fading time (m_flTime) <inte...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Entity Which is used to directly turn on and off the rain.

Keyvalues

  • Fading time (m_flTime) <integer>
  • Drips per second (m_iDripsPerSecond) <integer>
The number of drops that appear per second.

Template:ModernTip

  • Wind X (m_flWindX) <integer>
  • Wind Y (m_flWindY) <integer>
Wind deflection.

Template:ModernTip

  • Rand X (m_flRandX) <integer>
  • Rand (m_flRandY) <integer>
Wind deflection spread for each drop.
PlacementTip.pngExample:if the wind is worth 200 and the spread is 40, then for each drop the deviation will vary from 160 to 240.