Cogito, ergo sum
UE2:U2GameInfo (U2XMP)
Object >> Actor >> Info >> GameInfo >> DialogGameInfo >> U2GameInfo |
Contents
- 1 Constants
- 2 Properties
- 2.1 Property group 'U2GameInfo'
- 2.1.1 bBroadcastObjectives
- 2.1.2 bGiveDefaultWeapon
- 2.1.3 bKeepTossedPickups
- 2.1.4 bSinglePlayerMission
- 2.1.5 bUseCombatSounds
- 2.1.6 DamageByPlayerScalars
- 2.1.7 DamageToPlayerScalars
- 2.1.8 FriendlyDamageScale
- 2.1.9 MaxRagdollDeaths
- 2.1.10 PlayerDamageScaleMax
- 2.1.11 PlayerDamageScaleMin
- 2.1.12 RagdollDetailLevel
- 2.1.13 RespawnAppearanceDelay
- 2.2 Internal variables
- 2.2.1 ActiveRagdollDeaths
- 2.2.2 AirControl
- 2.2.3 bForcedWeaponSwitch
- 2.2.4 bMultiWeaponStay
- 2.2.5 BSMColor
- 2.2.6 BSMTime
- 2.2.7 DefaultFOV
- 2.2.8 GameAIControllerClasses
- 2.2.9 GameAIControllers
- 2.2.10 MinPlayers
- 2.2.11 NumBots
- 2.2.12 PlayerSpeedRatio
- 2.2.13 SoundSlotTimerList
- 2.2.14 SpeedRatio
- 2.2.15 UIComponents
- 2.3 Default values
- 2.1 Property group 'U2GameInfo'
- 3 Structs
- 4 Functions
- Package:
- U2
- Known classes within U2GameInfo:
- GameAIControllerCTF, GameAIControllerImpl, GameAIControllerXMP
- Direct subclasses:
- AtlantisGameInfo, CutsceneGameInfo, IntroGameInfo, MissionGameInfo, VaultGameInfo, U2DeathMatch, U2TutorialGameInfo
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. |
$Workfile: U2GameInfo.uc $ Created By: Mark Poesch Created On: 9/1/2000 $Author: Mfox $ $Date: 3/03/03 5:39p $ $Revision: 98 $
Constants[edit]
MaxTeams[edit]
Value: 4
max # teams for any game type
GF_NOIMPACTS[edit]
Value: 0x01
disable impacts
Properties[edit]
Property group 'U2GameInfo'[edit]
bBroadcastObjectives[edit]
Type: bool
Modifiers: globalconfig
Default value: True
bGiveDefaultWeapon[edit]
Type: bool
Default value: True
bKeepTossedPickups[edit]
Type: bool
set to false to allow tossed pickups to destroy themselves after a while
bSinglePlayerMission[edit]
Type: bool
Default value: True
bUseCombatSounds[edit]
Type: bool
Default value: True
DamageByPlayerScalars[edit]
Type: float
Array size: 3
Modifiers: config
scale damage to player based on game difficulty (singleplayer only, hard-coded to 3 difficulty levels)
Default value, index 0: 2.0
Default value, index 1: 1.25
Default value, index 2: 1.0
DamageToPlayerScalars[edit]
Type: float
Array size: 3
Modifiers: config
scale damage to player based on game difficulty (singleplayer only, hard-coded to 3 difficulty levels)
Default value, index 0: 0.15
Default value, index 1: 0.4
Default value, index 2: 0.75
FriendlyDamageScale[edit]
Type: float
Modifiers: config
scale friendly fire damage by this value
MaxRagdollDeaths[edit]
Type: int
Modifiers: globalconfig
Default value: 1
PlayerDamageScaleMax[edit]
Type: float
Modifiers: config
scale player damage by this value at max difficulty
PlayerDamageScaleMin[edit]
Type: float
Modifiers: config
scale player damage by this value at min difficulty
RagdollDetailLevel[edit]
Type: int
Modifiers: globalconfig
NOTE (mdf): controls ragdoll hits
Default value: 3
RespawnAppearanceDelay[edit]
Type: float
Default value: 0.3
Internal variables[edit]
ActiveRagdollDeaths[edit]
Type: int
AirControl[edit]
Type: float
Modifiers: config
air control varies from one gametype to another
Default value: 0.25
bForcedWeaponSwitch[edit]
Type: bool
Modifiers: config
if true, game forces switch to new weapons regardless of priority
Default value: True
bMultiWeaponStay[edit]
Type: bool
Modifiers: config
weapons stay parameter for DM and sub game types
BSMColor[edit]
Type: Object.Color
Default value:
Member | Value |
---|---|
A | 255 |
R | 255 |
BSMTime[edit]
Type: float
Default value: 4.0
DefaultFOV[edit]
Type: float
if non-zero this will be used for the player's initial fov
GameAIControllerClasses[edit]
Modifiers: config
GameAIControllers[edit]
Type: array<GameAIControllerInterf>
MinPlayers[edit]
Type: int
Modifiers: config
bots fill in to guarantee this level in net game
NumBots[edit]
Type: int
number of Bots active in the game
PlayerSpeedRatio[edit]
Type: float
Modifiers: config
player speed boosted in DM/CTF/XMP, reduced on the Atlantis
Default value: 1.0
SoundSlotTimerList[edit]
Type: SoundSlotTimerListImpl
SpeedRatio[edit]
Type: float
Modifiers: config
non-player speed boosted in DM/CTF/XMP, reduced on the Atlantis
Default value: 1.0
UIComponents[edit]
Type: array<Object.ComponentHandle>
Default values[edit]
Property | Value |
---|---|
DefaultPlayerClassName | "U2Pawns.U2PlayerSP" |
GameName | "U2" |
MutatorClass | "U2.U2Mutator" |
Structs[edit]
TPrecacheInfo[edit]
- class<Actor> ActorClass
- Object.Vector SpawnLocation
Functions[edit]
Static functions[edit]
BSM[edit]
GetActorFactoryItems[edit]
GetLevelInfoItems[edit]
PrecacheItems[edit]
ScaleMovementSpeeds[edit]
SpawnTemporaryPrecacheInstance[edit]
Events[edit]
Destroyed[edit]
Overrides: DialogGameInfo.Destroyed
NotifyAudioSystemReset[edit]
Overrides: GameInfo.NotifyAudioSystemReset
NotifyHack[edit]
Overrides: GameInfo.NotifyHack
NotifyLevelChange[edit]
Overrides: DialogGameInfo.NotifyLevelChange
NotifyLevelChangeEnd[edit]
Overrides: DialogGameInfo.NotifyLevelChangeEnd
PostBeginPlay[edit]
Overrides: GameInfo.PostBeginPlay
PostLogin[edit]
Overrides: DialogGameInfo.PostLogin
PreBeginPlay[edit]
Overrides: GameInfo.PreBeginPlay