Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:TeamGame (UT2003)
Object >> Actor >> Info >> GameInfo >> UnrealMPGameInfo >> DeathMatch >> TeamGame |
Contents
- 1 Properties
- 1.1 Property group 'TeamGame'
- 1.2 Internal variables
- 1.2.1 bBalanceTeams
- 1.2.2 BlueTeamName
- 1.2.3 bPlayersBalanceTeams
- 1.2.4 bScoreTeamKills
- 1.2.5 bScoreVictimsTarget
- 1.2.6 bSpawnInTeamArea
- 1.2.7 CaptureSound
- 1.2.8 FriendlyFireScale
- 1.2.9 HatTrickSound
- 1.2.10 IncreaseLead
- 1.2.11 MaxTeamSize
- 1.2.12 NearString
- 1.2.13 RedTeamName
- 1.2.14 TakeLead
- 1.2.15 TeamAIType
- 1.2.16 Teams
- 1.2.17 TempSymbols
- 1.2.18 TGPropsDisplayText
- 1.3 Default values
- 2 Functions
- 2.1 Static functions
- 2.2 Events
- 2.3 Other instance functions
- 2.3.1 AnnounceScore
- 2.3.2 CanShowPathTo
- 2.3.3 CanSpectate
- 2.3.4 ChangeTeam
- 2.3.5 CheckEndGame
- 2.3.6 CheckMaxLives
- 2.3.7 CheckScore
- 2.3.8 CriticalPlayer
- 2.3.9 FindNewObjectives
- 2.3.10 FindTeamFor
- 2.3.11 FindVictimsTarget
- 2.3.12 GetBlueTeam
- 2.3.13 GetBotTeam
- 2.3.14 GetRedTeam
- 2.3.15 GetServerDetails
- 2.3.16 IncrementGoalsScored
- 2.3.17 InitTeamSymbols
- 2.3.18 NotifyKilled
- 2.3.19 OtherTeam
- 2.3.20 OverrideInitialBots
- 2.3.21 PickTeam
- 2.3.22 PlayEndOfMatchMessage
- 2.3.23 PreLoadBot
- 2.3.24 PreLoadNamedBot
- 2.3.25 RatePlayerStart
- 2.3.26 ReduceDamage
- 2.3.27 RestartPlayer
- 2.3.28 SameTeam
- 2.3.29 ScoreKill
- 2.3.30 TooManyBots
- Package:
- UnrealGame
- Direct subclasses:
- XBombingRun, XDoubleDom, CTFGame, XTeamGame
- This class in other games:
- RTNP, U1, UT, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
TeamGame.
Properties[edit]
Property group 'TeamGame'[edit]
ADR_Control[edit]
Type: float
Default value: 2.0
ADR_Goal[edit]
Type: float
Default value: 25.0
ADR_Return[edit]
Type: float
Default value: 5.0
Internal variables[edit]
bBalanceTeams[edit]
Type: bool
Modifiers: globalconfig
bots balance teams
Default value: True
BlueTeamName[edit]
Type: string
bPlayersBalanceTeams[edit]
Type: bool
Modifiers: globalconfig
players balance teams
Default value: True
bScoreTeamKills[edit]
Type: bool
Default value: True
bScoreVictimsTarget[edit]
Type: bool
Should we check a victims target for bonuses
bSpawnInTeamArea[edit]
Type: bool
players spawn in marked team playerstarts
CaptureSound[edit]
Type: Sound
Array size: 2
Default value, index 0: Sound'AnnouncerMain.Red_Team_Scores'
Default value, index 1: Sound'AnnouncerMain.Blue_Team_Scores'
FriendlyFireScale[edit]
Type: float
Modifiers: config
scale friendly fire damage by this value
HatTrickSound[edit]
Type: Sound
Default value: Sound'AnnouncerMain.HatTrick'
IncreaseLead[edit]
Type: Sound
Array size: 2
Default value, index 0: Sound'AnnouncerMain.Red_Team_increases_their_lead'
Default value, index 1: Sound'AnnouncerMain.Blue_Team_increases_their_lead'
MaxTeamSize[edit]
Type: int
Modifiers: config
Default value: 16
NearString[edit]
Type: string
Modifiers: localized
Default value: "Near the"
RedTeamName[edit]
Type: string
when specific pre-designed teams are specified on the URL
TakeLead[edit]
Type: Sound
Array size: 2
Default value, index 0: Sound'AnnouncerMain.Red_Team_takes_the_lead'
Default value, index 1: Sound'AnnouncerMain.Blue_Team_takes_the_lead'
TeamAIType[edit]
Array size: 2
Default value, index 0: Class'UnrealGame.TeamAI'
Default value, index 1: Class'UnrealGame.TeamAI'
Teams[edit]
Type: UnrealTeamInfo
Array size: 2
TempSymbols[edit]
Type: Texture
Array size: 2
TGPropsDisplayText[edit]
Type: string
Array size: 4
Modifiers: private, localized
Default value, index 0: "Bots Balance Teams"
Default value, index 1: "Players Balance Teams"
Default value, index 2: "Max Team Size"
Default value, index 3: "Friendly Fire Scale"
Default values[edit]
Property | Value |
---|---|
bCanChangeSkin | False |
BeaconName | "Team" |
bTeamGame | True |
bWeaponStay | True |
EndGameSound[0] | Sound'AnnouncerMain.red_team_is_the_winner' |
EndGameSound[1] | Sound'AnnouncerMain.blue_team_is_the_winner' |
EndMessageWait | 3 |
GameName | "Team Deathmatch" |
GoalScore | 60 |
NumRounds | 5 |
ScoreBoardType | "XInterface.ScoreBoardTeamDeathMatch" |
SinglePlayerWait | 2 |
Functions[edit]
Static functions[edit]
FillPlayInfo[edit]
Overrides: DeathMatch.FillPlayInfo
FindTeamDesignation[edit]
Overrides: GameInfo.FindTeamDesignation
ParseChatPercVar[edit]
Overrides: GameInfo.ParseChatPercVar
ParseMessageString[edit]
Overrides: GameInfo.ParseMessageString
Events[edit]
InitGame[edit]
Overrides: DeathMatch.InitGame
PostBeginPlay[edit]
Overrides: DeathMatch.PostBeginPlay
PostLogin[edit]
Overrides: DeathMatch.PostLogin
Other instance functions[edit]
AnnounceScore[edit]
CanShowPathTo[edit]
CanSpectate[edit]
Overrides: DeathMatch.CanSpectate
ChangeTeam[edit]
Overrides: GameInfo.ChangeTeam
CheckEndGame[edit]
Overrides: DeathMatch.CheckEndGame
CheckMaxLives[edit]
Overrides: DeathMatch.CheckMaxLives
CheckScore[edit]
Overrides: DeathMatch.CheckScore
CriticalPlayer[edit]
FindNewObjectives[edit]
FindTeamFor[edit]
Overrides: DeathMatch.FindTeamFor
FindVictimsTarget[edit]
GetBlueTeam[edit]
GetBotTeam[edit]
Overrides: DeathMatch.GetBotTeam
GetRedTeam[edit]
GetServerDetails[edit]
Overrides: DeathMatch.GetServerDetails
IncrementGoalsScored[edit]
InitTeamSymbols[edit]
Overrides: DeathMatch.InitTeamSymbols
NotifyKilled[edit]
Overrides: GameInfo.NotifyKilled
OtherTeam[edit]
Overrides: GameInfo.OtherTeam
OverrideInitialBots[edit]
Overrides: DeathMatch.OverrideInitialBots
PickTeam[edit]
Overrides: GameInfo.PickTeam
PlayEndOfMatchMessage[edit]
Overrides: DeathMatch.PlayEndOfMatchMessage
PreLoadBot[edit]
Overrides: DeathMatch.PreLoadBot
PreLoadNamedBot[edit]
Overrides: DeathMatch.PreLoadNamedBot
RatePlayerStart[edit]
Overrides: DeathMatch.RatePlayerStart
ReduceDamage[edit]
Overrides: DeathMatch.ReduceDamage
RestartPlayer[edit]
Overrides: DeathMatch.RestartPlayer
SameTeam[edit]
ScoreKill[edit]
Overrides: DeathMatch.ScoreKill
TooManyBots[edit]
Overrides: UnrealMPGameInfo.TooManyBots