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 00673 00674 00675 00676 00677 00678 00679 00680 00681 00682 00683 00684 00685 00686 00687 00688 00689 00690 00691 00692 00693 00694 00695 00696 00697 00698 00699 00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 00750 00751 00752 00753 00754 00755 00756 00757 00758 00759 00760 00761 00762 00763 00764 00765 00766 00767 00768 00769 00770 00771 00772 00773 00774 00775 00776 00777 00778 00779 00780 00781 00782 00783 00784 00785 00786 00787 00788 00789 00790 00791 00792 00793 00794 00795 00796 00797 00798 00799 00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823 00824 00825 00826 00827 00828 00829 00830 00831 00832 00833 00834 00835 00836 00837 00838 00839 00840 00841 00842 00843 00844 00845 00846 00847 00848 00849 00850 00851 00852 00853 00854 00855 00856 00857 00858 00859 00860 00861 00862 00863 00864 00865 00866 00867 00868 00869 00870 00871 00872 00873 00874 00875 00876 00877 00878 00879 00880 00881 00882 00883 00884 00885 00886 00887 00888 00889 00890 00891 00892 00893 00894 00895 00896 00897 00898 00899 00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00921 00922 00923 00924 00925 00926 00927 00928 00929 00930 00931 00932 00933 00934 00935 00936 00937 00938 00939 00940 00941 00942 00943 00944 00945 00946 00947 00948 00949 00950 |
//============================================================================== // Description // // Created by Ron Prestenback // © 2003, Epic Games, Inc. All Rights Reserved //============================================================================== class UT2K4Tab_PlayerSettings extends Settings_Tabs; var localized string HandNames[4]; var localized string TeamNames[3]; var localized string ClickInst; var localized string All; var localized string Previews[3]; var bool bChanged; // Used for character (not just weapons!) var() editinline editconst noexport SpinnyWeap SpinnyDude; // MUST be set to null when you leave the window var() vector SpinnyDudeOffset; var() bool bRenderDude; var localized string ShowBioCaption; var localized string Show3DViewCaption; var localized string DefaultText; var string OriginalTeam; var automated GUISectionBackground i_BG1, i_BG2, i_BG3; var automated GUIImage i_Portrait; var automated GUIButton b_Left, b_Right, b_Pick, b_3DView, b_DropTarget; var automated GUIScrollTextBox lb_Scroll; var automated moEditBox ed_Name; var automated moCheckBox ch_SmallWeaps; var automated moComboBox co_Team, co_Hand, co_Voice; var automated moNumericEdit nu_FOV; var automated GUILabel lbl_ModelName; var automated GUIComboBox co_SkinPreview; var array<class<xVoicePack> > VoiceClasses; var() string sChar, sName, sNameD, sCharD, sVoice, sVoiceD; var() int iTeam, iHand, iFOV, iTeamD, iHandD, iFOVD; var() bool bWeaps, bWeapsD; var() int nfov; var() xUtil.PlayerRecord PlayerRec; var() int YawValue; delegate VoiceTypeChanged(string NewVoiceType); function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.Initcomponent(MyController, MyOwner); co_Hand.AddItem(HandNames[0]); co_Hand.AddItem(HandNames[1]); co_Hand.AddItem(HandNames[2]); co_Hand.AddItem(HandNames[3]); co_Hand.ReadOnly(true); co_Team.AddItem(TeamNames[0]); co_Team.AddItem(TeamNames[1]); co_Team.AddItem(TeamNames[2]); co_Team.ReadOnly(true); // Spawn spinning character actor if ( SpinnyDude == None ) SpinnyDude = PlayerOwner().spawn(class'XInterface.SpinnyWeap'); SpinnyDude.bPlayCrouches = false; SpinnyDude.bPlayRandomAnims = false; SpinnyDude.SetDrawType(DT_Mesh); SpinnyDude.SetDrawScale(0.9); SpinnyDude.SpinRate = 0; b_3DView.Caption = Show3DViewCaption; ed_Name.MyEditBox.bConvertSpaces = true; ed_Name.MyEditBox.MaxWidth=16; // as per polge, check UT2K4Tab_PlayerSettings if you change this nu_FOV.MyNumericEdit.Step = 5; co_SkinPreview.AddItem(Previews[0]); co_SkinPreview.AddItem(Previews[1]); co_SkinPreview.AddItem(Previews[2]); i_BG2.Managecomponent(ed_Name); i_BG2.Managecomponent(ch_SmallWeaps); i_BG2.Managecomponent(co_Team); i_BG2.Managecomponent(co_Hand); i_BG2.Managecomponent(co_Voice); i_BG2.Managecomponent(nu_FOV); i_BG3.Managecomponent(lb_Scroll); } function SetPlayerRec() { local int i; local array<xUtil.PlayerRecord> PList; class'xUtil'.static.GetPlayerList(PList); // Filter out to only characters without the 's' menu setting for(i=0; i<PList.Length; i++) { if ( sChar ~= Plist[i].DefaultName ) { PlayerRec = PList[i]; break; } } UpdateVoiceOptions(); UpdateScroll(); ShowSpinnyDude(); } function ShowPanel(bool bShow) { local int i; local array<string> VoiceClassNames; local class<xVoicePack> VP; Super.ShowPanel(bShow); if ( bShow ) { if ( bInit ) { bInit = False; PlayerOwner().GetAllInt("XGame.xVoicePack", VoiceClassNames); VoiceClasses.Remove(0, VoiceClasses.Length); for ( i = 0; i < VoiceClassNames.Length; i++ ) { VP = class<xVoicePack>(DynamicLoadObject(VoiceClassNames[i],class'Class')); if ( VP != None ) VoiceClasses[VoiceClasses.Length] = VP; } bRenderDude = True; SetPlayerRec(); for (i = 0; i < Components.Length; i++) Components[i].OnChange = InternalOnChange; } } } function SaveSettings() { local bool bSave; local PlayerController PC; Super.SaveSettings(); PC = PlayerOwner(); if (sNameD != sName) { PC.ReplaceText(sName, "\"", ""); sNameD = sName; PC.ConsoleCommand("SetName"@sName); } if (iTeam == 2) iTeam = 255; if (iTeamD != iTeam) { iTeamD = iTeam; PC.UpdateUrl("Team", string(iTeam), True); PC.ChangeTeam(iTeam); } if (iTeam == 255) iTeam = 2; if (bWeapsD != bWeaps) { bWeapsD = bWeaps; PC.bSmallWeapons = bWeaps; bSave = True; } if (iHandD != iHand) { iHandD = iHand; PC.Handedness = iHand - 1; PC.SetHand(iHand - 1); bSave = False; } if (iFOVD != iFOV) { iFOVD = iFOV; PC.FOV( float(iFOV) ); bSave = False; } if (sChar != sCharD) { sCharD = sChar; PC.ConsoleCommand("ChangeCharacter"@sChar); if ( PC.IsA('xPlayer') ) bSave = False; else PC.UpdateURL("Character", sChar, True); if ( PlayerRec.Sex ~= "Female" ) PC.UpdateURL("Sex", "F", True); else PC.UpdateURL("Sex", "M", True); } if (sVoice != sVoiceD) { sVoiceD = sVoice; PC.SetVoice(sVoice); } if (bSave) PC.SaveConfig(); } function ResetClicked() { local int i; local bool bTemp; local PlayerController PC; Super.ResetClicked(); PC = PlayerOwner(); PC.ConsoleCommand("ChangeCharacter Jakob"); PC.ConsoleCommand("setname Player"); PC.ChangeTeam(255); PC.UpdateURL("Name", "Player", True); PC.UpdateURL("Character", "Jakob", True); PC.UpdateURL("Sex", "M", True); PC.UpdateURL("Team", "255", True); class'Controller'.static.ResetConfig("Handedness"); class'PlayerController'.static.ResetConfig("bSmallWeapons"); class'PlayerController'.static.ResetConfig("DefaultFOV"); bTemp = Controller.bCurMenuInitialized; Controller.bCurMenuInitialized = False; for (i = 0; i < Controls.Length; i++) Controls[i].LoadINI(); bRenderDude = True; SetPlayerRec(); Controller.bCurMenuInitialized = bTemp; } function InternalOnLoadINI(GUIComponent Sender, string s) { local PlayerController PC; PC = PlayerOwner(); if (GUIMenuOption(Sender) != None) { switch (GUIMenuOption(Sender)) { case ed_Name: sName = PC.GetUrlOption("Name"); sNameD = sName; ed_Name.SetText(sName); break; case co_Team: if (PC.PlayerReplicationInfo == None || PC.PlayerReplicationInfo.Team == None) iTeam = int(PC.GetUrlOption("Team")); else iTeam = PC.PlayerReplicationInfo.Team.TeamIndex; iTeamD = iTeam; if (iTeam > 1) iTeam = 2; co_Team.SetIndex(iTeam); break; case co_Voice: if ( PC.PlayerReplicationInfo == None || PC.PlayerReplicationInfo.VoiceTypeName == "" ) sVoice = PC.GetUrlOption("Voice"); else sVoice = PC.PlayerReplicationInfo.VoiceTypeName; sVoiceD = sVoice; break; case ch_SmallWeaps: bWeaps = PC.bSmallWeapons; bWeapsD = bWeaps; ch_SmallWeaps.Checked(bWeaps); break; case co_Hand: iHand = PC.Handedness + 1; iHandD = iHand; co_Hand.SetIndex(iHand); break; case nu_FOV: iFOV = PC.DefaultFOV; iFOVD = iFOV; nu_FOV.SetValue(iFOV); break; default: log(Name@"Unknown component calling LoadINI:"$ GUIMenuOption(Sender).Caption); GUIMenuOption(Sender).SetComponentValue(s,true); } } else if ( Sender == i_Portrait ) { sChar = PC.GetUrlOption("Character"); sCharD = sChar; } } function InternalOnChange(GUIComponent Sender) { local PlayerController PC; PC = PlayerOwner(); Super.InternalOnChange(Sender); if (GUIMenuOption(Sender) != None) { switch (GUIMenuOption(Sender)) { case ed_Name: sName = ed_Name.GetText(); break; case co_Team: iTeam = co_Team.GetIndex(); break; case ch_SmallWeaps: bWeaps = ch_SmallWeaps.IsChecked(); break; case co_Hand: iHand = co_Hand.GetIndex(); break; case nu_FOV: iFOV = nu_FOV.GetValue(); break; case co_Voice: sVoice = co_Voice.GetExtra(); PreviewVoice( class<xVoicePack>(co_Voice.GetObject()) ); VoiceTypeChanged(sVoice); break; } } else if ( Sender == co_SkinPreview ) UpdateSpinnyDude(); } function PreviewVoice(class<xVoicePack> NewVoiceClass) { local int Index; if ( NewVoiceClass == None ) return; Index = NewVoiceClass.static.PickCustomTauntFor( PlayerOwner(), True, False, 21 ); PlayerOwner().ClientPlaySound(NewVoiceClass.default.TauntSound[Index],,,SLOT_Interface); } function UpdateVoiceOptions() { local int i; local bool bTemp; bTemp = Controller.bCurMenuInitialized; Controller.bCurMenuInitialized = False; co_Voice.MyComboBox.List.Clear(); co_Voice.AddItem(DefaultText); for ( i = 0; i < VoiceClasses.Length; i++ ) { if ( class'TeamVoicePack'.static.VoiceMatchesGender(VoiceClasses[i].default.VoiceGender, PlayerRec.Sex) ) co_Voice.AddItem(VoiceClasses[i].default.VoicePackName,VoiceClasses[i],string(VoiceClasses[i])); } i = co_Voice.FindIndex(sVoice,,True); if ( i != -1 ) co_Voice.SetIndex(i); else co_Voice.SetIndex(0); Controller.bCurMenuInitialized = bTemp; } function UpdateScroll() { lb_Scroll.SetContent(Controller.LoadDecoText("",PlayerRec.TextName)); } function UpdateSpinnyDude() { local Mesh PlayerMesh; local Material BodySkin, HeadSkin; local string BodySkinName, HeadSkinName, TeamSuffix; local bool bBrightSkin; i_Portrait.Image = PlayerRec.Portrait; PlayerMesh = Mesh(DynamicLoadObject(PlayerRec.MeshName, class'Mesh')); if(PlayerMesh == None) { Log("Could not load mesh: "$PlayerRec.MeshName$" For player: "$PlayerRec.DefaultName); return; } // Setup options TeamSuffix = Eval( co_SkinPreview.GetIndex() > 0, Eval(co_SkinPreview.GetIndex() == 1, "_0", "_1"), "" ); // Get the body skin BodySkinName = PlayerRec.BodySkinName $ TeamSuffix; bBrightSkin = class'DMMutator'.default.bBrightSkins && Left(BodySkinName,12) ~= "PlayerSkins."; if ( bBrightSkin && TeamSuffix != "" ) BodySkinName = "Bright" $ BodySkinName $ "B"; // Get the head skin HeadSkinName = PlayerRec.FaceSkinName; if ( PlayerRec.TeamFace ) HeadSkinName $= TeamSuffix; BodySkin = Material(DynamicLoadObject(BodySkinName, class'Material')); if(BodySkin == None) { Log("Could not load body material: "$PlayerRec.BodySkinName$" For player: "$PlayerRec.DefaultName); return; } if ( bBrightSkin ) SpinnyDude.AmbientGlow = SpinnyDude.default.AmbientGlow * 0.8; else SpinnyDude.AmbientGlow = SpinnyDude.default.AmbientGlow; HeadSkin = Material(DynamicLoadObject(HeadSkinName, class'Material')); if(HeadSkin == None) { Log("Could not load head material: "$HeadSkinName$" For player: "$PlayerRec.DefaultName); return; } SpinnyDude.LinkMesh(PlayerMesh); SpinnyDude.Skins[0] = BodySkin; SpinnyDude.Skins[1] = HeadSkin; SpinnyDude.LoopAnim( 'Idle_Rest', 1.0/SpinnyDude.Level.TimeDilation ); } function bool InternalDraw(Canvas canvas) { local vector CamPos, X, Y, Z; local rotator CamRot; local float oOrgX, oOrgY; local float oClipX, oClipY; if(bRenderDude) { oOrgX = Canvas.OrgX; oOrgY = Canvas.OrgY; oClipX = Canvas.ClipX; oClipY = Canvas.ClipY; Canvas.OrgX = b_DropTarget.ActualLeft(); Canvas.OrgY = b_DropTarget.ActualTop(); Canvas.ClipX = b_DropTarget.ActualWidth(); Canvas.ClipY = b_DropTarget.ActualHeight(); canvas.GetCameraLocation(CamPos, CamRot); GetAxes(CamRot, X, Y, Z); SpinnyDude.SetLocation(CamPos + (SpinnyDudeOffset.X * X) + (SpinnyDudeOffset.Y * Y) + (SpinnyDudeOffset.Z * Z)); canvas.DrawActorClipped(SpinnyDude, false, b_DropTarget.ActualLeft(), b_DropTarget.ActualTop(), b_DropTarget.ActualWidth(), b_DropTarget.ActualHeight(), true, nFov); Canvas.OrgX = oOrgX; Canvas.OrgY = oOrgY; Canvas.ClipX = oClipX; Canvas.ClipY = oClipY; } return bRenderDude; } function bool PickModel(GUIComponent Sender) { if ( Controller.OpenMenu("GUI2K4.UT2K4ModelSelect", PlayerRec.DefaultName, Eval(Controller.CtrlPressed, PlayerRec.Race, "")) ) Controller.ActivePage.OnClose = ModelSelectClosed; return true; } function ModelSelectClosed( optional bool bCancelled ) { local string str; if ( bCancelled ) return; str = Controller.ActivePage.GetDataString(); if ( str != "" ) { sChar = str; SetPlayerRec(); } } function ShowSpinnyDude() { if ( bRenderDude ) { UpdateSpinnyDude(); // Load current character co_SkinPreview.SetVisibility(true); b_3DView.Caption = ShowBioCaption; // Change button caption b_DropTarget.MouseCursorIndex = 5; } else { // Put text back into box i_Portrait.Image = PlayerRec.Portrait; b_3DView.Caption = Show3DViewCaption; co_SkinPreview.SetVisibility(false); SpinnyDude.LinkMesh(None); b_DropTarget.MouseCursorIndex = 0; } } function bool Toggle3DView(GUIComponent Sender) { bRenderDude = !bRenderDude; ShowSpinnyDude(); return true; } function bool NextAnim(GUIComponent Sender) { if(bRenderDude) { SpinnyDude.PlayNextAnim(); } return true; } function bool RaceCapturedMouseMove(float deltaX, float deltaY) { local rotator r; r = SpinnyDude.Rotation; r.Yaw -= (256 * DeltaX); SpinnyDude.SetRotation(r); return true; } event Opened(GUIComponent Sender) { local rotator R; Super.Opened(Sender); if ( SpinnyDude != None ) { R.Yaw = 32768; R.Pitch = -1024; SpinnyDude.SetRotation(R+PlayerOwner().Rotation); SpinnyDude.bHidden = false; } } event Closed(GUIComponent Sender, bool bCancelled) { Super.Closed(Sender, bCancelled); if ( SpinnyDude != None ) SpinnyDude.bHidden = true; } function Free() { Super.Free(); VoiceClasses.Remove(0, VoiceClasses.Length); if ( co_Voice != None ) co_Voice.MyComboBox.List.Clear(); if ( SpinnyDude != None ) SpinnyDude.Destroy(); SpinnyDude = None; } /* function bool CoolOnKeyEvent(out byte Key, out byte State, float delta) { local rotator r; local Interactions.EInputKey iKey; iKey = EInputKey(Key); if ( State != 1 ) return false; if ( iKey == IK_A || iKey == IK_Left ) if (key==69 && state==1) { SpinnyDudeOffset.X = SpinnyDudeOffset.X - 1; logspinnydude(); return true; } if (key==67 && state==1) { SpinnyDudeOffset.X = SpinnyDudeOffset.X + 1; logspinnydude(); return true; } if (key==65 && state==1) { SpinnyDudeOffset.Y = SpinnyDudeOffset.Y - 1; logspinnydude(); return true; } if (key==68 && state==1) { SpinnyDudeOffset.Y = SpinnyDudeOffset.Y + 1; logspinnydude(); return true; } if (key==87 && state==1) { SpinnyDudeOffset.Z = SpinnyDudeOffset.Z - 1; logspinnydude(); return true; } if (key==88 && state==1) { SpinnyDudeOffset.Z = SpinnyDudeOffset.Z + 1; logspinnydude(); return true; } if (key==81 && state==1) { r = SpinnyDude.Rotation; r.Yaw += 1024; SpinnyDude.SetRotation(r); logspinnydude(); return true; } if (key==90 && state==1) { r = SpinnyDude.Rotation; r.Yaw -= 1024; SpinnyDude.SetRotation(r); logspinnydude(); return true; } if (key==82 && state==1) { r = SpinnyDude.Rotation; r.Pitch += 1024; SpinnyDude.SetRotation(r); logspinnydude(); return true; } if (key==86 && state==1) { r = SpinnyDude.Rotation; r.Pitch -= 1024; SpinnyDude.SetRotation(r); logspinnydude(); return true; } if (key==49 && state==1) { nFOV+=5; logspinnydude(); return true; } if (key==50 && state==1) { nFOV-=5; logspinnydude(); return true; } return false; } */ function logspinnydude() { log("SpinnyDudeOffset X:"$SpinnyDudeOffset.X@"Y:"$SpinnyDudeOffset.Y@"Z:"$SpinnyDudeOffset.Z@"Roll:"$SpinnyDude.Rotation.Roll@"Pitch:"$SpinnyDude.Rotation.Pitch@"Yaw:"$SpinnyDude.Rotation.Yaw@"FOV:"$nfov); } defaultproperties { HandNames(0)="Left" HandNames(1)="Center" HandNames(2)="Right" HandNames(3)="Hidden" TeamNames(0)="Red" TeamNames(1)="Blue" TeamNames(2)="None" ClickInst="Double-Click or drag to select" All="All" Previews(0)="View Normal Skin" Previews(1)="View Red Skin" Previews(2)="View Blue Skin" SpinnyDudeOffset=(X=70.000000) ShowBioCaption="Portrait" Show3DViewCaption="3D View" DefaultText="Default" Begin Object Class=GUISectionBackground Name=PlayerBK1 Caption="3D View" WinTop=0.017969 WinLeft=0.004063 WinWidth=0.446758 WinHeight=0.963631 OnPreDraw=PlayerBK1.InternalPreDraw End Object i_BG1=GUISectionBackground'GUI2K4.UT2K4Tab_PlayerSettings.PlayerBK1' Begin Object Class=GUISectionBackground Name=PlayerBK2 Caption="Misc." WinTop=0.017969 WinLeft=0.463047 WinWidth=0.531719 WinHeight=0.573006 OnPreDraw=PlayerBK2.InternalPreDraw End Object i_BG2=GUISectionBackground'GUI2K4.UT2K4Tab_PlayerSettings.PlayerBK2' Begin Object Class=GUISectionBackground Name=PlayerBK3 bFillClient=Wahr Caption="Biography" LeftPadding=0.020000 RightPadding=0.020000 TopPadding=0.020000 BottomPadding=0.020000 WinTop=0.610417 WinLeft=0.463047 WinWidth=0.531719 WinHeight=0.372811 OnPreDraw=PlayerBK3.InternalPreDraw End Object i_BG3=GUISectionBackground'GUI2K4.UT2K4Tab_PlayerSettings.PlayerBK3' Begin Object Class=GUIImage Name=PlayerPortrait Image=Texture'2K4Menus.Controls.thinpipe_b' ImageStyle=ISTY_Scaled ImageRenderStyle=MSTY_Normal IniOption="@Internal" WinTop=0.094895 WinLeft=0.057016 WinWidth=0.334368 WinHeight=0.798132 RenderWeight=0.300000 OnDraw=UT2K4Tab_PlayerSettings.InternalDraw OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object i_Portrait=GUIImage'GUI2K4.UT2K4Tab_PlayerSettings.PlayerPortrait' Begin Object Class=GUIButton Name=bPickModel Caption="Change Character" Hint="Select a new Character." WinTop=0.901559 WinLeft=0.177174 WinWidth=0.233399 WinHeight=0.050000 TabOrder=2 OnClick=UT2K4Tab_PlayerSettings.PickModel OnKeyEvent=bPickModel.InternalOnKeyEvent End Object b_Pick=GUIButton'GUI2K4.UT2K4Tab_PlayerSettings.bPickModel' Begin Object Class=GUIButton Name=Player3DView Caption="3D View" Hint="Toggle between 3D view and portrait of character." WinTop=0.901559 WinLeft=0.043685 WinWidth=0.130720 WinHeight=0.050000 TabOrder=1 OnClick=UT2K4Tab_PlayerSettings.Toggle3DView OnKeyEvent=Player3DView.InternalOnKeyEvent End Object b_3DView=GUIButton'GUI2K4.UT2K4Tab_PlayerSettings.Player3DView' Begin Object Class=GUIButton Name=DropTarget StyleName="NoBackground" WinTop=0.114426 WinLeft=0.013071 WinWidth=0.427141 WinHeight=0.798132 MouseCursorIndex=5 bTabStop=Falsch bNeverFocus=Wahr bDropTarget=Wahr OnKeyEvent=DropTarget.InternalOnKeyEvent OnCapturedMouseMove=UT2K4Tab_PlayerSettings.RaceCapturedMouseMove End Object b_DropTarget=GUIButton'GUI2K4.UT2K4Tab_PlayerSettings.DropTarget' Begin Object Class=GUIScrollTextBox Name=PlayerScroll CharDelay=0.002500 EOLDelay=0.500000 OnCreateComponent=PlayerScroll.InternalOnCreateComponent WinTop=0.321365 WinLeft=0.291288 WinWidth=0.686915 WinHeight=0.260351 TabOrder=9 End Object lb_Scroll=GUIScrollTextBox'GUI2K4.UT2K4Tab_PlayerSettings.PlayerScroll' Begin Object Class=moEditBox Name=PlayerName Caption="Name" OnCreateComponent=PlayerName.InternalOnCreateComponent IniOption="@INTERNAL" IniDefault="Player" Hint="Changes the alias you play as." WinTop=0.076042 WinLeft=0.301757 WinWidth=0.373242 TabOrder=3 OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object ed_Name=moEditBox'GUI2K4.UT2K4Tab_PlayerSettings.PlayerName' Begin Object Class=moCheckBox Name=PlayerSmallWeap CaptionWidth=0.940000 Caption="Small Weapons" OnCreateComponent=PlayerSmallWeap.InternalOnCreateComponent IniOption="@Internal" IniDefault="False" Hint="Makes your first person weapon smaller." WinTop=0.150261 WinLeft=0.705430 WinWidth=0.266797 TabOrder=8 OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object ch_SmallWeaps=moCheckBox'GUI2K4.UT2K4Tab_PlayerSettings.PlayerSmallWeap' Begin Object Class=moComboBox Name=PlayerTeam bReadOnly=Wahr ComponentJustification=TXTA_Left CaptionWidth=0.700000 Caption="Preferred Team" OnCreateComponent=PlayerTeam.InternalOnCreateComponent IniOption="@Internal" IniDefault="Red" Hint="Changes the team you will play on by default." WinTop=0.150261 WinLeft=0.301757 WinWidth=0.374219 TabOrder=6 OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object co_Team=moComboBox'GUI2K4.UT2K4Tab_PlayerSettings.PlayerTeam' Begin Object Class=moComboBox Name=PlayerHand bReadOnly=Wahr ComponentJustification=TXTA_Left CaptionWidth=0.700000 Caption="Weapon Hand" OnCreateComponent=PlayerHand.InternalOnCreateComponent IniOption="@INTERNAL" IniDefault="Right" Hint="Changes whether your weapon is visible." WinTop=0.212761 WinLeft=0.705430 WinWidth=0.264766 TabOrder=7 OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object co_Hand=moComboBox'GUI2K4.UT2K4Tab_PlayerSettings.PlayerHand' Begin Object Class=moComboBox Name=VoiceType bReadOnly=Wahr ComponentJustification=TXTA_Left Caption="Voice Type" OnCreateComponent=VoiceType.InternalOnCreateComponent IniOption="@Internal" Hint="Choose how your character's voice will sound in the game." WinTop=0.212761 WinLeft=0.301757 WinWidth=0.372266 TabOrder=4 OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object co_Voice=moComboBox'GUI2K4.UT2K4Tab_PlayerSettings.VoiceType' Begin Object Class=moNumericEdit Name=PlayerFOV MinValue=80 MaxValue=100 ComponentJustification=TXTA_Left CaptionWidth=0.700000 Caption="Default FOV" OnCreateComponent=PlayerFOV.InternalOnCreateComponent IniOption="@INTERNAL" IniDefault="85" Hint="This value will change your field of view while playing." WinTop=0.076042 WinLeft=0.705430 WinWidth=0.266797 TabOrder=5 OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI End Object nu_FOV=moNumericEdit'GUI2K4.UT2K4Tab_PlayerSettings.PlayerFOV' Begin Object Class=GUIComboBox Name=SkinPreview bReadOnly=Wahr Hint="Show how the model looks using the selected skin." WinTop=0.111470 WinLeft=0.053531 WinWidth=0.346258 WinHeight=0.030000 TabOrder=0 OnChange=UT2K4Tab_PlayerSettings.InternalOnChange OnKeyEvent=SkinPreview.InternalOnKeyEvent End Object co_SkinPreview=GUIComboBox'GUI2K4.UT2K4Tab_PlayerSettings.SkinPreview' nfov=65 PanelCaption="Player" WinTop=0.150000 WinHeight=0.720000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |