Legacy:XFallingVolume: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{classbox| [[Legacy:UT2003|UT2003]] :: [[Legacy:Actor|Actor]] >> [[Legacy:Brush|Brush]] >> [[Legacy:Volume|Volume]] >> XFallingVolume}} | {{classbox| [[Legacy:UT2003|UT2003]] :: [[Legacy:Actor|Actor]] >> [[Legacy:Brush|Brush]] >> [[Legacy:Volume|Volume]] >> XFallingVolume}} | ||
The XFallingVolume sets where you die when you're falling off the edge of the map or building. | The XFallingVolume sets where you die when you're falling off the edge of the map or building. Now if someone runs off the edge of the building they will fall and then die when they reach the box. (the box will be invisble of course) | ||
Now if someone runs off the edge of the building they will fall and then die when they reach the box. (the box will be invisble of course) | |||
This volume actually just damages the player (very heavily), and applies the death messege "Player left a small crater". For game styles such as Onslaught mode, boosting the damage rate in the volume properties will prevent a falling tank from surviving, or taking quite some time to die. | This volume actually just damages the player (very heavily), and applies the death messege "Player left a small crater". For game styles such as Onslaught mode, boosting the damage rate in the volume properties will prevent a falling tank from surviving, or taking quite some time to die. | ||
Line 17: | Line 7: | ||
Due to the damaging type of this volume, when the player dies, they usually gib. To kill the player without gibs, see [[Legacy:Killing Without Gibbing|Killing Without Gibbing]] | Due to the damaging type of this volume, when the player dies, they usually gib. To kill the player without gibs, see [[Legacy:Killing Without Gibbing|Killing Without Gibbing]] | ||
[[Category:Legacy | ==Related Topics== | ||
* [[Legacy:Add A Volume|Add a Volume]] for how to add one to your map | |||
* [[Legacy:Working With Volumes|Working With Volumes]] for how to use. | |||
[[Category:Legacy Class (UT2003)|{{PAGENAME}}]] | |||
[[Category:Legacy Class (UT2004)|{{PAGENAME}}]] |
Latest revision as of 12:39, 30 November 2005
The XFallingVolume sets where you die when you're falling off the edge of the map or building. Now if someone runs off the edge of the building they will fall and then die when they reach the box. (the box will be invisble of course)
This volume actually just damages the player (very heavily), and applies the death messege "Player left a small crater". For game styles such as Onslaught mode, boosting the damage rate in the volume properties will prevent a falling tank from surviving, or taking quite some time to die.
Due to the damaging type of this volume, when the player dies, they usually gib. To kill the player without gibs, see Killing Without Gibbing
Related Topics
- Add a Volume for how to add one to your map
- Working With Volumes for how to use.