Legacy:PressureZone: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
EntropicLqd (talk | contribs) mNo edit summary |
added class box |
||
Line 1: | Line 1: | ||
{{classbox| [[Legacy:Actor|Actor]] >> [[Legacy:Info (UT)|Info (UT)]] >> [[Legacy:ZoneInfo|ZoneInfo]] >> PressureZone}} | |||
This zone kills pawns within it when triggered, and optionally changes their fatness and viewfog. | This zone kills pawns within it when triggered, and optionally changes their fatness and viewfog. | ||
Revision as of 05:06, 17 April 2002
This zone kills pawns within it when triggered, and optionally changes their fatness and viewfog.
Some weirdness to note:
- default fatness is 128. Set DieFatness to smaller for thinning, larger for fattening but note that 0 doesn't work.
- viewfog is odd: it's a colour but defined by a vector. AFAIK it's taken as XYZ = RGB, with values 0 to 1.0
- The zone must be triggered before it will affect the players inside it.