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 |
//==================================================================== // xVoting.MatchSetupPage // MatchSetup page. // // Written by Bruce Bickar // (c) 2003, Epic Games, Inc. All Rights Reserved // ==================================================================== class MatchSetupPage extends VotingPage; /* var automated GUITreeListBox lb_TreeListBox; var automated GUIButton b_SaveButton; var automated GUIButton b_SubmitButton; var automated GUIButton b_SaveAsDefault; var automated GUIButton b_RestoreDefault; var automated GUILabel l_OptionLabel; var automated GUILabel l_Title; var automated GUILabel l_AvailableMaps; // Generic controls (initially hidden) var automated GUIListBox lb_ListBoxA; var automated GUIListBox lb_ListBoxB; var automated MultiSelectListBox lb_MSListBox; var automated moCheckbox ch_CheckBox; var automated moComboBox co_ComboBox; var automated moFloatEdit fl_FloatEdit; var automated moNumericEdit nu_NumericEdit; var automated moEditBox ed_EditBox; var array<CacheManager.GameRecord> GameTypes; //var array<CacheManager.MapRecord> Maps; var array<string> Maps; //var array<CacheManager.MutatorRecord> Mutators; var array<VotingReplicationInfo.MutatorData> Mutators; var int SelectedGameTypeIdx; var string SelectedMapName; var string SelectedMutators; var string Parameters; var bool bTournamentMode; var string DemoRecFileName; var PlayInfo PInfo; var string SelectedOption; var bool bCurrentSettingChanged; var bool bInitialized; // Localization var localized string GameTypesCaption, MapNameCaption, MutatorsCaption, lmsgMustBeAdmin, lmsgMatchSetupDisabled, ParametersCaption, TournamentModeCaption, DemoRecCaption, MiscCaption, lmsgNotPermitted, lmsgMutator; //------------------------------------------------------------------------------------------------ function InternalOnOpen() { if( MVRI == none || (MVRI != none && !MVRI.bMatchSetup) ) { Controller.OpenMenu("GUI2K4.GUI2K4QuestionPage"); GUIQuestionPage(Controller.TopPage()).SetupQuestion(lmsgMatchSetupDisabled, QBTN_Ok, QBTN_Ok); GUIQuestionPage(Controller.TopPage()).OnButtonClick = OnOkButtonClick; return; } if(MVRI != none && !MVRI.bMatchSetupPermitted) { if( PlayerOwner().PlayerReplicationInfo.bAdmin ) MVRI.MatchSetupLogin("Admin", ""); // UserId and Password not checked for admins else Controller.OpenMenu("xVoting.MatchSetupLoginPage"); } class'CacheManager'.static.GetGameTypeList(GameTypes); //class'CacheManager'.static.GetMutatorList(Mutators); setTimer(1,true); // wait for login validation PInfo = new(None) class'Engine.PlayInfo'; } //------------------------------------------------------------------------------------------------ function OnOkButtonClick(byte bButton) // triggered by th GUIQuestionPage Ok Button { Controller.CloseAll(true); } //------------------------------------------------------------------------------------------------ function Timer() { if( !bInitialized && MVRI != None && MVRI.bMatchSetupPermitted ) { bInitialized = true; MVRI.RequestMatchSettings(True); } if( !MVRI.bMatchSetupAccepted && !b_SubmitButton.bVisible) b_SubmitButton.Show(); if( MVRI.bMatchSetupAccepted && b_SubmitButton.bVisible) b_SubmitButton.Hide(); } //------------------------------------------------------------------------------------------------ function AddGameType(string GameClassString) { local int i; //log("____AddGameType", 'MapVoteDebug'); lb_TreeListBox.List.OnChange = None; lb_TreeListBox.List.Clear(); // reload required when game type changed PInfo.Clear(); for(i = 0; i < GameTypes.Length; i++) { if(GameTypes[i].ClassName ~= GameClassString) { SelectedGameTypeIdx = i; break; } } lb_TreeListBox.List.OnChange = OptionSelected; bCurrentSettingChanged=false; SelectedOption = ""; lb_TreeListBox.List.AddItem(GameTypesCaption, "GameType", ""); } //------------------------------------------------------------------------------------------------ function AddMapName(string MapName) { //log("____AddMapName", 'MapVoteDebug'); lb_TreeListBox.List.OnChange = None; lb_TreeListBox.List.AddItem(MapNameCaption, "MapName", ""); SelectedMapName = MapName; lb_TreeListBox.List.OnChange = OptionSelected; } //------------------------------------------------------------------------------------------------ function AddMutators(string MutatorsString) { //log("____AddMutators", 'MapVoteDebug'); lb_TreeListBox.List.OnChange = None; lb_TreeListBox.List.AddItem(MutatorsCaption, "Mutators", ""); SelectedMutators = MutatorsString; lb_TreeListBox.List.OnChange = OptionSelected; } //------------------------------------------------------------------------------------------------ function AddParameters(string Value) { //log("____AddParameters", 'MapVoteDebug'); lb_TreeListBox.List.OnChange = None; //lb_TreeListBox.List.AddItem(ParametersCaption, "", ""); lb_TreeListBox.List.AddItem(MiscCaption, "GameOptions", ParametersCaption); lb_TreeListBox.List.OnChange = OptionSelected; Parameters = Value; } //------------------------------------------------------------------------------------------------ function AddTournamentMode(string Value) { //log("____AddTournamentMode", 'MapVoteDebug'); lb_TreeListBox.List.OnChange = None; lb_TreeListBox.List.AddItem(TournamentModeCaption, "Tournament", ParametersCaption); lb_TreeListBox.List.OnChange = OptionSelected; bTournamentMode = bool(Value); } //------------------------------------------------------------------------------------------------ function AddDemoRecFileName(string Value) { //log("____AddDemoRecFileName", 'MapVoteDebug'); lb_TreeListBox.List.OnChange = None; lb_TreeListBox.List.AddItem(DemoRecCaption, "DemoRec", ParametersCaption); lb_TreeListBox.List.OnChange = OptionSelected; DemoRecFileName = Value; } //------------------------------------------------------------------------------------------------ function AddSetting(string SettingName, string ClassFrom, string Value) { local int i; local class<Info> InfoClass; Log("___AddSetting " $ SettingName $ ", " $ ClassFrom $ ", " $ Value, 'MapVoteDebug'); i = PInfo.FindIndex(SettingName); if( i == -1 ) // setting not found, need to load it { InfoClass = class<Info>(DynamicLoadObject(ClassFrom,class'Class')); if (InfoClass != None) { PInfo.AddClass(InfoClass); InfoClass.static.FillPlayInfo(PInfo); i = PInfo.FindIndex(SettingName); if( i == -1 ) { log("Failed to find PlayInfo Setting " $ SettingName); return; } } else { Log("Failed to load " $ ClassFrom); return; } } PInfo.StoreSetting( i, Value); lb_TreeListBox.List.OnChange = None; if( class<Mutator>(InfoClass) != none) lb_TreeListBox.List.AddItem(PInfo.Settings[i].DisplayName, PInfo.Settings[i].SettingName, lmsgMutator); else lb_TreeListBox.List.AddItem(PInfo.Settings[i].DisplayName, PInfo.Settings[i].SettingName, PInfo.Settings[i].Grouping); lb_TreeListBox.List.OnChange = OptionSelected; } //------------------------------------------------------------------------------------------------ function UpdateSetting(string SettingName, string NewSetting) { local int i,x; //log("____UpdateSetting", 'MapVoteDebug'); switch( SettingName ) { case "MapName": SelectedMapName = NewSetting; break; case "Mutators": SelectedMutators = NewSetting; break; case "GameOptions": Parameters = NewSetting; break; case "Tournament": bTournamentMode = bool(NewSetting); break; case "DemoRec": DemoRecFileName = NewSetting; break; default: x = PInfo.FindIndex(SettingName); if( x > -1) PInfo.StoreSetting(x, NewSetting); } i = lb_TreeListBox.List.FindIndexByValue(SettingName); if( i > -1) lb_TreeListBox.List.SetIndex(i); } //------------------------------------------------------------------------------------------------ function OptionSelected(GUIComponent Sender) { local int i,x,Idx,pos; local array<string> Range; local string Width, Op; local array<string> MutatorArray; local array<string> MapArray; local bool bFound; if( SelectedOption != lb_TreeListBox.List.GetValue() && bCurrentSettingChanged ) SaveOption(SelectedOption); // save the previously changed setting SelectedOption = lb_TreeListBox.List.GetValue(); // Hide all generic controls lb_ListBoxA.Hide(); lb_ListBoxB.Hide(); lb_MSListBox.Hide(); ch_CheckBox.Hide(); co_ComboBox.Hide(); fl_FloatEdit.Hide(); nu_NumericEdit.Hide(); ed_EditBox.Hide(); l_AvailableMaps.Hide(); // disable change notification lb_ListBoxA.OnChange=None; lb_ListBoxB.OnChange=None; lb_MSListBox.OnChange=None; ch_CheckBox.OnChange=None; co_ComboBox.OnChange=None; fl_FloatEdit.OnChange=None; nu_NumericEdit.OnChange=None; ed_EditBox.OnChange=None; bCurrentSettingChanged=False; b_SaveButton.Hide(); l_OptionLabel.Caption=lb_TreeListBox.List.GetCaption(); switch( SelectedOption ) { case "GameType": lb_ListBoxA.SetHint(""); lb_ListBoxA.List.Clear(); for (i = 0; i < GameTypes.Length; i++) lb_ListBoxA.List.Add(GameTypes[i].GameName,none,GameTypes[i].ClassName); lb_ListBoxA.List.SetIndex(SelectedGameTypeIdx); lb_ListBoxA.Show(); lb_ListBoxA.SetFocus(None); lb_ListBoxA.OnChange=SettingChanged; break; case "MapName": lb_ListBoxA.SetHint(""); ReadMapList(); lb_ListBoxA.List.Clear(); Split(SelectedMapName, ",", MapArray); for(i=0; i<MapArray.Length; i++) { bFound = false; for(x=0; x<Maps.Length; x++) { if( Maps[x] ~= MapArray[i] ) { lb_ListBoxA.List.Add(Maps[x]); lb_ListBoxB.List.RemoveItem(Maps[x]); bFound = true; break; } } if( !bFound ) lb_ListBoxA.List.Add(MapArray[i]); } lb_ListBoxA.Show(); lb_ListBoxB.Show(); l_AvailableMaps.Show(); lb_ListBoxA.OnChange=MapSelected; lb_ListBoxB.OnChange=MapSelected; break; case "Mutators": lb_MSListBox.SetHint(""); lb_MSListBox.List.Clear(); for (i = 0; i < Mutators.Length; i++) lb_MSListBox.List.Add(Mutators[i].FriendlyName,none,Mutators[i].ClassName); lb_MSListBox.List.Sort(); lb_MSListBox.Show(); Split(SelectedMutators, ",", MutatorArray); for(i=0; i<MutatorArray.Length; i++) lb_MSListBox.List.Find(MutatorArray[i],False,True); // bExtra lb_MSListBox.SetFocus(None); lb_MSListBox.OnChange=SettingChanged; break; case "Tournament": ch_CheckBox.SetHint(""); ch_CheckBox.Show(); ch_CheckBox.Caption = TournamentModeCaption; ch_CheckBox.SetComponentValue(String(bTournamentMode)); ch_CheckBox.SetFocus(None); ch_CheckBox.OnChange=SettingChanged; break; case "DemoRec": ed_EditBox.SetHint(""); ed_EditBox.Show(); ed_EditBox.MyEditBox.MaxWidth = 30; ed_EditBox.SetComponentValue(DemoRecFileName); ed_EditBox.SetFocus(None); ed_EditBox.OnChange=SettingChanged; break; case "GameOptions": ed_EditBox.SetHint(""); ed_EditBox.Show(); ed_EditBox.MyEditBox.MaxWidth = 255; ed_EditBox.SetComponentValue(Parameters); ed_EditBox.SetFocus(None); ed_EditBox.OnChange=SettingChanged; break; Default: if( SelectedOption != "" ) { Idx = PInfo.FindIndex(SelectedOption); if( PInfo.Settings[Idx].SecLevel <= MVRI.SecurityLevel ) { switch(PInfo.Settings[Idx].RenderType) { case PIT_Check: ch_CheckBox.Show(); ch_CheckBox.Caption = PInfo.Settings[Idx].DisplayName; ch_CheckBox.SetComponentValue(PInfo.Settings[Idx].Value); ch_CheckBox.SetFocus(None); ch_CheckBox.OnChange=SettingChanged; ch_CheckBox.SetHint(PInfo.Settings[Idx].Description); break; case PIT_Select: co_ComboBox.SetHint(PInfo.Settings[Idx].Description); co_ComboBox.MyComboBox.List.Clear(); co_ComboBox.Show(); co_ComboBox.ReadOnly(True); Split(PInfo.Settings[Idx].Data, ";", Range); for (i = 0; i+1 < Range.Length; i += 2) co_ComboBox.AddItem(Range[i+1],,Range[i]); co_ComboBox.SetComponentValue(PInfo.Settings[Idx].Value); co_ComboBox.SetFocus(None); co_ComboBox.OnChange=SettingChanged; break; case PIT_Text: Divide(PInfo.Settings[Idx].Data, ";", Width, Op); pos = InStr(Width, ","); if (pos != -1) Width = Left(Width, pos); if (Width != "") i = int(Width); else i = -1; Split(Op, ":", Range); if (Range.Length > 1) { // Ranged data if (InStr(Range[0], ".") != -1) { // float edit fl_FloatEdit.Show(); if (i != -1) fl_FloatEdit.Setup( float(Range[0]), float(Range[1]), fl_FloatEdit.MyNumericEdit.Step); fl_FloatEdit.SetComponentValue(PInfo.Settings[Idx].Value); fl_FloatEdit.SetFocus(None); fl_FloatEdit.SetHint(PInfo.Settings[Idx].Description); fl_FloatEdit.OnChange=SettingChanged; } else { nu_NumericEdit.SetHint(PInfo.Settings[Idx].Description); nu_NumericEdit.Show(); if (i != -1) nu_NumericEdit.Setup( int(Range[0]), int(Range[1]), nu_NumericEdit.MyNumericEdit.Step); nu_NumericEdit.SetComponentValue(PInfo.Settings[Idx].Value); nu_NumericEdit.SetFocus(None); nu_NumericEdit.OnChange=SettingChanged; } } else { ed_EditBox.SetHint(PInfo.Settings[Idx].Description); ed_EditBox.Show(); if (i != -1) ed_EditBox.MyEditBox.MaxWidth = i; ed_EditBox.SetComponentValue(PInfo.Settings[Idx].Value); ed_EditBox.SetFocus(None); ed_EditBox.OnChange=SettingChanged; } break; } } else l_OptionLabel.Caption = lmsgNotPermitted; } } } //------------------------------------------------------------------------------------------------ function SettingChanged(GUIComponent Sender) { bCurrentSettingChanged=true; // set to auto-save b_SaveButton.Show(); } //------------------------------------------------------------------------------------------------ function MapSelected(GUIComponent Sender) { local string MapName; lb_ListBoxA.OnChange=none; lb_ListBoxB.OnChange=none; if( Sender == lb_ListBoxA) { MapName = lb_ListBoxA.List.Get(); lb_ListBoxB.List.Add(MapName); lb_ListBoxA.List.RemoveItem(MapName); } if( Sender == lb_ListBoxB) { MapName = lb_ListBoxB.List.Get(); lb_ListBoxA.List.Add(MapName); lb_ListBoxB.List.RemoveItem(MapName); } bCurrentSettingChanged=true; // set to auto-save b_SaveButton.Show(); lb_ListBoxA.OnChange=MapSelected; lb_ListBoxB.OnChange=MapSelected; } //------------------------------------------------------------------------------------------------ function bool SaveButtonClick(GUIComponent Sender) { SaveOption(lb_TreeListBox.List.GetValue()); b_SaveButton.Hide(); return true; } //------------------------------------------------------------------------------------------------ function bool SaveAsDefaultButtonClick(GUIComponent Sender) { if( bCurrentSettingChanged ) // make sure last change was saved { SaveOption(lb_TreeListBox.List.GetValue()); b_SaveButton.Hide(); } if( !PlayerOwner().PlayerReplicationInfo.bAdmin ) { Controller.OpenMenu("GUI2K4.GUI2K4QuestionPage"); GUI2K4QuestionPage(Controller.ActivePage).SetupQuestion(lmsgMustBeAdmin, QBTN_Ok, QBTN_Ok); } else MVRI.SaveAsDefault(); return true; } //------------------------------------------------------------------------------------------------ function bool RestoreDefaultButtonClick(GUIComponent Sender) { b_SaveButton.Hide(); MVRI.RestoreDefaultProfile(); return true; } //------------------------------------------------------------------------------------------------ function SaveOption(string SettingName) { local int i,pos,Idx; local array<string> Range; local string Width, Op; switch( SettingName ) { case "GameType": SelectedGameTypeIdx = lb_ListBoxA.List.Index; MVRI.SendMatchSettingChange(SettingName,GameTypes[SelectedGameTypeIdx].ClassName); break; case "MapName": SelectedMapName = ""; for( i=0; i<lb_ListBoxA.ItemCount(); i++) { SelectedMapName $= lb_ListBoxA.List.GetItemAtIndex(i); if( i < lb_ListBoxA.ItemCount() - 1 ) SelectedMapName $= ","; } MVRI.SendMatchSettingChange(SettingName,SelectedMapName); break; case "Mutators": SelectedMutators= lb_MSListBox.List.GetExtra(); MVRI.SendMatchSettingChange(SettingName,SelectedMutators); break; case "GameOptions": Parameters = ed_EditBox.GetComponentValue(); MVRI.SendMatchSettingChange(SettingName,Parameters); break; case "Tournament": bTournamentMode = bool(ch_CheckBox.GetComponentValue()); MVRI.SendMatchSettingChange(SettingName,String(bTournamentMode)); break; case "DemoRec": DemoRecFileName = ed_EditBox.GetComponentValue(); MVRI.SendMatchSettingChange(SettingName,DemoRecFileName); break; default: Idx = PInfo.FindIndex(SettingName); switch(PInfo.Settings[Idx].RenderType) { case PIT_Check: PInfo.StoreSetting(Idx, ch_CheckBox.GetComponentValue()); break; case PIT_Select: PInfo.StoreSetting(Idx, co_ComboBox.GetComponentValue()); break; case PIT_Text: Divide(PInfo.Settings[Idx].Data, ";", Width, Op); pos = InStr(Width, ","); if (pos != -1) Width = Left(Width, pos); if (Width != "") i = int(Width); else i = -1; Split(Op, ":", Range); if (Range.Length > 1) { // Ranged data if (InStr(Range[0], ".") != -1) { // float edit PInfo.StoreSetting(Idx, fl_FloatEdit.GetComponentValue()); } else { // numeric edit PInfo.StoreSetting(Idx, nu_NumericEdit.GetComponentValue()); } } else { // text edit PInfo.StoreSetting(Idx, ed_EditBox.GetComponentValue()); } break; } //switch(PInfo.Settings[Idx].RenderType) MVRI.SendMatchSettingChange(SettingName, PInfo.Settings[Idx].Value); } //switch bCurrentSettingChanged = false; return; } //------------------------------------------------------------------------------------------------ function bool SubmitButtonClick(GUIComponent Sender) { if( MVRI != none ) MVRI.MatchSettingsSubmit(); return true; } //------------------------------------------------------------------------------------------------ function ReadMapList() { local int i; local bool bTemp; bTemp = Controller.bCurMenuInitialized; Controller.bCurMenuInitialized = False; lb_ListBoxB.List.Clear(); for (i = 0; i < Maps.Length; i++) lb_ListBoxB.List.Add(Maps[i]); lb_ListBoxB.List.Sort(); Controller.bCurMenuInitialized = bTemp; lb_ListBoxB.List.SetIndex(0); } //------------------------------------------------------------------------------------------------ function AddServerMaps(string MapName, int Index) { local int i; if( Index == 0 ) { if( SelectedOption == "MapName" ) { Maps.Remove(0,Maps.Length); lb_ListBoxB.List.Clear(); } } Maps[Maps.Length] = MapName; if( SelectedOption == "MapName" ) { i = lb_ListBoxA.List.FindIndex(MapName); if( i > -1 ) { // replace uppercase mapnames from maplist lb_ListBoxA.OnChange=None; lb_ListBoxA.List.Remove(i); lb_ListBoxA.List.Add(MapName); lb_ListBoxA.List.Sort(); lb_ListBoxA.OnChange=MapSelected; } else { lb_ListBoxB.OnChange=None; lb_ListBoxB.List.Add(MapName); lb_ListBoxB.List.Sort(); lb_ListBoxB.OnChange=MapSelected; } } } //------------------------------------------------------------------------------------------------ function AddServerMutators(VotingReplicationInfo.MutatorData M, int Index) { if( Index == 0 ) Mutators.Remove(0, Mutators.Length); Mutators[Mutators.Length] = M; if( SelectedOption == "Mutators" ) { lb_MSListBox.List.Add(M.FriendlyName,none,M.ClassName); lb_MSListBox.List.Sort(); if( InStr("," $ Caps(SelectedMutators) $ ",", "," $ Caps(M.ClassName) $ ",") > -1 ) lb_MSListBox.List.Find(M.ClassName,False,True); // bExtra } } //------------------------------------------------------------------------------------------------ function Closed(GUIComponent Sender, bool bCancelled) { if( MVRI != none ) MVRI.MatchSetupLogout(); Super.Closed(Sender, bCancelled); } //------------------------------------------------------------------------------------------------ defaultproperties { Begin Object class=GUILabel Name=TitleLabel Caption="Match Setup" TextALign=TXTA_Center TextFont="UT2LargeFont" TextColor=(R=0,G=0,B=255,A=255) WinWidth=0.554921 WinHeight=0.048632 WinLeft=0.223438 WinTop=0.107084 End Object l_Title=TitleLabel Begin Object Class=GUITreeListBox Name=TreeControl WinWidth=0.393437 WinHeight=0.487810 WinLeft=0.108204 WinTop=0.161405 bVisibleWhenEmpty=true Hint="Select a configuration option to modify." End Object lb_TreeListBox = TreeControl Begin Object class=GUILabel Name=OptionLabel Caption="" TextALign=TXTA_Center TextFont="UT2SmallFont" TextColor=(R=0,G=0,B=255,A=255) WinWidth=0.386170 WinHeight=0.032069 WinLeft=0.505509 WinTop=0.161823 End Object l_OptionLabel=OptionLabel Begin Object Class=GUIListBox Name=ListBoxA WinWidth=0.315269 WinHeight=0.213349 WinLeft=0.537139 WinTop=0.193488 bVisibleWhenEmpty=true bVisible=false bSorted=false End Object lb_ListBoxA = ListBoxA Begin Object Class=GUIListBox Name=ListBoxB WinWidth=0.315269 WinHeight=0.200848 WinLeft=0.537139 WinTop=0.443750 bVisibleWhenEmpty=true bVisible=false bSorted=true Hint="Selecting a map name in this list will move it to the Map Cycle List." End Object lb_ListBoxB = ListBoxB Begin Object class=GUILabel Name=AvailableMapsLabel Caption="Available Maps" TextALign=TXTA_Center TextFont="UT2SmallFont" TextColor=(R=0,G=0,B=255,A=255) WinWidth=0.315234 WinHeight=0.032382 WinLeft=0.536759 WinTop=0.412239 bVisible=False End Object l_AvailableMaps=AvailableMapsLabel Begin Object Class=MultiSelectListBox Name=MSListBox WinWidth=0.342769 WinHeight=0.329599 WinLeft=0.525890 WinTop=0.195155 bVisibleWhenEmpty=true bVisible=false End Object lb_MSListBox = MSListBox Begin Object class=GUIButton Name=SaveAsDefaultButton Caption="Save As Default" Hint="Save this profile as the default profile." StyleName="SquareButton" OnClick=SaveAsDefaultButtonClick WinWidth=0.188855 WinHeight=0.034616 WinLeft=0.108749 WinTop=0.655141 bVisible=true End Object b_SaveAsDefault=SaveAsDefaultButton Begin Object class=GUIButton Name=RestoreDefaultButton Caption="Load Default" Hint="Restore the default profile." StyleName="SquareButton" OnClick=RestoreDefaultButtonClick WinWidth=0.169772 WinHeight=0.034616 WinLeft=0.332629 WinTop=0.655141 End Object b_RestoreDefault=RestoreDefaultButton Begin Object class=GUIButton Name=SubmitButton Caption="Finish/Accept" Hint="Accept current settings and implement changes." StyleName="SquareButton" OnClick=SubmitButtonClick WinWidth=0.176277 WinHeight=0.034616 WinLeft=0.712919 WinTop=0.655141 bVisible=false End Object b_SubmitButton=SubmitButton Begin Object class=GUIButton Name=SaveButton Caption="Save/Send" Hint="Click to save the changes to the selected option and send the new setting to the server." StyleName="SquareButton" OnClick=SaveButtonClick WinWidth=0.178750 WinHeight=0.034565 WinLeft=0.517007 WinTop=0.655055 End Object b_SaveButton=SaveButton Begin Object Class=moCheckbox Name=CheckBox WinWidth=0.037733 WinHeight=0.048437 WinLeft=0.671131 WinTop=0.212656 bVisible=false CaptionWidth=0 ComponentWidth=1 //Hint="This is a checkbox" End Object ch_CheckBox = CheckBox Begin Object Class=moComboBox Name=ComboBox WinWidth=0.313359 WinHeight=0.038750 WinLeft=0.539885 WinTop=0.196822 bAutoSizeCaption=True bVisible=false CaptionWidth=0 ComponentWidth=1 End Object co_ComboBox = ComboBox Begin Object Class=moFloatEdit Name=FloatEdit WinWidth=0.120545 WinHeight=0.043750 WinLeft=0.636444 WinTop=0.200155 bVisible=false CaptionWidth=0 ComponentWidth=1 End Object fl_FloatEdit = FloatEdit Begin Object Class=moNumericEdit Name=NumericEdit WinWidth=0.120545 WinHeight=0.043750 WinLeft=0.636444 WinTop=0.200155 bVisible=false CaptionWidth=0 ComponentWidth=1 End Object nu_NumericEdit = NumericEdit Begin Object Class=moEditBox Name=EditBox WinWidth=0.358984 WinHeight=0.037500 WinLeft=0.518946 WinTop=0.198488 bVisible=false CaptionWidth=0 ComponentWidth=1 End Object ed_EditBox = EditBox OnOpen=InternalOnOpen; GameTypesCaption="Game Type" MapNameCaption="Map Cycle List" MutatorsCaption="Mutators" ParametersCaption="Parameters" TournamentModeCaption="Tournament Mode" DemoRecCaption="Record Demo(FileName)" MiscCaption="Miscellaneous" lmsgMustBeAdmin="You must be logged in as an Admin to perform this." lmsgMatchSetupDisabled="Match Setup has been disabled by the server administrator." lmsgNotPermitted="Not Permitted" lmsgMutator="Mutator" } */ defaultproperties { } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |