I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:UT2MainMenu defaults (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MainMenu (defaults)
UT2MainMenu defaults in other games:
UT2004

Default values[edit]

Property Value
Background Material'InterfaceContent.Backgrounds.bg10'
bAllowedAsLast True
bDisconnectOnOpen True
Controls[0] GUIImage'ImgUT2Logo'
Controls[1] GUIImage'ImgUT2Shader'
Controls[2] GUIButton'SinglePlayerButton'
Controls[3] GUIButton'MultiplayerButton'
Controls[4] GUIButton'HostButton'
Controls[5] GUIButton'InstantActionButton'
Controls[6] GUIButton'SettingsButton'
Controls[7] GUIButton'QuitButton'
OnCanClose CanClose
OnKeyEvent MyKeyEvent
WinHeight 1.0

Subobjects[edit]

HostButton[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "HOST MULTIPLAYER GAME"
Hint "Start a server an invite others to join your game"
OnClick ButtonClick
StyleName "TextButton"
WinHeight 0.075
WinLeft 0.25
WinTop 0.577866
WinWidth 0.5

[edit]

Class: XInterface.GUIImage

Property Value
Image Material'InterfaceContent.Logos.Logo'
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Scaled
WinHeight 0.5
WinLeft 0.1
WinTop -0.033854
WinWidth 0.8

ImgUT2Shader[edit]

Class: XInterface.GUIImage

Property Value
Image Material'InterfaceContent.Logos.fbSymbolShader'
ImageStyle ISTY_Scaled
WinHeight 0.132813
WinLeft 0.399414
WinTop 0.223958
WinWidth 0.198242

InstantActionButton[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "INSTANT ACTION"
Hint "Play a Practice Match"
OnClick ButtonClick
StyleName "TextButton"
WinHeight 0.075
WinLeft 0.25
WinTop 0.658334
WinWidth 0.5

MultiplayerButton[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "PLAY ON-LINE/LAN"
Hint "Play with Human Opponents Over the Lan or the Internet"
OnClick ButtonClick
StyleName "TextButton"
WinHeight 0.075
WinLeft 0.25
WinTop 0.506251
WinWidth 0.5

QuitButton[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "QUIT"
Hint "Exit Unreal Tournament 2003"
OnClick ButtonClick
StyleName "SquareMenuButton"
WinHeight 0.042773
WinLeft 0.391602
WinTop 0.905725
WinWidth 0.205078

SettingsButton[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "SETTINGS"
Hint "Change Your Controls and Settings"
OnClick ButtonClick
StyleName "TextButton"
WinHeight 0.075
WinLeft 0.25
WinTop 0.733595
WinWidth 0.5

SinglePlayerButton[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "SINGLE PLAYER"
Hint "Play through the Tournament"
OnClick ButtonClick
StyleName "TextButton"
WinHeight 0.075
WinLeft 0.25
WinTop 0.438802
WinWidth 0.5