Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 00050 00051 00052 00053 00054 00055 00056 00057 00058 00059 00060 00061 00062 00063 00064 00065 00066 00067 00068 00069 00070 00071 00072 00073 00074 00075 00076 00077 00078 00079 00080 00081 00082 00083 00084 00085 00086 00087 00088 00089 00090 00091 00092 00093 00094 00095 00096 00097 00098 00099 00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 00150 00151 00152 00153 00154 00155 00156 00157 00158 00159 00160 00161 00162 00163 00164 00165 00166 00167 00168 00169 00170 00171 00172 00173 00174 00175 00176 00177 00178 00179 00180 00181 00182 00183 00184 00185 00186 00187 00188 00189 00190 00191 00192 00193 00194 00195 00196 00197 00198 00199 00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 00250 00251 00252 00253 00254 00255 00256 00257 00258 00259 00260 00261 00262 00263 00264 00265 00266 00267 00268 00269 00270 00271 00272 00273 00274 00275 00276 00277 00278 00279 00280 00281 00282 00283 00284 00285 00286 00287 00288 00289 00290 00291 00292 00293 00294 00295 00296 00297 00298 00299 00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 00350 00351 00352 00353 00354 00355 00356 00357 00358 00359 00360 00361 00362 00363 00364 00365 00366 00367 00368 00369 00370 00371 00372 00373 00374 00375 00376 00377 00378 00379 00380 00381 00382 00383 00384 00385 00386 00387 00388 00389 00390 00391 00392 00393 00394 00395 00396 00397 00398 00399 00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 00450 00451 00452 00453 00454 00455 00456 00457 00458 00459 00460 00461 00462 00463 00464 00465 00466 00467 00468 00469 00470 00471 00472 00473 00474 00475 00476 00477 00478 00479 00480 00481 00482 00483 00484 00485 00486 00487 00488 00489 00490 00491 00492 00493 00494 00495 00496 00497 00498 00499 00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 00550 00551 00552 00553 00554 00555 00556 00557 00558 00559 00560 00561 00562 00563 00564 00565 00566 00567 00568 00569 00570 00571 00572 00573 00574 00575 00576 00577 00578 00579 00580 00581 00582 00583 00584 00585 00586 00587 00588 00589 00590 00591 00592 00593 00594 00595 00596 00597 00598 00599 00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 00650 00651 00652 00653 00654 00655 00656 00657 00658 00659 00660 00661 00662 00663 00664 00665 00666 00667 00668 00669 00670 00671 00672 |
// ==================================================================== // The Main Menu // // (c) 2003, Epic Games, Inc. All Rights Reserved // Updated by Ron Prestenback // ==================================================================== class UT2k4MainMenu extends UT2K4GUIPage; #exec OBJ LOAD FILE=InterfaceContent.utx #exec OBJ LOAD FIlE=2K4Menus.utx #exec OBJ LOAD FIlE=2K4MenuSounds.uax /* Variable Name Legend l_ GUILabel lb_ GUIListBox i_ GUIImage li_ GUIList b_ GUIButton tp_ GUITabPanel t_ GUITitleBar sp_ GUISplitter c_ GUITabControl p_ GUIPanel ch_ moCheckBox co_ moComboBox nu_ moNumericEdit ed_ moEditBox fl_ moFloatEdit sl_ moSlider */ var automated BackgroundImage i_BkChar, i_Background; var automated GUIImage i_UT2Logo, i_PanHuge, i_PanBig, i_PanSmall, i_UT2Shader, i_TV; var automated GUIButton b_SinglePlayer, b_MultiPlayer, b_Host, b_InstantAction, b_ModsAndDemo, b_Settings, b_Quit; var bool bAllowClose; var array<material> CharShots; var float CharFade, DesiredCharFade; var float CharFadeTime; var GUIButton Selected; var() bool bNoInitDelay; var() config string MenuSong; var bool bNewNews; var float FadeTime; var bool FadeOut; var localized string NewNewsMsg,FireWallTitle, FireWallMsg; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.InitComponent(MyController, MyOwner); Background=MyController.DefaultPens[0]; if (PlayerOwner().Level.IsDemoBuild()) { b_SinglePlayer.DisableMe(); b_MultiPlayer.SetFocus(none); } i_BkChar.Image = CharShots[rand(CharShots.Length)]; } event Timer() { bNoInitDelay = true; if (!Controller.bQuietMenu) PlayerOwner().PlaySound(SlideInSound,SLOT_None); i_TV.Animate(-0.000977, 0.332292, 0.35); i_UT2Logo.Animate(0.007226,0.016926,0.35); i_UT2Shader.Animate(0.249023,0.180988,0.35); i_TV.OnEndAnimation = MenuIn_OnArrival; i_UT2Logo.OnEndAnimation = MenuIn_OnArrival; i_UT2Shader.OnEndAnimation = MenuIn_OnArrival; } function MenuIn_OnArrival(GUIComponent Sender, EAnimationType Type) { Sender.OnArrival = none; if ( bAnimating ) return; i_UT2Shader.OnDraw = MyOnDraw; DesiredCharFade=255; CharFadeTime = 0.75; if (!Controller.bQuietMenu) PlayerOwner().PlaySound(FadeInSound); b_SinglePlayer.Animate(0.315359,0.368813,0.35); b_SinglePlayer.OnArrival = PlayPopSound; b_Multiplayer.Animate(0.363246,0.449282,0.40); b_Multiplayer.OnArrival = PlayPopSound; b_Host.Animate(0.395097,0.534027,0.45); b_Host.OnArrival = PlayPopSound; b_InstantAction.Animate(0.423640,0.618619,0.5); b_InstantAction.OnArrival = PlayPopSound; b_ModsAndDemo.Animate(0.433406,0.705859,0.55); b_ModsAndDemo.OnArrival = PlayPopSound; b_Settings.Animate(0.434477,0.800327,0.6); b_Settings.OnArrival = PlayPopSound; b_Quit.Animate(0.424711,0.887567,0.65); b_Quit.OnArrival = MenuIn_Done; } event Opened(GUIComponent Sender) { if ( bDebugging ) log(Name$".Opened() Sender:"$Sender,'Debug'); if ( Sender != None && PlayerOwner().Level.IsPendingConnection() ) PlayerOwner().ConsoleCommand("CANCEL"); Super.Opened(Sender); bNewNews = class'GUI2K4.UT2K4Community'.default.ModRevLevel != class'GUI2K4.UT2K4Community'.default.LastModRevLevel; FadeTime=0; FadeOut=true; Selected = none; // Reset the animations of all components i_TV.Animate(-0.000977, 1.668619, 0); i_UT2Logo.Animate(0.007226,-0.392579,0); i_UT2Shader.Animate(0.249023,-0.105470,0); b_SinglePlayer.Animate(1,0.368813,0); b_Multiplayer.Animate(1.15,0.449282,0); b_Host.Animate(1.3,0.534027,0); b_InstantAction.Animate(1.45,0.618619,0); b_ModsAndDemo.Animate(1.6,0.705859,0); b_Settings.Animate(1.75,0.800327,0); b_Quit.Animate(1.9,0.887567,0); } function MenuIn_Done(GUIComponent Sender, EAnimationType Type) { Sender.OnArrival = none; PlayPopSound(Sender,Type); } function PlayPopSound(GUIComponent Sender, EAnimationType Type) { if (!Controller.bQuietMenu) PlayerOwner().PlaySound(PopInSound); } function bool PanHugeDraw(Canvas Canvas) { i_PanHuge.ImageColor.A = 40 * (CharFade/255); i_PanBig.ImageColor.A = 75 * (CharFade/255); i_PanSmall.ImageColor.A = i_BKChar.ImageColor.A; return false; } function bool BkCharDraw(Canvas Canvas) { if (CharFadeTime>0) { CharFade += (DesiredCharFade - CharFade) * (Controller.RenderDelta / CharFadeTime); CharFadeTime -= Controller.RenderDelta; if (CharFadeTime<=0.0) { CharFade = DesiredCharFade; CharFadeTime=0.0; } } i_BKChar.ImageColor.A = int(CharFade); return false; } function MainReopened() { if ( !PlayerOwner().Level.IsPendingConnection() ) { i_BkChar.Image = CharShots[rand(CharShots.Length)]; Opened(none); Timer(); } } function InternalOnOpen() { if (bNoInitDelay) Timer(); else SetTimer(0.5,false); Controller.PerformRestore(); PlayerOwner().ClientSetInitialMusic(MenuSong,MTRAN_Segue); } function OnClose(optional Bool bCancelled) { } function bool MyKeyEvent(out byte Key,out byte State,float delta) { if(Key == 0x1B && state == 1) // Escape pressed bAllowClose = true; return false; } function bool CanClose(optional bool bCancelled) { if(bAllowClose) ButtonClick(b_Quit); bAllowClose = False; return PlayerOwner().Level.IsPendingConnection(); } function MoveOn() { switch (Selected) { case b_SinglePlayer: Profile("SinglePlayer"); Controller.OpenMenu(Controller.GetSinglePlayerPage()); Profile("SinglePlayer"); return; case b_MultiPlayer: if ( !Controller.AuthroizeFirewall() ) { Controller.OpenMenu("GUI2K4.UT2K4GenericMessageBox",FireWallTitle,FireWallMsg); return; } Profile("ServerBrowser"); Controller.OpenMenu(Controller.GetServerBrowserPage()); Profile("ServerBrowser"); return; case b_Host: if ( !Controller.AuthroizeFirewall() ) { Controller.OpenMenu("GUI2K4.UT2K4GenericMessageBox",FireWallTitle,FireWallMsg); return; } Profile("MPHost"); Controller.OpenMenu(Controller.GetMultiplayerPage()); Profile("MPHost"); return; case b_InstantAction: Profile("InstantAction"); Controller.OpenMenu(Controller.GetInstantActionPage()); Profile("InstantAction"); return; case b_ModsAndDemo: if ( !Controller.AuthroizeFirewall() ) { Controller.OpenMenu("GUI2K4.UT2K4GenericMessageBox",FireWallTitle,FireWallMsg); return; } Profile("ModsandDemos"); Controller.OpenMenu(Controller.GetModPage()); Profile("ModsandDemos"); return; case b_Settings: Profile("Settings"); Controller.OpenMenu(Controller.GetSettingsPage()); Profile("Settings"); return; case b_Quit: Profile("Quit"); Controller.OpenMenu(Controller.GetQuitPage()); Profile("Quit"); return; default: StopWatch(True); } } function bool ButtonClick(GUIComponent Sender) { if (GUIButton(Sender) != None) Selected = GUIButton(Sender); if (Selected==None) return false; InitAnimOut( i_TV, -0.000977, 1.668619, 0.35); InitAnimOut(i_UT2Logo, 0.007226,-0.392579,0.35); InitAnimOut(i_UT2Shader,0.249023,-0.105470,0.35); InitAnimOut(b_SinglePlayer,1,0.368813,0.35); InitAnimOut(b_Multiplayer,1.15,0.449282,0.35); InitAnimOut(b_Host,1.3,0.534027,0.35); InitAnimOut(b_InstantAction,1.45,0.618619,0.35); InitAnimOut(b_ModsAndDemo,1.6,0.705859,0.35); InitAnimOut(b_Settings,1.75,0.800327,0.35); InitAnimOut(b_Quit,1.9,0.887567,0.35); DesiredCharFade=0; CharFadeTime = 0.35; return true; } function InitAnimOut( GUIComponent C, float X, float Y, float Z ) { if ( C == None ) { Warn("UT2K4MainMenu.InitAnimOut called with null component!"); return; } C.Animate(X,Y,Z); C.OnEndAnimation = MenuOut_Done; } function MenuOut_Done(GUIComponent Sender, EAnimationType Type) { Sender.OnArrival = none; if ( bAnimating ) return; MoveOn(); } function bool MyOnDraw(Canvas Canvas) { local GUIButton FButton; local int i,x2; local float XL,YL; local float DeltaTime; if (bAnimating || !Controller.bCurMenuInitialized ) return false; DeltaTime=Controller.RenderDelta; for (i=0;i<Controls.Length;i++) { if ( (GUIButton(Controls[i])!=None) ) { FButton = GUIButton(Controls[i]); if (FButton.Tag>0 && FButton.MenuState!=MSAT_Focused) { FButton.Tag -= 784*DeltaTime; if (FButton.Tag<0) FButton.Tag=0; } else if (FButton.MenuState==MSAT_Focused) FButton.Tag=200; if (FButton.Tag>0) { fButton.Style.TextSize(Canvas,MSAT_Focused, FButton.Caption,XL,YL,FButton.FontScale); x2 = FButton.ActualLeft() + XL + 16; Canvas.Style=5; Canvas.SetDrawColor(255,255,255,FButton.Tag); Canvas.SetPos(0,fButton.ActualTop()); Canvas.DrawTilePartialStretched(material'Highlight',x2,FButton.ActualHeight()); } } } return false; } event bool NotifyLevelChange() { if ( bDebugging ) log(Name@"NotifyLevelChange PendingConnection:"$PlayerOwner().Level.IsPendingConnection()); return PlayerOwner().Level.IsPendingConnection(); } function bool CommunityDraw(canvas c) { local float x,y,xl,yl,a; if (bNewNews) { a = 255.0 * (FadeTime/1.0); if (FadeOut) a = 255 - a; FadeTime += Controller.RenderDelta; if (FadeTime>=1.0) { FadeTime = 0; FadeOut = !FadeOut; } a = fclamp(a,1.0,254.0); x = b_ModsAndDemo.ActualLeft(); y = b_Settings.ActualTop(); C.Font = Controller.GetMenuFont("UT2MenuFont").GetFont(C.ClipX); C.Strlen("Qz,q",xl,yl); y -= yl - 5; C.Style=5; C.SetPos(x+1,y+1); C.SetDrawColor(0,0,0,A); C.DrawText(NewNewsMsg); C.SetPos(x,y); C.SetDrawColor(207,185,103,A); C.DrawText(NewNewsMsg); } return false; } defaultproperties { Begin Object Class=BackgroundImage Name=ImgBkChar ImageColor=(A=160) ImageRenderStyle=MSTY_Alpha X1=0 Y1=0 X2=1024 Y2=768 RenderWeight=0.040000 Tag=0 OnDraw=UT2k4MainMenu.BkCharDraw End Object i_bkChar=BackgroundImage'GUI2K4.UT2k4MainMenu.ImgBkChar' Begin Object Class=BackgroundImage Name=PageBackground Image=Texture'2K4Menus.MainMenu.mmbgnd' ImageStyle=ISTY_Scaled ImageRenderStyle=MSTY_Alpha X1=0 Y1=0 X2=1024 Y2=768 End Object i_Background=BackgroundImage'GUI2K4.UT2k4MainMenu.PageBackground' Begin Object Class=GUIImage Name=ImgUT2Logo Image=Texture'2K4Menus.MainMenu.2K4Logo' ImageStyle=ISTY_Scaled WinTop=0.016926 WinLeft=0.007226 WinWidth=0.638868 WinHeight=0.392579 RenderWeight=0.050000 End Object i_UT2Logo=GUIImage'GUI2K4.UT2k4MainMenu.ImgUT2Logo' Begin Object Class=GUIImage Name=iPanHuge Image=TexPanner'2K4Menus.MainMenu.PanHuge' ImageColor=(A=40) ImageStyle=ISTY_Scaled WinTop=0.001719 WinHeight=0.367969 RenderWeight=0.020000 OnDraw=UT2k4MainMenu.PanHugeDraw End Object i_PanHuge=GUIImage'GUI2K4.UT2k4MainMenu.iPanHuge' Begin Object Class=GUIImage Name=iPanBig Image=TexPanner'2K4Menus.MainMenu.PanBig' ImageColor=(A=75) ImageStyle=ISTY_Scaled WinTop=0.081771 WinHeight=0.152422 RenderWeight=0.023000 End Object i_PanBig=GUIImage'GUI2K4.UT2k4MainMenu.iPanBig' Begin Object Class=GUIImage Name=iPanSmall Image=TexPanner'2K4Menus.MainMenu.PanSmall' ImageStyle=ISTY_Scaled WinTop=0.226042 WinHeight=0.040000 RenderWeight=0.026000 End Object i_PanSmall=GUIImage'GUI2K4.UT2k4MainMenu.iPanSmall' Begin Object Class=GUIImage Name=ImgUT2Shader Image=FinalBlend'InterfaceContent.Logos.fbSymbolShader' ImageStyle=ISTY_Scaled WinTop=0.180988 WinLeft=0.249023 WinWidth=0.155273 WinHeight=0.105470 RenderWeight=0.060000 End Object i_UT2Shader=GUIImage'GUI2K4.UT2k4MainMenu.ImgUT2Shader' Begin Object Class=GUIImage Name=ImgTV Image=FinalBlend'ULogo.MainMenu.CornerMenuFinal' ImageStyle=ISTY_Scaled X1=0 Y1=1 X2=512 Y2=511 WinTop=0.332292 WinLeft=-0.000977 WinWidth=0.500000 WinHeight=0.668619 RenderWeight=5.070000 End Object i_TV=GUIImage'GUI2K4.UT2k4MainMenu.ImgTV' Begin Object Class=GUIButton Name=SinglePlayerButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Single Player" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Play through the Tournament" WinTop=0.368813 WinLeft=0.315359 WinWidth=0.715022 WinHeight=0.075000 TabOrder=0 bFocusOnWatch=Wahr OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=SinglePlayerButton.InternalOnKeyEvent End Object b_SinglePlayer=GUIButton'GUI2K4.UT2k4MainMenu.SinglePlayerButton' Begin Object Class=GUIButton Name=MultiplayerButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Join Game" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Play with human opponents over a LAN or the internet" WinTop=0.449282 WinLeft=0.363246 WinWidth=0.659899 WinHeight=0.075000 TabOrder=1 bFocusOnWatch=Wahr OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=MultiplayerButton.InternalOnKeyEvent End Object b_MultiPlayer=GUIButton'GUI2K4.UT2k4MainMenu.MultiplayerButton' Begin Object Class=GUIButton Name=HostButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Host Game" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Start a server and invite others to join your game" WinTop=0.534027 WinLeft=0.395097 WinWidth=0.627131 WinHeight=0.075000 TabOrder=2 bFocusOnWatch=Wahr OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=HostButton.InternalOnKeyEvent End Object b_Host=GUIButton'GUI2K4.UT2k4MainMenu.HostButton' Begin Object Class=GUIButton Name=InstantActionButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Instant Action" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Play a practice match" WinTop=0.618619 WinLeft=0.423640 WinWidth=0.593666 WinHeight=0.075000 TabOrder=3 bFocusOnWatch=Wahr OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=InstantActionButton.InternalOnKeyEvent End Object b_InstantAction=GUIButton'GUI2K4.UT2k4MainMenu.InstantActionButton' Begin Object Class=GUIButton Name=ModsAndDemosButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Community" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Get the latest news, demos and mods from the UT2004 community" WinTop=0.705859 WinLeft=0.433406 WinWidth=0.574135 WinHeight=0.075000 TabOrder=4 bFocusOnWatch=Wahr OnDraw=UT2k4MainMenu.CommunityDraw OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=ModsAndDemosButton.InternalOnKeyEvent End Object b_ModsAndDemo=GUIButton'GUI2K4.UT2k4MainMenu.ModsAndDemosButton' Begin Object Class=GUIButton Name=SettingsButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Settings" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Change your controls and settings" WinTop=0.800327 WinLeft=0.434477 WinWidth=0.580478 WinHeight=0.075000 TabOrder=5 bFocusOnWatch=Wahr OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=SettingsButton.InternalOnKeyEvent End Object b_Settings=GUIButton'GUI2K4.UT2k4MainMenu.SettingsButton' Begin Object Class=GUIButton Name=QuitButton CaptionAlign=TXTA_Left CaptionEffectStyleName="TextButtonEffect" Caption="Exit UT2004" bUseCaptionHeight=Wahr FontScale=FNS_Small StyleName="TextButton" Hint="Exit the game" WinTop=0.887567 WinLeft=0.424711 WinWidth=0.526767 WinHeight=0.075000 TabOrder=6 bFocusOnWatch=Wahr OnClick=UT2k4MainMenu.ButtonClick OnKeyEvent=QuitButton.InternalOnKeyEvent End Object b_Quit=GUIButton'GUI2K4.UT2k4MainMenu.QuitButton' CharShots(0)=Texture'2K4Menus.MainMenu.Char01' CharShots(1)=Texture'2K4Menus.MainMenu.char02' CharShots(2)=Texture'2K4Menus.MainMenu.char03' MenuSong="KR-UT2004-Menu" NewNewsMsg=" (New Update Available)" FireWallTitle="Important" FireWallMsg="It has been determined that the Window's Firewall is enabled and that UT2004 is not yet authorized to connect to the internet. Authorization is required in order to use the online components of the game. Please refer to the README.TXT for more information." bDisconnectOnOpen=Wahr bAllowedAsLast=Wahr OnOpen=UT2k4MainMenu.InternalOnOpen OnReOpen=UT2k4MainMenu.MainReopened OnCanClose=UT2k4MainMenu.CanClose WinTop=0.000000 WinHeight=1.000000 bDebugging=Wahr OnKeyEvent=UT2k4MainMenu.MyKeyEvent } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |