Legacy:LastManStanding: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
Last Man Standing is a gametype in which players attempt to survive instead of kill. The players start with a number of lives instead of a fraglimit and attempt to be the last one left with at least one life. | Last Man Standing is a gametype in which players attempt to survive instead of kill. The players start with a number of lives instead of a fraglimit and attempt to be the last one left with at least one life. | ||
==Properties == | See also [[Legacy:XLastManStandingGame|xLastManStandingGame]] for the GameInfo class for UT2004. | ||
==Properties== | |||
; string AltStartupMessage (localized) : Displayed for players who entered the game after 15% of the total possible frags in the game have been made. Those players will join as spectators. | ; string AltStartupMessage (localized) : Displayed for players who entered the game after 15% of the total possible frags in the game have been made. Those players will join as spectators. | ||
; bool bHighDetailGhosts (config) : "Ghosts" are players that have no more lives left. If this is set to true, ghosts don't become invisible like regular spectators. ''(Gotta test this...)'' | ; bool bHighDetailGhosts (config) : "Ghosts" are players that have no more lives left. If this is set to true, ghosts don't become invisible like regular spectators. ''(Gotta test this...)'' |
Revision as of 16:45, 16 December 2005
UT :: Actor (UT) >> Info (UT) >> GameInfo (UT) >> TournamentGameInfo >> DeathMatchPlus >> LastManStanding (Package: BotPack)
Last Man Standing...well, if you don't know what the game type is, you've spend WAY too much time in UnrealEd and not enough in UT :P
Last Man Standing is a gametype in which players attempt to survive instead of kill. The players start with a number of lives instead of a fraglimit and attempt to be the last one left with at least one life.
See also xLastManStandingGame for the GameInfo class for UT2004.
Properties
- string AltStartupMessage (localized)
- Displayed for players who entered the game after 15% of the total possible frags in the game have been made. Those players will join as spectators.
- bool bHighDetailGhosts (config)
- "Ghosts" are players that have no more lives left. If this is set to true, ghosts don't become invisible like regular spectators. (Gotta test this...)
- int Lives
- Amount of lives each player has at the start of the match. Set to 10 if FragLimit isn't set, otherwise set to FragLimit.
- PlayerPawn LocalPlayer
- The local PlayerPawn.
- int TotalKills
- Total number of kills already made in this match.
- int NumGhosts
- Number of players without any lives left.