From df288cfafc687d8aad8bb05b0413ce8b173317f3 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Mon, 24 Sep 2012 02:33:37 -0500 Subject: Initial Upload --- resource/Blocks.ttf | Bin 0 -> 2348 bytes resource/Cerbetica.ttf | Bin 0 -> 68688 bytes resource/ClientScheme.res | 4096 +++++++++++++++++++++ resource/ui/BaseChat.res | 67 + resource/ui/ClassSelection_rayshud.res | 1570 ++++++++ resource/ui/ControlPointCountdown.res | 23 + resource/ui/ControlPointIcon.res | 112 + resource/ui/ControlPointProgressBar.res | 111 + resource/ui/DisguiseStatusPanel.res | 131 + resource/ui/FreezePanelKillerHealth.res | 104 + resource/ui/FreezePanel_Basic.res | 526 +++ resource/ui/HudAccountPanel.res | 115 + resource/ui/HudAmmoWeapons.res | 139 + resource/ui/HudArenaCapPointCountdown.res | 23 + resource/ui/HudArenaPlayerCount.res | 174 + resource/ui/HudBowCharge.res | 42 + resource/ui/HudDamageAccount.res | 52 + resource/ui/HudDemomanCharge.res | 42 + resource/ui/HudDemomanPipes.res | 218 ++ resource/ui/HudHealthAccount.res | 14 + resource/ui/HudInspectPanel.res | 111 + resource/ui/HudItemEffectMeter.res | 77 + resource/ui/HudItemEffectMeter_Cleaver.res | 76 + resource/ui/HudItemEffectMeter_Demoman.res | 98 + resource/ui/HudItemEffectMeter_Engineer.res | 98 + resource/ui/HudItemEffectMeter_ParticleCannon.res | 76 + resource/ui/HudItemEffectMeter_Pomson.res | 77 + resource/ui/HudItemEffectMeter_PowerupBottle.res | 111 + resource/ui/HudItemEffectMeter_Raygun.res | 76 + resource/ui/HudItemEffectMeter_Scout.res | 76 + resource/ui/HudItemEffectMeter_Sniper.res | 95 + resource/ui/HudItemEffectMeter_SniperFocus.res | 77 + resource/ui/HudItemEffectMeter_SodaPopper.res | 77 + resource/ui/HudItemEffectMeter_Spy.res | 98 + resource/ui/HudItemEffectMeter_SpyKnife.res | 76 + resource/ui/HudMedicCharge.res | 119 + resource/ui/HudObjectiveFlagPanel.res | 460 +++ resource/ui/HudObjectiveKothTimePanel.res | 79 + resource/ui/HudObjectiveStatus.res | 38 + resource/ui/HudObjectiveTimePanel.res | 188 + resource/ui/HudPlayerClass.res | 82 + resource/ui/HudPlayerHealth.res | 152 + resource/ui/HudTournament.res | 588 +++ resource/ui/HudTournamentSetup.res | 155 + resource/ui/MedicCallerPanel.res | 73 + resource/ui/ObjectiveStatusEscort.res | 638 ++++ resource/ui/ScoreBoard.res | 1558 ++++++++ resource/ui/Spectator.res | 406 ++ resource/ui/SpectatorGUIHealth.res | 102 + resource/ui/SpectatorTournament.res | 552 +++ resource/ui/SpectatorTournamentGUIHealth.res | 75 + resource/ui/TargetID.res | 276 ++ resource/ui/winpanel.res | 579 +++ scripts/HudAnimations_tf.txt | 805 ++++ scripts/hudlayout.res | 1307 +++++++ 55 files changed, 17090 insertions(+) create mode 100644 resource/Blocks.ttf create mode 100644 resource/Cerbetica.ttf create mode 100644 resource/ClientScheme.res create mode 100644 resource/ui/BaseChat.res create mode 100644 resource/ui/ClassSelection_rayshud.res create mode 100644 resource/ui/ControlPointCountdown.res create mode 100644 resource/ui/ControlPointIcon.res create mode 100644 resource/ui/ControlPointProgressBar.res create mode 100644 resource/ui/DisguiseStatusPanel.res create mode 100644 resource/ui/FreezePanelKillerHealth.res create mode 100644 resource/ui/FreezePanel_Basic.res create mode 100644 resource/ui/HudAccountPanel.res create mode 100644 resource/ui/HudAmmoWeapons.res create mode 100644 resource/ui/HudArenaCapPointCountdown.res create mode 100644 resource/ui/HudArenaPlayerCount.res create mode 100644 resource/ui/HudBowCharge.res create mode 100644 resource/ui/HudDamageAccount.res create mode 100644 resource/ui/HudDemomanCharge.res create mode 100644 resource/ui/HudDemomanPipes.res create mode 100644 resource/ui/HudHealthAccount.res create mode 100644 resource/ui/HudInspectPanel.res create mode 100644 resource/ui/HudItemEffectMeter.res create mode 100644 resource/ui/HudItemEffectMeter_Cleaver.res create mode 100644 resource/ui/HudItemEffectMeter_Demoman.res create mode 100644 resource/ui/HudItemEffectMeter_Engineer.res create mode 100644 resource/ui/HudItemEffectMeter_ParticleCannon.res create mode 100644 resource/ui/HudItemEffectMeter_Pomson.res create mode 100644 resource/ui/HudItemEffectMeter_PowerupBottle.res create mode 100644 resource/ui/HudItemEffectMeter_Raygun.res create mode 100644 resource/ui/HudItemEffectMeter_Scout.res create mode 100644 resource/ui/HudItemEffectMeter_Sniper.res create mode 100644 resource/ui/HudItemEffectMeter_SniperFocus.res create mode 100644 resource/ui/HudItemEffectMeter_SodaPopper.res create mode 100644 resource/ui/HudItemEffectMeter_Spy.res create mode 100644 resource/ui/HudItemEffectMeter_SpyKnife.res create mode 100644 resource/ui/HudMedicCharge.res create mode 100644 resource/ui/HudObjectiveFlagPanel.res create mode 100644 resource/ui/HudObjectiveKothTimePanel.res create mode 100644 resource/ui/HudObjectiveStatus.res create mode 100644 resource/ui/HudObjectiveTimePanel.res create mode 100644 resource/ui/HudPlayerClass.res create mode 100644 resource/ui/HudPlayerHealth.res create mode 100644 resource/ui/HudTournament.res create mode 100644 resource/ui/HudTournamentSetup.res create mode 100644 resource/ui/MedicCallerPanel.res create mode 100644 resource/ui/ObjectiveStatusEscort.res create mode 100644 resource/ui/ScoreBoard.res create mode 100644 resource/ui/Spectator.res create mode 100644 resource/ui/SpectatorGUIHealth.res create mode 100644 resource/ui/SpectatorTournament.res create mode 100644 resource/ui/SpectatorTournamentGUIHealth.res create mode 100644 resource/ui/TargetID.res create mode 100644 resource/ui/winpanel.res create mode 100644 scripts/HudAnimations_tf.txt create mode 100644 scripts/hudlayout.res diff --git a/resource/Blocks.ttf b/resource/Blocks.ttf new file mode 100644 index 0000000..32154ec Binary files /dev/null and b/resource/Blocks.ttf differ diff --git a/resource/Cerbetica.ttf b/resource/Cerbetica.ttf new file mode 100644 index 0000000..0646fc7 Binary files /dev/null and b/resource/Cerbetica.ttf differ diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res new file mode 100644 index 0000000..e175e51 --- /dev/null +++ b/resource/ClientScheme.res @@ -0,0 +1,4096 @@ +// +// TRACKER SCHEME RESOURCE FILE +// +// sections: +// colors - all the colors used by the scheme +// basesettings - contains settings for app to use to draw controls +// fonts - list of all the fonts used by app +// borders - description of all the borders +// +// +Scheme +{ + //Name - currently overriden in code + //{ + // "Name" "ClientScheme" + //} + + //////////////////////// COLORS /////////////////////////// + Colors + { + // base colors + "Orange" "178 82 22 255" + "OrangeDim" "178 82 22 120" + "LightOrange" "188 112 0 128" + "GoalOrange" "255 133 0" + "TFOrange" "145 73 59 255" + + "White" "235 235 235 255" + "Red" "192 28 0 140" + "RedSolid" "192 28 0 255" + "Blue" "0 28 162 140" + "Yellow" "251 235 202 255" + "TransparentYellow" "251 235 202 140" + //"Black" "0 0 0 255" + //Changed black to a NTSC safe color + "GreenSolid" "76 107 34 255" + + //rainbowcharge colors + + "ColorRed" "255 0 0 255" + "ColorVermillion" "255 64 0 255" + "ColorOrange" "255 128 0 255" + "ColorYellow" "255 255 0 255" + "ColorLime" "128 255 0 255" + "ColorGreen" "0 255 0 255" + "ColorTeal" "0 255 128 255" + "ColorCyan" "0 255 255 255" + "ColorAqua" "0 128 255 255" + "ColorBlue" "0 0 255 255" + "ColorPurple" "128 0 255 255" + "ColorMagenta" "255 0 255 255" + "ColorRuby" "255 0 128 255" + "ColorBlack" "0 0 0 255" + "ColorGreyDark" "64 64 64 255" + "ColorGreyMid" "128 128 128 255" + "ColorGreyLight" "192 192 192 255" + "ColorWhite" "255 255 255 255" + + "Black" "46 43 42 255" + "TransparentBlack" "0 0 0 196" + "TransparentLightBlack" "0 0 0 90" + "FooterBGBlack" "52 48 55 255" + + "HUDBlueTeam" "104 124 155 127" + "HUDRedTeam" "180 92 77 127" + "HUDSpectator" "124 124 124 127" + "HUDBlueTeamSolid" "104 124 155 255" + "HUDRedTeamSolid" "180 92 77 255" + "HUDDeathWarning" "255 0 0 255" + "HudWhite" "255 255 255 255" + "HudOffWhite" "200 187 161 255" + "HudBlack" "65 65 65 255" + "ProgressBarBlue" "91 122 142 255" + + "CreditsGreen" "94 150 49 255" + + "Gray" "178 178 178 255" + + "Blank" "0 0 0 0" + "ForTesting" "255 0 0 32" + "ForTesting_Magenta" "255 0 255 255" + "ForTesting_MagentaDim" "255 0 255 120" + + "HudPanelForeground" "123 110 59 184" + "HudPanelBackground" "123 110 59 184" + "HudPanelBorder" "255 255 255 102" + + "HudProgressBarActive" "240 207 78 255" + "HudProgressBarInActive" "140 120 73 255" + "HudProgressBarActiveLow" "240 30 30 255" + "HudProgressBarInActiveLow" "240 30 30 99" + + "HudTimerProgressActive" "251 235 202 255" + "HudTimerProgressInActive" "52 48 45 255" + "HudTimerProgressWarning" "240 30 30 255" + + // training + "HudTrainingHint" "212 160 23 255" + + "TanDark" "117 107 94 255" + "TanLight" "235 226 202 255" + "TanDarker" "46 43 42 255" + + "StoreDarkTan" "131 121 104 255" + "StoreGreen" "76 107 34 255" + + // Building HUD Specific + "LowHealthRed" "255 0 0 255" + "ProgressOffWhite" "251 235 202 255" + "ProgressBackground" "250 234 201 51" + "HealthBgGrey" "72 71 69 255" + + "ProgressOffWhiteTransparent" "251 235 202 128" + + "LabelDark" "48 43 42 255" + "LabelTransparent" "109 96 80 180" + + "BuildMenuActive" "248 231 198 255" + + "DisguiseMenuIconRed" "192 56 63 255" + "DisguiseMenuIconBlue" "92 128 166 255" + + "MatchmakingDialogTitleColor" "200 184 151 255" + "MatchmakingMenuItemBackground" "46 43 42 255" + "MatchmakingMenuItemBackgroundActive" "150 71 0 255" + "MatchmakingMenuItemTitleColor" "200 184 151 255" + "MatchmakingMenuItemDescriptionColor" "200 184 151 255" + + "HTMLBackground" "95 92 101 255" + + "ItemAttribLevel" "117 107 94 255" + "ItemAttribNeutral" "235 226 202 255" + "ItemAttribPositive" "153 204 255 255" + "ItemAttribNegative" "255 64 64 255" + + "ItemSetName" "225 255 15 255" + "ItemSetItemEquipped" "149 175 12 255" + "ItemSetItemMissing" "139 137 137 255" + "ItemIsotope" "225 255 15 255" + "ItemBundleItem" "149 175 12 255" + "ItemLimitedUse" "0 160 0 255" + "ItemFlags" "117 107 94 255" + + "QualityColorNormal" "178 178 178 255" + "QualityColorrarity1" "77 116 85 255" + "QualityColorrarity2" "141 131 75 255" + "QualityColorrarity3" "112 85 15 255" + "QualityColorrarity4" "134 80 172 255" + "QualityColorVintage" "71 98 145 255" + "QualityColorUnique" "255 215 0 255" + "QualityColorCommunity" "112 176 74 255" + "QualityColorDeveloper" "165 15 121 255" + "QualityColorSelfMade" "112 176 74 255" + "QualityColorCustomized" "71 98 145 255" + "QualityColorStrange" "207 106 50 255" + "QualityColorCompleted" "134 80 172 255" + "QualityColorHaunted" "134 80 172 255" + + "SaleGreen" "76 107 34 255" + + "LightRed" "200 80 60 255" + "LighterRed" "220 100 80 255" + "LighterDarkBrown" "59 54 48 255" + "DarkBrown" "41 37 38 255" + + "UpgradeDefaultFg" "87 82 74 255" + "UpgradeDefaultBg" "111 104 94 255" + "UpgradeArmedFg" "194 96 47 255" + "UpgradeArmedBg" "239 128 73 255" + "UpgradeDepressedFg" "204 106 57 255" + "UpgradeDepressedBg" "249 138 83 255" + "UpgradeSelectedFg" "204 106 57 255" + "UpgradeSelectedBg" "249 138 83 255" + "UpgradeDisabledFg" "64 59 52 255" + "UpgradeDisabledBg" "79 77 68 255" + } + + ///////////////////// BASE SETTINGS //////////////////////// + // default settings for all panels + // controls use these to determine their settings + BaseSettings + { + // vgui_controls color specifications + ReplayBrowser.BgColor "DarkBrown" + ReplayBrowser.Details.TitleEdit.Carat.FgColor "LightRed" + ReplayBrowser.Button.ArmedBgColor "TFOrange" + ReplayBrowser.Button.DepressedBgColor "TFOrange" + ReplayBrowser.CollectionTitle.FgColor "LightRed" + ReplayBrowser.Warning.FgColor "White" + ReplayBrowser.ScrollBar.SliderButton.FgColor "TransparentYellow" + ReplayBrowser.Search.BgColor "TanDark" + ReplayBrowser.Search.FgColor "White" + + Replay.RenderDialog.BgColor "LighterDarkBrown" + + Econ.Dialog.BgColor "Blank" + Econ.Button.BgColor "TanDark" + Econ.Button.FgColor "TanLight" + Econ.Button.ArmedBgColor "TFOrange" + Econ.Button.ArmedFgColor "TanLight" + Econ.Button.DepressedBgColor "TFOrange" + Econ.Button.DepressedFgColor "Black" + + Econ.Button.PresetDefaultColorFg "TanLight" + Econ.Button.PresetArmedColorFg "TanLight" + Econ.Button.PresetDepressedColorFg "TanLight" + + Econ.Button.PresetDefaultColorBg "LighterRed" + Econ.Button.PresetArmedColorBg "LightRed" + Econ.Button.PresetDepressedColorBg "TFOrange" + + Border.Bright "Blank" // the lit side of a control + Border.Dark "Black" // the dark/unlit side of a control + Border.Selection "Gray" // the additional border color for displaying the default/selected button + + Button.TextColor "TanLight" + Button.BgColor "TanDark" + Button.ArmedTextColor "TanLight" + Button.ArmedBgColor "TFOrange" + Button.SelectedTextColor "TanLight" + Button.SelectedBgColor "TFOrange" + Button.DepressedTextColor "Black" + Button.DepressedBgColor "TFOrange" + + CheckButton.TextColor "Yellow" + CheckButton.SelectedTextColor "Yellow" + CheckButton.BgColor "TransparentBlack" + CheckButton.Border1 "Yellow" // the left checkbutton border + CheckButton.Border2 "Yellow" // the right checkbutton border + CheckButton.Check "Yellow" // color of the check itself + CheckButton.HighlightFgColor "Yellow" + + ComboBoxButton.ArrowColor "TanLight" + ComboBoxButton.ArmedArrowColor "TanLight" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + Frame.BgColor "TransparentBlack" + Frame.OutOfFocusBgColor "TransparentBlack" + Frame.FocusTransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on focus/out of focus + Frame.TransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on open/close + Frame.FocusTransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on focus/out of focus + Frame.TransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on open/close + Frame.AutoSnapRange "0" + FrameGrip.Color1 "Blank" + FrameGrip.Color2 "Blank" + FrameTitleButton.FgColor "Blank" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "Blank" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.TextColor "Orange" + FrameTitleBar.BgColor "Blank" + FrameTitleBar.DisabledTextColor "Orange" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "Orange" + GraphPanel.BgColor "TransparentBlack" + + Label.TextDullColor "TanDark" + Label.TextColor "TanLight" + Label.TextBrightColor "TanLight" + Label.SelectedTextColor "White" + Label.BgColor "Blank" + Label.DisabledFgColor1 "Blank" + Label.DisabledFgColor2 "Black" + + ListPanel.TextColor "Orange" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedTextColor "Black" + ListPanel.SelectedBgColor "Red" + ListPanel.SelectedOutOfFocusBgColor "Red" + ListPanel.EmptyListInfoTextColor "Orange" + + Menu.TextColor "TanLight" + Menu.BgColor "TransparentBlack" + Menu.ArmedTextColor "TanDark" + Menu.ArmedBgColor "TanLight" + Menu.TextInset "6" + + Chat.TypingText "Orange" + + Panel.FgColor "Gray" + Panel.BgColor "Blank" + + HTML.BgColor "Blank" + + ProgressBar.FgColor "ProgressOffWhite" + ProgressBar.BgColor "ProgressBackground" + + CircularProgressBar.FgColor "White" + CircularProgressBar.BgColor "White" + + "BuildingHealthBar.BgColor" "HealthBgGrey" + "BuildingHealthBar.Health" "ProgressOffWhite" + "BuildingHealthBar.LowHealth" "LowHealthRed" + + PropertySheet.TextColor "Orange" + PropertySheet.SelectedTextColor "Orange" + PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another + + RadioButton.TextColor "Orange" + RadioButton.SelectedTextColor "Orange" + + RichText.TextColor "Gray" + RichText.BgColor "Blank" + RichText.SelectedTextColor "Gray" + RichText.SelectedBgColor "Red" + + ScrollBarButton.FgColor "Gray" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "Gray" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "Black" + ScrollBarButton.DepressedBgColor "Blank" + + ScrollBarSlider.FgColor "Gray" // nob color + ScrollBarSlider.BgColor "Blank" // slider background color + + SectionedListPanel.HeaderTextColor "Orange" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "Orange" + SectionedListPanel.BrightTextColor "Orange" + SectionedListPanel.BgColor "TransparentLightBlack" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Red" + SectionedListPanel.OutOfFocusSelectedTextColor "Black" + SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32" + + Slider.NobColor "108 108 108 255" + Slider.TextColor "127 140 127 255" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" + + TextEntry.TextColor "Gray" + TextEntry.BgColor "Blank" + TextEntry.CursorColor "Gray" + TextEntry.DisabledTextColor "Gray" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "TanLight" + TextEntry.SelectedBgColor "Gray" + TextEntry.OutOfFocusSelectedBgColor "Blank" + TextEntry.FocusEdgeColor "Blank" + + ToggleButton.SelectedTextColor "Orange" + + Tooltip.TextColor "TransparentBlack" + Tooltip.BgColor "Red" + + TreeView.BgColor "TransparentBlack" + + WizardSubPanel.BgColor "Blank" + + TimerProgress.Active "HudTimerProgressActive" + TimerProgress.InActive "HudTimerProgressInActive" + TimerProgress.Warning "HudTimerProgressWarning" + + HudObjectives.FgColor "HudPanelForeground" + HudObjectives.BgColor "HudPanelBackground" + HudObjectives.BorderColor "HudPanelBorder" + + HudProgressBar.Active "HudProgressBarActive" + HudProgressBar.InActive "HudProgressBarInActive" + + HudCaptureIcon.Active "HudProgressBarActive" + HudCaptureIcon.InActive "HudProgressBarInActive" + HudCaptureProgressBar.Active "HudProgressBarActive" + HudCaptureProgressBar.InActive "HudProgressBarInActive" + + // scheme-specific colors + "FgColor" "Orange" + "BgColor" "TransparentBlack" + + "ViewportBG" "Blank" + "TeamSpec" "204 204 204 255" + "TeamRed" "255 64 64 255" + "TeamBlue" "153 204 255 255" + + "MapDescriptionText" "Gray" // the text used in the map description window + "HudIcon_Green" "0 160 0 255" + "HudIcon_Red" "160 0 0 255" + + // CHudMenu + "ItemColor" "255 167 42 200" // default 255 167 42 255 + "MenuColor" "233 208 173 255" + "MenuBoxBg" "0 0 0 100" + + // weapon selection colors + "SelectionNumberFg" "251 235 202 255" + "SelectionTextFg" "251 235 202 255" + "SelectionEmptyBoxBg" "0 0 0 80" + "SelectionBoxBg" "0 0 0 80" + "SelectionSelectedBoxBg" "0 0 0 190" + + // Hint message colors + "HintMessageFg" "255 255 255 255" + "HintMessageBg" "0 0 0 60" + + "ProgressBarFg" "255 30 13 255" + + // Top-left corner of the menu on the main screen + "Main.Menu.X" "32" + "Main.Menu.Y" "248" + + // Blank space to leave beneath the menu on the main screen + "Main.BottomBorder" "32" + + "VguiScreenCursor" "255 208 64 255" + } + + //////////////////////// BITMAP FONT FILES ///////////////////////////// + // + // Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse + BitmapFontFiles + { + // UI buttons, custom font, (256x64) + "Buttons" "materials/vgui/fonts/buttons_32.vbf" + } + + + // + //////////////////////// FONTS ///////////////////////////// + // + // describes all the fonts + Fonts + { + // fonts are used in order that they are listed + // fonts listed later in the order will only be used if they fulfill a range not already filled + // if a font fails to load then the subsequent fonts will replace + "Default" + { + "1" + { + "name" "Cerbetica" + "tall" "12" + "antialias" "1" + } + "2" + { + "name" "Cerbetica_bold" + "tall" "72" + "antialias" "1" + } + + + } + "DefaultUnderline" + { + "1" + { + "name" "Tahoma" + "tall" "12" + "weight" "500" + "underline" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "2" + { + "name" "Arial" + "tall" "11" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + "DefaultSmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" + } + } + + + "DefaultVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + DefaultLarge + { + "1" + { + "name" "Verdana" + "tall" "18" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "21" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "22" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "28" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "30" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Verdana" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "900" + } + "7" + { + "name" "Arial" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + CenterPrintText + { + // note that this scales with the screen resolution + "1" + { + "name" "Trebuchet MS" [!$OSX] + "name" "Helvetica" [$OSX] + "tall" "18" + "weight" "900" + "antialias" "1" + "additive" "1" + } + } + + "PlayerPanelPlayerName" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + HudHintText + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" [$WIN32] + "tall" "23" [$X360] + "weight" "700" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + } + } + "HudFontGiant" + { + "1" + { + "name" "TF2" + "tall" "24" + "tall_lodef" "80" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "480 599" + } + "2" + { + "name" "TF2" + "tall" "32" + "tall_hidef" "120" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "600 767" + } + "3" + { + "name" "TF2" + "tall" "44" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "768 1023" + } + "4" + { + "name" "TF2" + "tall" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "1024 1199" + } + "5" + { + "name" "TF2" + "tall" "52" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "1200 10000" + } + } + "HudFontGiantBold" + { + "1" + { + "name" "TF2 Build" + "tall" "44" + "tall_lodef" "52" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "HudFontBiggerBold" + { + "1" + { + "name" "TF2 Build" + "tall" "35" + "tall_lodef" "40" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "HudFontBig" + { + "1" + { + "name" "TF2" + "tall" "36" + "tall_hidef" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBig" + { + "1" + { + "name" "TF2" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBigBold" + { + "1" + { + "name" "TF2 Build" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMedium" + { + "1" + { + "name" "TF2" + "tall" "24" + "tall_lodef" "28" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSecondary" + { + "1" + { + "name" "TF2 Secondary" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBold" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmallBold" + { + "1" + { + "name" "TF2 Build" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmall" + { + "1" + { + "name" "TF2" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmallSecondary" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "20" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmall" + { + "1" + { + "name" "TF2 Secondary" + "tall" "14" + "tall_lodef" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallishBold" + { + "1" + { + "name" "TF2 Build" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallBold" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallBoldShadow" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "HudFontSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallestShadow" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "HudFontSmallestBold" + { + "1" + { + "name" "TF2 Build" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "PerformanceModeSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "4" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "StorePromotionsTitle" + { + "1" + { + "name" "TF2 Build" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "FontCartPrice" + { + "1" + { + "name" "TF2 Build" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "FontStorePrice" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStoreOriginalPrice" + { + "1" + { + "name" "TF2 Secondary" + "tall" "9" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStorePriceSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "6" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStorePromotion" + { + "1" + { + "name" "TF2 Secondary" + "tall" "12" + "tall_hidef" "14" + "tall_lodef" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "TextTooltipFont" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + GameUIButtons + { + "1" //[$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "1.0" + "scalex_lodef" "0.75" + "scaley" "1.0" + "scaley_lodef" "0.75" + } + } + GameUIButtonsSmall + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + GameUIButtonsSmallest + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.4" + "scaley" "0.4" + } + } + "GameUIButtonText" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudClassHealth" + { + "1" + { + "name" "TF2" + "tall" "16" + "tall_hidef" "22" + "tall_lodef" "22" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "SpectatorKeyHints" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubText" + { + "1" + { + "name" "Verdana" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextSuddenDeath" + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "9" + "tall_lodef" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextTiny" + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "7" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudSelectionText" + { + "1" + { + "name" "TF2" + "tall" "15" + "weight" "700" + "antialias" "1" + "yres" "1 599" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "additive" "1" + } + "2" + { + "name" "TF2" + "tall" "15" [$WIN32] + "tall" "21" [$X360] + "weight" "700" + "antialias" "1" + "yres" "600 767" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "additive" "1" + } + "3" + { + "name" "TF2" + "tall" "18" + "weight" "900" + "antialias" "1" + "yres" "768 1023" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "4" + { + "name" "TF2" + "tall" "21" + "weight" "900" + "antialias" "1" + "yres" "1024 1199" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "5" + { + "name" "TF2" + "tall" "24" + "weight" "1000" + "antialias" "1" + "yres" "1200 10000" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + DebugOverlay + { + "1" [$WIN32] + { + "name" "Courier New" + "tall" "14" + "weight" "400" + "outline" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "1" [$X360] + { + "name" "Tahoma" + "tall" "18" + "weight" "200" + "outline" "1" + } + } + TFTypeDeath + { + "1" + { + "name" "tfd" // tfd.ttf + "tall" "28" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + Icons + { + "1" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "BetaFont" + { + "1" + { + "name" "Courier New" + "tall" "90" + "weight" "900" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + HudNumbers + { + "1" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + "2" + { + "name" "Verdana" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "CloseCaption_Normal" + { + "1" + { + "name" "Tahoma" + "tall" "24" + "tall_hidef" "32" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + "CloseCaption_Italic" + { + "1" + { + "name" "Tahoma" + "tall" "24" + "tall_hidef" "32" + "weight" "500" + "italic" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + "CloseCaption_Bold" + { + "1" + { + "name" "Tahoma" + "tall" "24" + "tall_hidef" "32" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + "CloseCaption_BoldItalic" + { + "1" + { + "name" "Tahoma" + "tall" "24" + "tall_hidef" "32" + "weight" "900" + "italic" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + "CloseCaption_Small" + { + "1" + { + "name" "Tahoma" + "tall" "16" + "tall_hidef" "24" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + // this is the symbol font + "Marlett" + { + "1" + { + "name" "Marlett" + "tall" "20" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" // Basic Latin + } + } + "MenuMainTitle" + { + "1" + { + "name" "TF2" + "tall" "24" + "antialias" "1" + "weight" "500" + } + } + "MenuClassBuckets" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "tall_lodef" "14" + "antialias" "1" + "weight" "500" + } + } + "MenuKeys" + { + "1" + { + "name" "TF2" + "tall" "12" + "antialias" "1" + "weight" "500" + } + } + + "GoalText" + { + "1" + { + "name" "Verdana" + "tall" "13" + "tall_hidef" "14" + "tall_lodef" "17" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + "ChalkboardTitle" + { + "1" + { + "name" "TF2 Professor" + "tall" "28" + "tall_lodef" "48" + "tall_hidef" "48" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + "weight_lodef" "800" + "weight_hidef" "1000" + } + } + "ChalkboardTitleBig" + { + "1" + { + "name" "TF2 Professor" + "tall" "40" + "tall_lodef" "48" + "tall_hidef" "48" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + "weight_lodef" "800" + "weight_hidef" "1000" + } + } + "ChalkboardTitleMedium" + { + "1" + { + "name" "TF2 Professor" + "tall" "24" + "tall_lodef" "36" + "tall_hidef" "36" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "ChalkboardText" + { + "1" + { + "name" "TF2 Professor" + "tall" "14" [!$OSX] + "tall" "15" [$OSX] + "tall_lodef" "32" + "tall_hidef" "32" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "ScoreboardVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "10" + "tall_lodef" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardSmall" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "tall_hidef" "12" + "tall_lodef" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardMediumSmall" + { + "1" + { + "name" "TF2" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardMedium" + { + "1" + { + "name" "TF2 Secondary" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamName" + { + "1" + { + "name" "TF2 Secondary" + "tall" "20" + "tall_hidef" "24" + "tall_lodef" "24" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamNameLarge" + { + "1" + { + "name" "TF2 Secondary" + "tall" "34" + "tall_hidef" "38" + "tall_lodef" "38" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + "ScoreboardTeamScore" + { + "1" + { + "name" "TF2" + "tall" "52" + "tall_lodef" "80" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1 599" + "antialias" "1" + } + "2" + { + "name" "TF2" + "tall" "72" + "tall_hidef" "120" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "600 767" + "antialias" "1" + } + "3" + { + "name" "TF2" + "tall" "100" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "TF2" + "tall" "140" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "TF2" + "tall" "180" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1200 10000" + "antialias" "1" + } + } + + "ControlPointTimer" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ControlPointTimerSmaller" + { + "1" + { + "name" "TF2 Secondary" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "Link" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "tall_hidef" "12" + "tall_lodef" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "TargetID" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "0" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "0" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "0" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "0" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "0" + } + } + "ChatFont" + { + "1" + { + "name" "TF2" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + "ChatMiniFont" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "15" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + MenuSmallestFont + { + "1" + { + "name" "Arial Black" + "tall" "8" + "tall_lodef" "12" + "range" "0x0000 0x00FF" + "weight" "300" + "antialias" "1" + } + } + + MenuSmallFont + { + "1" + { + "name" "TF2" + "tall" "14" + "tall_lodef" "18" + "range" "0x0000 0x00FF" + "weight" "300" + "weight_lodef" "600" + "antialias" "1" + } + } + CapPlayerFont + { + "1" + { + "name" "TF2" + "tall" "12" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "TextColor" "Black" + "antialias" "1" + } + } + CapPlayerFontSmall + { + "1" + { + "name" "TF2" + "tall" "8" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "TextColor" "Black" + "antialias" "1" + } + } + + TFFontSmall + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "10" + "tall_lodef" "12" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + TFFontMedium + { + "1" + { + "name" "Verdana" + "tall" "9" + "tall_hidef" "10" + "tall_lodef" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + InstructionalText + { + "1" + { + "name" "Verdana" + "tall" "11" [!$OSX] + "tall" "9" [$OSX] + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + MatchmakingDialogTitle + { + "1" + { + "name" "TF2 Build" + "tall" "36" + "tall_lodef" "28" + "weight" "500" + } + } + MatchmakingDialogSessionOptionsTitle + { + "1" + { + "name" "TF2 Build" + "tall" "30" + "tall_lodef" "22" + "weight" "500" + } + } + MatchmakingDialogMenuLarge + { + "1" + { + "name" "TF2 Secondary" + "tall" "28" + "tall_lodef" "24" + "weight" "500" + } + } + MatchmakingDialogMenuBrowserHostname + { + "1" // brower item hostname + { + "name" "Trebuchet MS" + "tall" "22" + "weight" "900" + } + } + MatchmakingDialogMenuBrowserDetails + { + "1" // browser item players and map name + { + "name" "Trebuchet MS" + "tall" "18" + "weight" "900" + } + } + MatchmakingDialogMenuMedium + { + "1" + { + "name" "TF2 Secondary" + "tall" "22" + "weight" "500" + } + } + MatchmakingDialogMenuMediumSmall + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "weight" "500" + } + } + MatchmakingDialogMenuSmall + { + "1" + { + "name" "Verdana" + "tall" "22" + "tall_lodef" "18" + "weight" "900" + } + } + MatchmakingDialogMenuSmallest + { + "1" + { + "name" "Verdana" + "tall" "18" + "tall_lodef" "18" + "weight" "900" + } + } + RankingDialogHeaders + { + "1" + { + "name" "Verdana" + "tall" "15" + "weight" "900" + } + } + + "TeamMenuBold" + { + "1" + { + "name" "TF2 Build" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "TeamMenu" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "600" + "additive" "0" + "antialias" "1" + } + } + "IntroMenuCaption" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "AchievementNotification" + { + "1" + { + "name" "Trebuchet MS" + "tall" "14" + "weight" "900" + "antialias" "1" + } + } + // Used by scoreboard and spectator UI for names which don't map in the normal fashion + "DefaultVerySmallFallBack" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 1199" + "antialias" "1" + } + "3" + { + "name" "Verdana" + "tall" "15" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + + "ItemFontNameSmallest" + { + "1" + { + "name" "TF2 Build" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameLarge" + { + "1" + { + "name" "TF2 Build" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "7" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribSmall" + { + "1" + { + "name" "TF2 Secondary" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribLarge" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "AchievementTracker_Name" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "AchievementTracker_NameGlow" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "500" + "blur" "3" + "additive" "1" + "antialias" "1" + "custom" "1" + } + } + "AchievementTracker_Desc" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + + + // + //////////////////// REPLAY FONTS ////////////////////////////// + // + "ReplayVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + "ReplayBrowserSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplaySmaller" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" + } + } + "ReplayMediumSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMedium" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMediumBig" + { + "1" + { + "name" "TF2" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayBrowserTab" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayLarger" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "20" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + // + //////////////////// ECON FONTS ////////////////////////////// + // + "EconFontSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "EconFontMedium" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + // rays fonts and stuff + + "Blocks48" + { + "1" + { + "name" "Blocks" + "tall" "48" + "weight" "0" + "antialias" "1" + } + } + + "xHairCircle" + { + "1" + { + "name" "Courier New" + "tall" "72" + "weight" "0" + "antialias" "1" + } + } + + "Cerbetica7" + { + "1" + { + "name" "Cerbetica" + "tall" "7" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica8" + { + "1" + { + "name" "Cerbetica" + "tall" "8" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica9" + { + "1" + { + "name" "Cerbetica" + "tall" "9" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica12" + { + "1" + { + "name" "Cerbetica" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica14" + { + "1" + { + "name" "Cerbetica" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica16" + { + "1" + { + "name" "Cerbetica" + "tall" "16" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica20" + { + "1" + { + "name" "Cerbetica" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica24" + { + "1" + { + "name" "Cerbetica" + "tall" "24" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaOutline24" + { + "1" + { + "name" "Cerbetica" + "tall" "24" + "additive" "0" + "antialias" "1" + "outline" "1" + } + } + "Cerbetica26" + { + "1" + { + "name" "Cerbetica" + "tall" "26" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica32" + { + "1" + { + "name" "Cerbetica" + "tall" "32" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica40" + { + "1" + { + "name" "Cerbetica" + "tall" "40" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica48" + { + "1" + { + "name" "Cerbetica" + "tall" "48" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica60" + { + "1" + { + "name" "Cerbetica" + "tall" "60" + "additive" "0" + "antialias" "1" + } + } + "Cerbetica72" + { + "1" + { + "name" "Cerbetica" + "tall" "72" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold12" + { + "1" + { + "name" "Cerbetica" + "tall" "12" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold13" + { + "1" + { + "name" "Cerbetica" + "tall" "13" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold14" + { + "1" + { + "name" "Cerbetica" + "tall" "14" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold16" + { + "1" + { + "name" "Cerbetica" + "tall" "16" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold20" + { + "1" + { + "name" "Cerbetica" + "tall" "20" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBoldOutline24" + { + "1" + { + "name" "Cerbetica" + "tall" "24" + "weight" "800" + "additive" "0" + "antialias" "1" + "outline" "1" + } + } + "CerbeticaBold28" + { + "1" + { + "name" "Cerbetica" + "tall" "28" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold32" + { + "1" + { + "name" "Cerbetica" + "tall" "32" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold36" + { + "1" + { + "name" "Cerbetica" + "tall" "36" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold56" + { + "1" + { + "name" "Cerbetica" + "tall" "56" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold64" + { + "1" + { + "name" "Cerbetica" + "tall" "64" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold72" + { + "1" + { + "name" "Cerbetica" + "tall" "72" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold124" + { + "1" + { + "name" "Cerbetica" + "tall" "124" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + } + + + // + //////////////////// BORDERS ////////////////////////////// + // + // describes all the border types + Borders + { + NoBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + TeamMenuBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + } + + ScrollBarButtonBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + ScrollBarButtonDepressedBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + ButtonBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + // this is the border used for default buttons (the button that gets pressed when you hit enter) + ButtonKeyFocusBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + ButtonDepressedBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + ComboBoxBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanLight" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanLight" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + DarkComboBoxBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + SalePriceBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "SaleGreen" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "SaleGreen" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + } + + MainMenuSubButtonBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + } + + CrosshatchedBackground + { + "bordertype" "image" + "backgroundtype" "2" + "image" "loadout_header" + "tiled" "1" + } + + OutlinedGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_round_rect_selected" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + OutlinedDullGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_round_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + TFThinLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/tournament_panel_brown" + //"image" "../hud/color_panel_browner" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + TFFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_brown_opaque" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + TFFatLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_brown" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + TFFatLineBorderRedBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red_opaque" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + TFFatLineBorderRedBGOpaque_Store + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red_opaque" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + TFFatLineBorderRedBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + TFFatLineBorderBlueBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_blu" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + ToolTipBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + OptionsCategoryBorder + { + "inset" "0 0 1 1" + + // This border is used just to create a horizontal line, so it only has a bottom border + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + GrayDialogBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + StoreFreeTrialBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect_red" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + EconItemBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + Econ.Button.Border.Default + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + Econ.Button.Border.Armed + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + LoadoutItemMouseOverBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect_mouseover" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + LoadoutItemPopupBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + BackpackItemGrayedOut + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + BackpackItemBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "backpack_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "backpack_rect_mouseover" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemSelectedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "backpack_rect_selected" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + BackpackItemBorder_Unique + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorUnique" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Unique + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorUnique" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_1 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity1" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_1 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity1" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity2" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity2" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_3 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity3" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_3 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity3" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_4 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity4" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_4 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity4" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_Vintage + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorVintage" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Vintage + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorVintage" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_Community + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCommunity" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Community + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCommunity" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_Developer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorDeveloper" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Developer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorDeveloper" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_SelfMade + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorSelfMade" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_SelfMade + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorSelfMade" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_Customized + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCustomized" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Customized + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCustomized" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_Strange + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorStrange" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Strange + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorStrange" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemBorder_Completed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCompleted" + + "image" "backpack_rect_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + BackpackItemMouseOverBorder_Completed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCompleted" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + StoreItemBorder + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + StoreItemBorderMouseOver + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + StoreItemBorderSelected + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanLight" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanLight" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + NotificationDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "alert_rect" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_hover" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonDisabled + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_disabled" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuMiniButtonDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_adv" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "1" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "1" + } + MainMenuMiniButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_adv_hover" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "1" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "1" + } + MainMenuBGBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuBGBorderAlpha + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_holder_central_alpha" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuBlogTabBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "blog_tabby" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + MainMenuHighlightBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "callout_bubble" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + TrainingResultsBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreInnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/innershadow_border" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + StoreNewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "new_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreDiscountBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "sale_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StorePreviewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_inspector_bg_small" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + StoreAddToCart + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_add_to_cart" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + StorePreviewTabSelected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_tab_selected" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "12" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "12" + } + StorePreviewTabUnselected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_tab_unselected" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "16" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "12" + } + StorePromotion + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_coupon_border" + "src_corner_height" "16" // pixels inside the image + "src_corner_width" "16" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + ArmoryScrollbarBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "scroll_button_off" + "src_corner_height" "16" // pixels inside the image + "src_corner_width" "16" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + ArmoryScrollbarWell + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "scroll_well" + "src_corner_height" "16" // pixels inside the image + "src_corner_width" "16" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + QuickplayBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + SteamWorkshopBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + ReplayFatLineBorderRedBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/fatlineborder_red" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + ReplayFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/fatlineborder" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + ReplayGrayDialogBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/graydialogborder" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + ReplayOutlinedGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/outlinedgreybox" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + ReplayOutlinedDullGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/dullgreybox" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + ReplayThinLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/tournament_panel_brown" + //"image" "../hud/color_panel_browner" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + ReplayDefaultBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_default" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + ReplayHighlightBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_highlight" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + ReplayBalloonBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_balloon" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + ReplayBrowser.ScrollBar.SliderButton.Border + { + } + } + + //////////////////////// CUSTOM FONT FILES ///////////////////////////// + // + // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts + CustomFontFiles + { + "1" "resource/tf.ttf" + "2" "resource/tfd.ttf" + "3" + { + "font" "resource/TF2.ttf" + "name" "TF2" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + } + "4" + { + "font" "resource/TF2Secondary.ttf" + "name" "TF2 Secondary" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + } + "5" + { + "font" "resource/TF2Professor.ttf" + "name" "TF2 Professor" + "russian" + { + "range" "0x0000 0x00FF" + } + "polish" + { + "range" "0x0000 0x00FF" + } + } + "6" + { + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + "turkish" + { + "range" "0x0000 0xFFFF" + } + } + "7" + { + + "font" "resource/Cerbetica.ttf" + "name" "Cerbetica" + } + "8" + { + + "font" "resource/Blocks.ttf" + "name" "Blocks" + } +} diff --git a/resource/ui/BaseChat.res b/resource/ui/BaseChat.res new file mode 100644 index 0000000..d79fc31 --- /dev/null +++ b/resource/ui/BaseChat.res @@ -0,0 +1,67 @@ +"Resource/UI/BaseChat.res" +{ + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "3" + "ypos" "c-200" + "wide" "235" + "tall" "140" + "PaintBackgroundType" "2" + } + + ChatInputLine + { + "ControlName" "EditablePanel" + "fieldName" ChatInputLine + "visible" "1" + "enabled" "1" + "xpos" "10" + "ypos" "395" + "wide" "185" + "tall" "2" + "PaintBackgroundType" "0" + } + + "ChatFiltersButton" + { + "ControlName" "Button" + "fieldName" "ChatFiltersButton" + "xpos" "150" + "ypos" "2" + "wide" "45" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#chat_filterbutton" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Default" "0" + } + + "HudChatHistory" + { + "ControlName" "RichText" + "fieldName" "HudChatHistory" + "xpos" "10" + "ypos" "17" + "wide" "185" + "tall" "75" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "font" "ChatFont" + "maxchars" "-1" + } +} diff --git a/resource/ui/ClassSelection_rayshud.res b/resource/ui/ClassSelection_rayshud.res new file mode 100644 index 0000000..0c2addc --- /dev/null +++ b/resource/ui/ClassSelection_rayshud.res @@ -0,0 +1,1570 @@ +"Resource/UI/ClassSelection.res" +{ + "class" + { + "ControlName" "ImagePanel" + "fieldName" "ShadeBG" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 128" + } + + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "0" + "ypos" "0" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "random" + { + "ControlName" "CExLabel" + "fieldName" "random" + "xpos" "c80" + "ypos" "c101" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&? Random" [$WIN32] + "textAlignment" "west" + "Command" "joinclass random" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + + "Offense" + { + "ControlName" "CExLabel" + "fieldName" "Offense" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "90" + "tall" "12" + "tall_lodef" "22" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Offense" + "textAlignment" "left" + "font" "MenuClassBuckets" + "font_lodef" "MenuMainTitle" + "fgcolor" "TanDark" + "fgcolor_lodef" "TanLight" + } + "scout" + { + "ControlName" "CExImageButton" + "fieldName" "scout" + "xpos" "c80" + "ypos" "c-46" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&1 Scout" [$WIN32] + "textAlignment" "west" + "Command" "joinclass scout" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + } + "soldier" + { + "ControlName" "CExImageButton" + "fieldName" "soldier" + "xpos" "c80" + "ypos" "c-32" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&2 Soldier" [$WIN32] + "textAlignment" "west" + "Command" "joinclass soldier" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + } + "pyro" + { + "ControlName" "CExImageButton" + "fieldName" "pyro" + "xpos" "c80" + "ypos" "c-18" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&3 Pyro" [$WIN32] + "textAlignment" "west" + "Command" "joinclass pyro" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + } + + "Defense" + { + "ControlName" "CExLabel" + "fieldName" "Defense" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "90" + "tall" "12" + "tall_lodef" "22" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Defense" + "textAlignment" "left" + "font" "MenuClassBuckets" + "font_lodef" "MenuMainTitle" + "fgcolor" "TanDark" + "fgcolor_lodef" "TanLight" + } + "demoman" + { + "ControlName" "CExImageButton" + "fieldName" "demoman" + "xpos" "c80" + "ypos" "c3" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&4 Demoman" [$WIN32] + "textAlignment" "west" + "Command" "joinclass demoman" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "heavyweapons" + { + "ControlName" "CExLabel" + "fieldName" "heavyweapons" + "xpos" "c80" + "ypos" "c17" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&5 Heavy" [$WIN32] + "textAlignment" "west" + "Command" "joinclass heavyweapons" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "engineer" + { + "ControlName" "CExLabel" + "fieldName" "engineer" + "xpos" "c80" + "ypos" "c31" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&6 Engineer" [$WIN32] + "textAlignment" "west" + "Command" "joinclass engineer" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + + "Support" + { + "ControlName" "CExLabel" + "fieldName" "Support" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "90" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Support" + "textAlignment" "left" + "font" "MenuClassBuckets" + "font_lodef" "MenuMainTitle" + "fgcolor" "TanDark" + "fgcolor_lodef" "TanLight" + } + "medic" + { + "ControlName" "CExImageButton" + "fieldName" "medic" + "xpos" "c80" + "ypos" "c52" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&7 Medic" [$WIN32] + "textAlignment" "west" + "Command" "joinclass medic" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + "sniper" + { + "ControlName" "CExImageButton" + "fieldName" "sniper" + "xpos" "c80" + "ypos" "c66" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&8 Sniper" [$WIN32] + "textAlignment" "west" + "Command" "joinclass sniper" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + "spy" + { + "ControlName" "CExImageButton" + "fieldName" "spy" + "xpos" "c80" + "ypos" "c80" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&9 Spy" [$WIN32] + "textAlignment" "west" + "Command" "joinclass spy" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "CancelButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "c-295" + "ypos" "r38" + "zpos" "6" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ClassMenu_Cancel" + "textAlignment" "center" + "paintbackground""0" + "Command" "vguicancel" + "font" "CerbeticaBold16" + "fgcolor_override" "200 80 60 255" + } + + "EditLoadoutButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "EditLoadoutButton" + "xpos" "r180" + "ypos" "r38" + "zpos" "6" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground""0" + "labelText" "#EditLoadout" + "textAlignment" "center" + "Command" "openloadout" + "font" "CerbeticaBold16" + } + "LoadoutButtonBackground" + { + "ControlName" "ImagePanel" + "fieldName" "LoadoutButtonBackground" + "xpos" "c98" + "ypos" "c114" + "wide" "20" + "tall" " + + "ResetButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "ResetButton" + "xpos" "r470" + "ypos" "r38" + "zpos" "6" + "wide" "110" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ClassMenu_Reset" + "textAlignment" "center" + "Command" "resetclass" + "font" "HudFontSmallBold" + } + + "ClassMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "ClassMenuSelect" + "xpos" "30" + "xpos_lodef" "62" + "xpos_hidef" "72" + "ypos" "r40" + "ypos_lodef" "r60" + "ypos_hidef" "r54" + "zpos" "5" + "wide" "450" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_lodef" "0" + "enabled" "1" + "labelText" "#TF_SelectAClass" + "textAlignment" "west" + "font" "MenuMainTitle" + "fgcolor" "HudOffWhite" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "16" + + "model" + { + "modelname" "models/vgui/UI_class01.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "365" + "origin_x_lodef" "415" + "origin_x_hidef" "380" + "origin_y" "0" + "origin_z" "-40" + } + } + + "Hint" + { + "ControlName" "CExLabel" + "fieldName" "Hint" + "xpos" "c-300" + "xpos_hidef" "c-287" + "xpos_lodef" "c-260" + "ypos" "95" + "ypos_hidef" "101" + "ypos_lodef" "115" + "zpos" "2" + "wide" "600" + "tall" "50" + "tall_lodef" "30" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "%hint%" + "textAlignment" "left" + "wrap" "1" + "font" "HudFontMediumSmallSecondary" + "font_lodef" "HudFontMediumSmallSecondary" + "fgcolor" "HudTrainingHint" + "fgcolor_lodef" "HudTrainingHint" + } + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "r50" + "ypos_lodef" "r74" + "ypos_hidef" "r65" + "zpos" "4" + "wide" "f0" + "tall" "50" + "tall_lodef" "74" + "tall_hidef" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "zpos" "6" + "tall" "80" + "button_separator" "10" + "button_separator_lodef" "5" + "buttongap" "50" + "buttongap_hidef" "35" + "buttongap_lodef" "18" + "textadjust" "3" + "textadjust_lodef" "0" + "buttonoffsety" "20" + "buttonoffsety_hidef" "0" + "buttonoffsety_lodef" "18" + "center" "0" + "button_pin_right_lodef" "55" + "fonttext" "MatchmakingDialogMenuLarge" + "fonttext_lodef" "MatchmakingDialogMenuSmall" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "cancel" + "text" "#GameUI_Cancel" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "nextprev" + "text" "#TF_NextPrev" + "icon" "#GameUI_Icons_DPAD" + } + + "button" + { + "name" "select" + "text" "#GameUI_Select" + "icon" "#GameUI_Icons_A_BUTTON" + } + } + + "localPlayerImage" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "xpos" "c-30" + "ypos" "330" + "zpos" "9" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "c-35" + "ypos" "345" + "zpos" "2" + "wide" "55" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/color_panel_clear" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_clear" + "teambg_3" "../hud/color_panel_clear" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + "countImage0" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage0" + "xpos" "c20" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage1" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage1" + "xpos" "c45" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage2" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage2" + "xpos" "c70" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage3" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage3" + "xpos" "c95" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage4" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage4" + "xpos" "c120" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage5" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage5" + "xpos" "c145" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage6" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage6" + "xpos" "c170" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage7" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage7" + "xpos" "c195" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage8" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage8" + "xpos" "c220" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage9" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage9" + "xpos" "c245" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "countImage10" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage10" + "xpos" "c270" + "ypos" "345" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "CountLabel" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "CountLabel" + "xpos" "c35" + "ypos" "402" + "zpos" "10" + "wide" "150" + "tall" "18" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_TeamCount" + "textAlignment" "left" + "font" "HudFontMediumSmallSecondary" + "fgcolor" "TanLight" + } + + "numScout" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numScout" + "xpos" "c150" + "ypos" "c-45" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numScout%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numSoldier" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numSoldier" + "xpos" "c150" + "ypos" "c-31" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numSoldier%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numPyro" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numPyro" + "xpos" "c150" + "ypos" "c-17" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numPyro%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numDemoman" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numDemoman" + "xpos" "c150" + "ypos" "c5" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numDemoman%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numHeavy" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numHeavy" + "xpos" "c150" + "ypos" "c19" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numHeavy%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numEngineer" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numEngineer" + "xpos" "c150" + "ypos" "c33" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numEngineer%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numMedic" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numMedic" + "xpos" "c150" + "ypos" "c54" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numMedic%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numSniper" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numSniper" + "xpos" "c150" + "ypos" "c71" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numSniper%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "numSpy" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numMedic" + "xpos" "c150" + "ypos" "c85" + "zpos" "5" + "wide" "50" + "tall" "12" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numSpy%" + "textAlignment" "west" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + } + + "MvMUpgradeImageScout" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageScout" + "xpos" "c-270" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSolider" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSolider" + "xpos" "c-220" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImagePyro" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImagePyro" + "xpos" "c-170" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageDemoman" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageDemoman" + "xpos" "c-80" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageHeavy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageHeavy" + "xpos" "c-30" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageEngineer" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageEngineer" + "xpos" "c20" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageMedic" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageMedic" + "xpos" "c108" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSniper" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSniper" + "xpos" "c158" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSpy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSpy" + "xpos" "c208" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "165" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-170" + "end_y" "115" + "end_wide" "300" + "end_tall" "240" + "callout_inparents_x" "c-270" + "callout_inparents_y" "40" + "next_explanation" "VoucherExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_MvM_UpgradeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_MvM_UpgradeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "TFPlayerModel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "TFPlayerModel" + + "xpos" "c-360" + "ypos" "0" + "zpos" "6" + "wide" "480" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "fov" "25" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "320" + "origin_y" "10" + "origin_z" "-49" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + "vcd" "class_select.vcd" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + } + } + + "ClassTipsPanel" + { + "ControlName" "CTFClassTipsPanel" + "fieldName" "ClassTipsPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "7" + "wide" "235" + "tall" "165" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "ClassHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "ClassHighlightPanel" + "xpos" "c-75" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "170" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-238" + "start_y" "100" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-325" + "end_y" "250" + "end_wide" "275" + "end_tall" "150" + "callout_inparents_x" "c-210" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#CMenu_ClassHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "ClassHighlightText" + { + "ControlName" "CExLabel" + "fieldName" "ClassHighlightText" + "font" "HudFontSmall" + "labelText" "%ClassHighlightText%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "115" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "255" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } +} diff --git a/resource/ui/ControlPointCountdown.res b/resource/ui/ControlPointCountdown.res new file mode 100644 index 0000000..aac363a --- /dev/null +++ b/resource/ui/ControlPointCountdown.res @@ -0,0 +1,23 @@ +"Resource/UI/ControlPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "Cerbetica16" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "235 226 202 255" + "bgcolor" "235 226 202 255" + } +} diff --git a/resource/ui/ControlPointIcon.res b/resource/ui/ControlPointIcon.res new file mode 100644 index 0000000..3fb3dc2 --- /dev/null +++ b/resource/ui/ControlPointIcon.res @@ -0,0 +1,112 @@ +"Resource/UI/ControlPointIcon.res" +{ + "ControlPointIcon" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + } + + "Countdown" + { + "ControlName" "CControlPointCountdown" + "fieldName" "Countdown" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + } + + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "7" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CapNumPlayers" + { + "ControlName" "Label" + "fieldName" "CapNumPlayers" + "font" "Cerbetica16" + "xpos" "11" + "ypos" "0" + "zpos" "4" + "wide" "16" + "tall" "33" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + "OverlayImage" + { + "ControlName" "ImagePanel" + "fieldName" "OverlayImage" + "xpos" "18" + "ypos" "0" + "zpos" "4" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CPTimerLabel" + { + "ControlName" "CExLabel" + "fieldName" "CPTimerLabel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "9" + "tall" "20" + "visible" "0" + "enabled" "1" + "labelText" "60" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica16" + } + + "CPTimerBG" + { + "ControlName" "Panel" + "fieldName" "CPTimerBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "60" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_timer" + "scaleImage" "1" + } +} diff --git a/resource/ui/ControlPointProgressBar.res b/resource/ui/ControlPointProgressBar.res new file mode 100644 index 0000000..43fdb52 --- /dev/null +++ b/resource/ui/ControlPointProgressBar.res @@ -0,0 +1,111 @@ +"Resource/UI/ControlPointProgressBar.res" +{ + "ControlPointProgressBar" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointProgressBar" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "100" + "wide_minmode" "65" + "tall" "65" + "tall_minmode" "42" + "visible" "0" + "enabled" "1" + } + + "ProgressBar" + { + "ControlName" "CircularProgressBar" + "fieldName" "ProgressBar" + "xpos" "9999" + "ypos" "9999" + "zpos" "23" + "wide" "45" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fg_image" "progress_bar_blu" + "bg_image" "progress_bar_blu" + } + + "Teardrop" + { + "ControlName" "CIconPanel" + "fieldName" "Teardrop" + "xpos" "9999" + "ypos" "9999" + "zpos" "21" + "wide" "54" + "wide_minmode" "35" + "tall" "65" + "tall_minmode" "42" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "cappoint_progressbar_teardrop" + "iconColor" "255 255 255 255" + } + + "TeardropSide" + { + "ControlName" "CIconPanel" + "fieldName" "TeardropSide" + "xpos" "9999" + "ypos" "9999" + "zpos" "21" + "wide" "54" + "wide_minmode" "35" + "tall" "54" + "tall_minmode" "35" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_teardrop" + "iconColor" "255 255 255 255" + } + + "ProgressText" + { + "ControlName" "Label" + "fieldName" "ProgressText" + "font" "DefaultSmall" + "font_minmode" "DefaultVerySmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "23" + "wide" "75" + "wide_minmode" "49" + "tall" "40" + "tall_minmode" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "progress" + "dulltext" "0" + "brighttext" "0" + "centerwrap" "1" + } + + "Blocked" + { + "ControlName" "CIconPanel" + "fieldName" "Blocked" + "xpos" "9999" + "ypos" "9999" + "zpos" "21" + "wide" "50" + "wide_minmode" "31" + "tall" "50" + "tall_minmode" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_blocked" + "iconColor" "255 255 255 255" + } +} diff --git a/resource/ui/DisguiseStatusPanel.res b/resource/ui/DisguiseStatusPanel.res new file mode 100644 index 0000000..9c27624 --- /dev/null +++ b/resource/ui/DisguiseStatusPanel.res @@ -0,0 +1,131 @@ +"Resource/UI/ItemModelPanel.res" +{ + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + + "fov" "54" + "start_framed" "1" + + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + } + } + "DisguiseStatusBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "DisguiseStatusBG" + "xpos" "50" + "ypos" "10" + "zpos" "-1" + "wide" "140" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_2_lodef" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "teambg_3_lodef" "../hud/color_panel_blu" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "DisguiseNameLabel" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabel" + "font" "Cerbetica14" + "xpos" "80" + "ypos" "5" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + } + + "WeaponNameLabel" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabel" + "font" "Cerbetica12" + "xpos" "80" + "ypos" "22" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + } + "WeaponBackground" + + { + "ControlName" "ImagePanel" + "fieldName" "WeaponBackground" + "xpos" "50" + "ypos" "26" + "zpos" "-1" + "wide" "140" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 64" + } + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "48" + "ypos" "2" + "wide" "50" + "tall" "50" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + +} diff --git a/resource/ui/FreezePanelKillerHealth.res b/resource/ui/FreezePanelKillerHealth.res new file mode 100644 index 0000000..17c0c77 --- /dev/null +++ b/resource/ui/FreezePanelKillerHealth.res @@ -0,0 +1,104 @@ +"Resource/UI/FreezePanelKillerHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "5" + "ypos" "5" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + "PlayerStatusHealthValueFreezePanel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueFreezePanel_1" + "xpos" "-9" + "ypos" "7" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "font" "CerbeticaBold16" + "labeltext" "%Health%" + } + "PlayerStatusHealthValueFreezeBackground" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueFreezePanel" + "xpos" "-9" + "ypos" "7" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "font" "CerbeticaBold16" + "textAlignment" "center" + } + "PlayerStatusHealthValueBackground" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueBackground" + "xpos" "-8" + "ypos" "8" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "font" "CerbeticaBold16" + "fgcolor" "0 0 0 255" + "textAlignment" "center" + } +} diff --git a/resource/ui/FreezePanel_Basic.res b/resource/ui/FreezePanel_Basic.res new file mode 100644 index 0000000..7a9b10c --- /dev/null +++ b/resource/ui/FreezePanel_Basic.res @@ -0,0 +1,526 @@ +"Resource/UI/FreezePanel_Basic.res" +{ + "FreezePanelBase" [$X360] + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelBase" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + + "NemesisSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NemesisSubPanel" + "xpos" "c46" + "xpos_hidef" "c109" + "ypos" "223" + "ypos_hidef" "223" + "ypos_lodef" "193" + "zpos" "4" + "wide" "166" + "tall" "38" + "visible" "1" + + "NemesisPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "NemesisPanelBG" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "166" + "tall" "38" + "visible" "1" + "enabled" "1" + "image" "../hud/freezecam_black_bg" + "scaleImage" "1" + } + "NemesisIcon" + { + "ControlName" "ImagePanel" + "fieldName" "NemesisIcon" + "xpos" "5" + "ypos" "-1" + "zpos" "6" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_nemesis_freezecam" + "scaleImage" "1" + } + "NemesisLabel" + { + "ControlName" "Label" + "fieldName" "NemesisLabel" + "font" "HudFontMediumSmall" + "xpos" "44" + "ypos" "10" + "ypos_hidef" "11" + "ypos_lodef" "13" + "zpos" "6" + "wide" "112" + "tall" "18" + "tall_hidef" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%nemesisname%" + "textAlignment" "west" + } + } + "FreezePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "FreezePanelBG" + "xpos" "c-38" + "xpos_hidef" "c25" + "ypos" "245" + "ypos_hidef" "245" + "ypos_lodef" "215" + "zpos" "0" + "wide" "266" + "tall" "48" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + } + + "FreezeLabel" + { + "ControlName" "Label" + "fieldName" "FreezeLabel" + "font" "DefaultSmall" + "xpos" "c2" + "xpos_hidef" "c65" + "ypos" "255" + "ypos_hidef" "256" + "ypos_lodef" "225" + "zpos" "1" + "wide" "252" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Killer" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "FreezeLabelKiller" + { + "ControlName" "Label" + "fieldName" "FreezeLabelKiller" + "font" "HudFontSmall" + "xpos" "c6" // No avatar image on X360 + "xpos_hidef" "c69" + "ypos" "266" + "ypos_hidef" "266" + "ypos_lodef" "236" + "zpos" "1" + "wide" "252" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%killername%" + "textAlignment" "Left" + } + + "FreezePanelHealth" + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelHealth" + "xpos" "c-30" + "xpos_hidef" "c35" + "ypos" "253" + "ypos_hidef" "253" + "ypos_lodef" "223" + "zpos" "1" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "9" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + } + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r249" + "ypos" "c75" + "zpos" "1" + "wide" "250" + "tall" "900" + "visible" "0" + "bgcolor_override" "255 255 255 0" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "15" + "model_ypos" "25" + "model_center_y" "1" + "model_wide" "64" + "model_tall" "48" + + "text_xpos" "90" + + "text_wide" "155" + "text_center" "1" + + "max_text_height" "90" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "ItemBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "250" + "tall" "900" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "TitleBackground" + { + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "246" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Cerbetica12" + "xpos" "21" + "ypos" "5" + "zpos" "1" + "wide" "270" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + } + + "FreezePanelBase" [$WIN32] + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelBase" + "xpos" "r220" + "ypos" "c-20" + "wide" "600" + "tall" "200" + "visible" "1" + + "FreezePanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "FreezePanelBG" + "xpos" "0" + "ypos" "15" + "zpos" "-1" + "wide" "600" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 128" + } + + "FreezeLabel" + { + "ControlName" "Label" + "fieldName" "FreezeLabel" + "font" "Cerbetica14" + "xpos" "40" + "ypos" "14" + "zpos" "1" + "wide" "600" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Killer" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + "FreezePanelHealth" [$WIN32] + { + "ControlName" "CTFFreezePanelHealth" + "fieldName" "FreezePanelHealth" + "xpos" "0" + "ypos" "6" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "9" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "FreezeLabelKiller" + { + "ControlName" "CExLabel" + "fieldName" "FreezeLabelKiller" + "font" "Cerbetica12" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "550" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%killername%" + "textAlignment" "Left" + } + "FreezeLabelKiller2" + { + "ControlName" "CExLabel" + "fieldName" "FreezeLabelKiller2" + "font" "Cerbetica12" + "xpos" "42" + "ypos" "28" + "zpos" "1" + "wide" "584" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%killername%" + "textAlignment" "Left" + } + + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "8" + "ypos" "30" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + + "NemesisSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NemesisSubPanel" + "xpos" "9999" // FIXME + "ypos" "9999" + "zpos" "4" + "wide" "306" + "tall" "38" + "visible" "1" + + "NemesisPanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "NemesisPanelBG" + "xpos" "95" + "ypos" "4" + "zpos" "5" + "wide" "161" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "6" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "6" + } + "NemesisIcon" + { + "ControlName" "ImagePanel" + "fieldName" "NemesisIcon" + "xpos" "95" + "ypos" "-1" + "zpos" "6" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_nemesis_freezecam" + "scaleImage" "1" + } + "NemesisLabel" + { + "ControlName" "Label" + "fieldName" "NemesisLabel" + "font" "HudFontMediumSmall" + "xpos" "134" + "ypos" "10" + "zpos" "6" + "wide" "112" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%nemesisname%" + "textAlignment" "west" + } + "NemesisLabel2" + { + "ControlName" "Label" + "fieldName" "NemesisLabel2" + "font" "DefaultSmall" + "xpos" "134" + "ypos" "10" + "zpos" "6" + "wide" "112" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%nemesisadvice%" + "textAlignment" "west" + } + } + } + + "ScreenshotPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ScreenshotPanel" + "xpos" "c-83" + "ypos" "50" + "zpos" "2" + "wide" "166" + "tall" "40" + "visible" "0" + + "ScreenshotPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "ScreenshotPanelBG" + "xpos" "0" + "ypos" "8" + "zpos" "0" + "wide" "166" + "tall" "38" + "visible" "1" + "enabled" "1" + "image" "../hud/freezecam_black_bg" + "scaleImage" "1" + } + "ScreenshotIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ScreenshotIcon" + "xpos" "3" + "ypos" "0" + "zpos" "1" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_camera" + "scaleImage" "1" + } + "ScreenshotLabel" + { + "ControlName" "Label" + "fieldName" "ScreenshotLabel" + "font" "SpectatorKeyHints" + "xpos" "40" + "ypos" "25" + "zpos" "2" + "wide" "133" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%text%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + } +} diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res new file mode 100644 index 0000000..12241e6 --- /dev/null +++ b/resource/ui/HudAccountPanel.res @@ -0,0 +1,115 @@ +"Resource/UI/HudAccountPanel.res" +{ + "CHudAccountPanel" + { + "delta_item_x" "33" + "delta_item_start_y" "130" + "delta_item_end_y" "150" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica28" + } + "CHudAccountPanelOutline" + { + "delta_item_x" "33" + "delta_item_start_y" "130" + "delta_item_end_y" "150" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica24" + } + + "AccountBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "84" + "tall" "42" + "visible" "1" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "3" + "ypos" "120" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "ProgressOffWhite" + } + "MetalIconBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIconBackground" + "xpos" "4" + "ypos" "121" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TransparentBlack" + } + + "AccountValue" + { + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "4" + "ypos" "112" + "zpos" "2" + "wide" "55" + "tall" "26" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + } + "AccountValueBackground" + { + "ControlName" "CExLabel" + "fieldName" "AccountValueBackgorund" + "xpos" "5" + "ypos" "113" + "zpos" "2" + "wide" "55" + "tall" "26" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + "fgcolor" "TransparentBlack" + } +} \ No newline at end of file diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res new file mode 100644 index 0000000..3636da5 --- /dev/null +++ b/resource/ui/HudAmmoWeapons.res @@ -0,0 +1,139 @@ +"Resource/UI/HudAmmoWeapons.res" +{ + "HudWeaponAmmoBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudWeaponAmmoBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "90" + "tall" "45" + "visible" "0" + "enabled" "1" + "image" "../hud/ammo_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/ammo_red_bg" + "teambg_2_lodef" "../hud/ammo_red_bg_lodef" + "teambg_3" "../hud/ammo_blue_bg" + "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" + } + "HudWeaponLowAmmoImage" + { + "ControlName" "ImagePanel" + "fieldName" "HudWeaponLowAmmoImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "90" + "tall" "45" + "visible" "0" + "enabled" "0" + "image" "../hud/ammo_red_bg" + "scaleImage" "1" + "teambg_2" "../hud/ammo_red_bg" + "teambg_2_lodef" "../hud/ammo_red_bg_lodef" + "teambg_3" "../hud/ammo_blue_bg" + "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" + } + "AmmoInClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClip" + "font" "CerbeticaBold72" + "fgcolor" "48 255 48 255" + "xpos" "-13" + "ypos" "-20" + "zpos" "5" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + } + "AmmoInClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClipShadow" + "font" "CerbeticaBold72" + "fgcolor" "TransparentBlack" + "xpos" "-11" + "ypos" "-18" + "zpos" "5" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + } + "AmmoInReserve" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserve" + "font" "CerbeticaBold32" + "fgcolor" "72 255 255 255" + "xpos" "52" + "ypos" "-18" + "zpos" "7" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + } + "AmmoInReserveShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserveShadow" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + "xpos" "54" + "ypos" "-16" + "zpos" "7" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + } + "AmmoNoClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClip" + "font" "CerbeticaBold72" + "fgcolor" "48 255 48 255" + "xpos" "1" + "ypos" "-20" + "zpos" "5" + "wide" "100" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + } + "AmmoNoClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClipShadow" + "font" "CerbeticaBold72" + "fgcolor" "TransparentBlack" + "xpos" "3" + "ypos" "-18" + "zpos" "5" + "wide" "100" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + } +} diff --git a/resource/ui/HudArenaCapPointCountdown.res b/resource/ui/HudArenaCapPointCountdown.res new file mode 100644 index 0000000..c7f07ea --- /dev/null +++ b/resource/ui/HudArenaCapPointCountdown.res @@ -0,0 +1,23 @@ +"Resource/UI/HudArenaCapPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "Cerbetica16" + "xpos" "0" + "ypos" "3" + "zpos" "-1" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "235 226 202 255" + "bgcolor" "235 226 202 255" + } +} diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res new file mode 100644 index 0000000..20d0f0f --- /dev/null +++ b/resource/ui/HudArenaPlayerCount.res @@ -0,0 +1,174 @@ +"Resource/UI/HudArenaPlayerCount.res" +{ + "blueteam" + { + "ControlName" "EditablePanel" + "fieldName" "blueteam" + "xpos" "c-55" + "ypos" "-7" + "zpos" "0" + "wide" "60" + "tall" "30" + "visible" "1" + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "5" + "ypos" "7" + "zpos" "0" + "wide" "50" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "count" + { + "ControlName" "CExLabel" + "fieldName" "count" + "xpos" "23" + "ypos" "6" + "zpos" "2" + "wide" "30" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Cerbetica24" + "labelText" "%blue_alive%" + "textAlignment" "center" + "fgcolor" "TanLight" + } + "countshadow" + { + "ControlName" "CExLabel" + "fieldName" "countshadow" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "30" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "HudFontMedium" + "labelText" "%blue_alive%" + "textAlignment" "center" + "fgcolor" "Black" + } + + "playerimage" + { + "ControlName" "ImagePanel" + "fieldName" "playerimage" + "xpos" "12" + "ypos" "10" + "zpos" "3" + "wide" "8" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "capture_icon_white" + "scaleImage" "1" + } + } + + "redteam" + { + "ControlName" "EditablePanel" + "fieldName" "redteam" + "xpos" "c-5" + "ypos" "-7" + "zpos" "0" + "wide" "60" + "tall" "30" + "visible" "1" + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "5" + "ypos" "7" + "zpos" "0" + "wide" "50" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "count" + { + "ControlName" "CExLabel" + "fieldName" "count" + "xpos" "23" + "ypos" "6" + "zpos" "2" + "wide" "30" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Cerbetica24" + "labelText" "%red_alive%" + "textAlignment" "center" + "fgcolor" "TanLight" + } + "countshadow" + { + "ControlName" "CExLabel" + "fieldName" "countshadow" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "30" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "HudFontMedium" + "labelText" "%red_alive%" + "textAlignment" "center" + "fgcolor" "Black" + } + + "playerimage" + { + "ControlName" "ImagePanel" + "fieldName" "playerimage" + "xpos" "12" + "ypos" "10" + "zpos" "3" + "wide" "8" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "capture_icon_white" + "scaleImage" "1" + } + } +} diff --git a/resource/ui/HudBowCharge.res b/resource/ui/HudBowCharge.res new file mode 100644 index 0000000..a178234 --- /dev/null +++ b/resource/ui/HudBowCharge.res @@ -0,0 +1,42 @@ +"Resource/UI/HudBowCharge.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Cerbetica12" + "xpos" "25" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "ChargeMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeMeterLabel" + "xpos" "25" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "CHARGE" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } +} diff --git a/resource/ui/HudDamageAccount.res b/resource/ui/HudDamageAccount.res new file mode 100644 index 0000000..f9b4a74 --- /dev/null +++ b/resource/ui/HudDamageAccount.res @@ -0,0 +1,52 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "fieldName" "CDamageAccountPanel" + "text_x" "0" + "text_y" "0" + "PositiveColor" "48 255 48 255" + "NegativeColor" "72 255 255 255" + "delta_item_x" "0" + "delta_item_end_y" "0" + "delta_lifetime" "2" + "delta_item_font" "CerbeticaBoldOutline24" + "delta_item_font_big" "CerbeticaBoldOutline24" + "outline" "1" + + } + + "DamageAccountValue" + { + "ControlName" "CExLabel" + "fieldName" "DamageAccountValue" + "xpos" "c-190" + "ypos" "r195" + "zpos" "2" + "wide" "100" + "tall" "26" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "72 255 255 255" + "font" "CerbeticaBold32" + } + + "DamageAccountValueBG" + { + "ControlName" "CExLabel" + "fieldName" "DamageAccountValue" + "xpos" "c-189" + "ypos" "r194" + "zpos" "1" + "wide" "100" + "tall" "26" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "0 0 0 255" + "font" "CerbeticaBold32" + } +} \ No newline at end of file diff --git a/resource/ui/HudDemomanCharge.res b/resource/ui/HudDemomanCharge.res new file mode 100644 index 0000000..49869b2 --- /dev/null +++ b/resource/ui/HudDemomanCharge.res @@ -0,0 +1,42 @@ +"Resource/UI/HudDemomanCharge.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Cerbetica12" + "xpos" "0" + "ypos" "112" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "ChargeMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeMeterLabel" + "xpos" "0" + "ypos" "112" + "zpos" "3" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "CHARGE" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } +} \ No newline at end of file diff --git a/resource/ui/HudDemomanPipes.res b/resource/ui/HudDemomanPipes.res new file mode 100644 index 0000000..baa0824 --- /dev/null +++ b/resource/ui/HudDemomanPipes.res @@ -0,0 +1,218 @@ +"Resource/UI/HudDemomanPipes.res" +{ + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "76" + "wide_minmode" "56" + "tall" "38" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "0" + "ypos" "112" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Charge" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "0" + "ypos" "112" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "PipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PipesPresentPanel" + "xpos" "25" + "ypos" "75" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "1" + + "PipeIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "PipeIcon" + "xpos" "9999" + "ypos" "9999" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_stickybomb_red" + "scaleImage" "1" + "teambg_2" "../hud/ico_stickybomb_red" + "teambg_3" "../hud/ico_stickybomb_blue" + } + + "NumPipesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabel" + "xpos" "34" + "ypos" "10" + "zpos" "2" + "wide" "35" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold32" + } + "NumPipesLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabelDropshadow" + "xpos" "35" + "ypos" "11" + "zpos" "2" + "wide" "35" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + } + } + + "NoPipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NoPipesPresentPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "1" + + "PipeIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "PipeIcon" + "xpos" "26" + "ypos" "16" + "ypos_minmode" "12" + "wide" "20" + "wide_minmode" "14" + "tall" "20" + "tall_minmode" "14" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_stickybomb_red_faded" + "scaleImage" "1" + "teambg_2" "../hud/ico_stickybomb_red_faded" + "teambg_3" "../hud/ico_stickybomb_blue_faded" + } + + "NumPipesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabel" + "xpos" "50" + "xpos_minmode" "42" + "ypos" "18" + "ypos_minmode" "12" + "zpos" "2" + "wide" "35" + "tall" "20" + "tall_lodef" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "west" + "dulltext" "1" + "brighttext" "0" + "font" "HudFontMedium" + "font_minmode" "HudFontSmall" + "font_lodef" "HudFontMediumBig" + } + "NumPipesLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabelDropshadow" + "xpos" "51" + "xpos_minmode" "43" + "ypos" "19" + "ypos_minmode" "13" + "zpos" "2" + "wide" "35" + "tall" "20" + "tall_lodef" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "west" + "dulltext" "1" + "brighttext" "0" + "font" "HudFontMedium" + "font_minmode" "HudFontSmall" + "font_lodef" "HudFontMediumBig" + "fgcolor" "black" + } + } +} diff --git a/resource/ui/HudHealthAccount.res b/resource/ui/HudHealthAccount.res new file mode 100644 index 0000000..bac7728 --- /dev/null +++ b/resource/ui/HudHealthAccount.res @@ -0,0 +1,14 @@ +"Resource/UI/HudHealthAccount.res" +{ + "CHealthAccountPanel" + { + "fieldName" "CHealthAccountPanel" + "delta_item_x" "0" + "delta_item_start_y" "0" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica28" + } +} \ No newline at end of file diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res new file mode 100644 index 0000000..6831b28 --- /dev/null +++ b/resource/ui/HudInspectPanel.res @@ -0,0 +1,111 @@ +"Resource/UI/HudInspectPanel.res" +{ + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "250" + "tall" "900" + "visible" "0" + "bgcolor_override" "255 255 255 0" + "PaintBackgroundType" "0" + + "model_xpos" "10" + "model_center_y" "1" + "model_wide" "64" + "model_tall" "48" + + "text_xpos" "90" + "text_ypos" "25" + "text_wide" "155" + "text_center" "1" + + "max_text_height" "90" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "1" + "useparentbg" "1" + } + + "ItemBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-99" + "wide" "250" + "tall" "900" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "TitleBackground" + { + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-99" + "wide" "246" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Cerbetica12" + "xpos" "10" + "ypos" "5" + "zpos" "1" + "wide" "270" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "north" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + } +} +s \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter.res b/resource/ui/HudItemEffectMeter.res new file mode 100644 index 0000000..3d29a9b --- /dev/null +++ b/resource/ui/HudItemEffectMeter.res @@ -0,0 +1,77 @@ +"Resource/UI/HudItemEffectMeter.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c150" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz1_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz1_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz1_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} diff --git a/resource/ui/HudItemEffectMeter_Cleaver.res b/resource/ui/HudItemEffectMeter_Cleaver.res new file mode 100644 index 0000000..537d8dc --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Cleaver.res @@ -0,0 +1,76 @@ +"Resource/UI/HudItemEffectMeter_Cleaver.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c137" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz2_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Cleaver" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Demoman.res b/resource/ui/HudItemEffectMeter_Demoman.res new file mode 100644 index 0000000..cb3a8c1 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Demoman.res @@ -0,0 +1,98 @@ +"Resource/UI/HudItemEffectMeter_Demoman.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c150" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "1000" + "tall" "1000" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "50" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "25" + "ypos" "10" + "zpos" "2" + "wide" "40" + "tall" "20" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } +} diff --git a/resource/ui/HudItemEffectMeter_Engineer.res b/resource/ui/HudItemEffectMeter_Engineer.res new file mode 100644 index 0000000..53c13f3 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Engineer.res @@ -0,0 +1,98 @@ +"Resource/UI/HudItemEffectMeter_Engineer.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "r90" + "ypos" "r30" + "wide" "80" + "tall" "20" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "12" + "tall" "12" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "50" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "25" + "ypos" "10" + "zpos" "2" + "wide" "40" + "tall" "20" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } +} diff --git a/resource/ui/HudItemEffectMeter_ParticleCannon.res b/resource/ui/HudItemEffectMeter_ParticleCannon.res new file mode 100644 index 0000000..a059747 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_ParticleCannon.res @@ -0,0 +1,76 @@ +"Resource/UI/HudItemEffectMeter_ParticleCannon.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" [$WIN32] + "ypos" "c124" [$WIN32] + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz2_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Pomson.res b/resource/ui/HudItemEffectMeter_Pomson.res new file mode 100644 index 0000000..07b1d87 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Pomson.res @@ -0,0 +1,77 @@ +"Resource/UI/HudItemEffectMeter_Pomson.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c124" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz3_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "visible_minmode" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_PowerupBottle.res b/resource/ui/HudItemEffectMeter_PowerupBottle.res new file mode 100644 index 0000000..b65c10c --- /dev/null +++ b/resource/ui/HudItemEffectMeter_PowerupBottle.res @@ -0,0 +1,111 @@ +"Resource/UI/HudItemEffectMeter_PowerupBottles.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "r100" [$WIN32] + "ypos" "r70" [$WIN32] + "wide" "100" + "tall" "60" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "c10" + "ypos" "0" + "zpos" "0" + "wide" "90" + "tall" "56" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "27" + "ypos" "-5" + "zpos" "1" + "wide" "27" + "tall" "27" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_powerup_critboost_red" + "scaleImage" "1" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "12" + "ypos" "15" + "zpos" "2" + "wide" "80" + "tall" "40" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "centerwrap" "1" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "zpos" "2" + "wide" "40" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "40" + "ypos" "1" + "zpos" "2" + "wide" "40" + "tall" "20" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "north" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + } +} diff --git a/resource/ui/HudItemEffectMeter_Raygun.res b/resource/ui/HudItemEffectMeter_Raygun.res new file mode 100644 index 0000000..204e45c --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Raygun.res @@ -0,0 +1,76 @@ +"Resource/UI/HudItemEffectMeter_Raygun.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c137" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz2_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Scout.res b/resource/ui/HudItemEffectMeter_Scout.res new file mode 100644 index 0000000..2742ff7 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Scout.res @@ -0,0 +1,76 @@ +"Resource/UI/HudItemEffectMeter_Scout.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c137" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz2_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Sniper.res b/resource/ui/HudItemEffectMeter_Sniper.res new file mode 100644 index 0000000..ed3e8b4 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Sniper.res @@ -0,0 +1,95 @@ +"Resource/UI/HudItemEffectMeter_Sniper.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c137" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "12" + "tall" "12" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "10" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "ypos" "0" + "xpos" "0" + "zpos" "2" + "wide" "40" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "25" + "ypos" "10" + "zpos" "2" + "wide" "40" + "tall" "20" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } +} diff --git a/resource/ui/HudItemEffectMeter_SniperFocus.res b/resource/ui/HudItemEffectMeter_SniperFocus.res new file mode 100644 index 0000000..238b9b1 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_SniperFocus.res @@ -0,0 +1,77 @@ +"Resource/UI/HudItemEffectMeter_SodaPopper.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c124" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz3_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "visible_minmode" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SodaPopper.res b/resource/ui/HudItemEffectMeter_SodaPopper.res new file mode 100644 index 0000000..e7e7395 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_SodaPopper.res @@ -0,0 +1,77 @@ +"Resource/UI/HudItemEffectMeter_SodaPopper.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c124" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz3_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "visible_minmode" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Spy.res b/resource/ui/HudItemEffectMeter_Spy.res new file mode 100644 index 0000000..52b2f40 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_Spy.res @@ -0,0 +1,98 @@ +"Resource/UI/HudItemEffectMeter_Spy.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "r90" + "ypos" "r30" + "wide" "80" + "tall" "20" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "12" + "tall" "12" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "50" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "25" + "ypos" "10" + "zpos" "2" + "wide" "40" + "tall" "20" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + } +} diff --git a/resource/ui/HudItemEffectMeter_SpyKnife.res b/resource/ui/HudItemEffectMeter_SpyKnife.res new file mode 100644 index 0000000..2efdfa3 --- /dev/null +++ b/resource/ui/HudItemEffectMeter_SpyKnife.res @@ -0,0 +1,76 @@ +"Resource/UI/HudItemEffectMeter_SpyKnife.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c137" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz2_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ENERGYDRINK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica12" + "fgcolor_override" "150 150 150 255" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res new file mode 100644 index 0000000..474ad67 --- /dev/null +++ b/resource/ui/HudMedicCharge.res @@ -0,0 +1,119 @@ +"Resource/UI/HudMedicCharge.res" +{ + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "130" + "tall" "65" + "visible" "1" + "enabled" "1" + "image" "../hud/medic_charge_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/medic_charge_red_bg" + "teambg_3" "../hud/medic_charge_blue_bg" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "161" + "ypos" "36" + "zpos" "2" + "wide" "100" + "tall" "72" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold72" + "fgcolor" "48 255 48 255" + } + "ChargeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabelShadow" + "xpos" "163" + "ypos" "38" + "zpos" "2" + "wide" "100" + "tall" "72" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold72" + "fgcolor" "TransparentBlack" + } + + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "0" + "ypos" "100" + "zpos" "2" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor" "32 32 32 128" + "fgcolor" "255 255 255 255" + } + + "ChargeMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "55" + "ypos" "103" + "zpos" "3" + "wide" "90" + "tall" "15" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "CHARGE" + "textAlignment" "cenger" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica16" + "fgcolor" "150 150 150 255" + } + + "HealthClusterIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HealthClusterIcon" + "xpos" "9999" + "ypos" "9999" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_health_cluster" + "scaleImage" "1" + } +} diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res new file mode 100644 index 0000000..a13dc44 --- /dev/null +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -0,0 +1,460 @@ +"Resource/UI/HudObjectiveFlagPanel.res" +{ + "ObjectiveStatusFlagPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusFlagPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "zpos" "-1" + } + } + + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "c-120" + "ypos" "r30" + "zpos" "-1" + "wide" "120" + "tall" "100" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 153" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "c0" + "ypos" "r30" [$WIN32] + "zpos" "-1" + "wide" "120" + "tall" "100" + "visible" "1" + "enabled" "1" + "fillcolor" "205 92 92 153" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "c-140" + "ypos" "r75" [$WIN32] + "ypos" "r96" [$X360] + "zpos" "2" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_outline" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "c-25" + "ypos" "r33" + "zpos" "8" + "wide" "50" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "Cerbetica40" + "fgcolor" "TanLight" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "c-24" + "ypos" "r32" + "zpos" "8" + "wide" "50" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "Cerbetica40" + "fgcolor" "Black" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "c-25" + "ypos" "r33" + "zpos" "8" + "wide" "50" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "Cerbetica40" + "fgcolor" "TanLight" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "c-24" + "ypos" "r32" + "zpos" "8" + "wide" "50" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "Cerbetica40" + "fgcolor" "Black" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "OutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "OutlineImage" + "xpos" "c-50" + "ypos" "r127" [$WIN32] + "ypos" "r148" [$X360] + "zpos" "9" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_outline" + "scaleImage" "1" + } + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "9999" + "ypos" "9999" [$WIN32] + "zpos" "10" + "wide" "100" + "tall" "100" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + + "if_hybrid" + { + "ypos" "r142" + } + + "if_specialdelivery" + { + "visible" "r142" + } + } + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "c-70" [$WIN32] + "ypos" "r56" [$WIN32] + "zpos" "4" + "wide" "140" [$WIN32] + "tall" "30" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica16" + "fgcolor" "TanLight" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "PlayingToBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayingToBG" + "xpos" "c-50" [$WIN32] + "ypos" "r50" [$WIN32] + "zpos" "3" + "wide" "100" [$WIN32] + "tall" "20" [$WIN32] + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "BlueFlag" + "xpos" "c-165" + "ypos" "r80" [$WIN32] + "zpos" "5" + "wide" "160" + "tall" "90" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "visible" "0" + "ypos" "r100" + } + + "if_hybrid_single" + { + "xpos" "c-80" + } + + "if_hybrid_double" + { + "xpos" "c-115" + } + + "if_specialdelivery" + { + "ypos" "r100" + } + + "if_no_flags" + { + "visible" "0" + } + } + + "RedFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "RedFlag" + "xpos" "c5" + "ypos" "r80" + "zpos" "5" + "wide" "160" + "tall" "90" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "visible" "0" + "ypos" "r100" + } + + "if_hybrid_single" + { + "xpos" "c-80" + } + + "if_hybrid_double" + { + "xpos" "c-45" + } + + "if_specialdelivery" + { + "ypos" "r100" + } + + "if_no_flags" + { + "visible" "0" + } + } + + "CaptureFlag" + { + "ControlName" "CTFArrowPanel" + "fieldName" "CaptureFlag" + "xpos" "c-30" + "ypos" "r175" [$WIN32] + "zpos" "5" + "wide" "60" + "tall" "60" + "visible" "0" + "enabled" "1" + + "if_hybrid" + { + "ypos" "r175" + } + + "if_specialdelivery" + { + "ypos" "r175" + } + } + + "SpecCarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "SpecCarriedImage" + "xpos" "9999" + "ypos" "9999" [$WIN32] + "zpos" "10" + "wide" "100" + "tall" "100" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + } +} diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res new file mode 100644 index 0000000..11d5cc2 --- /dev/null +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -0,0 +1,79 @@ +"Resource/UI/HudObjectiveKothTimePanel.res" +{ + "BlueTimer" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTimer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Cerbetica24" + "fgcolor" "TanLight" + "xpos" "28" + "ypos" "-4" + "zpos" "3" + "wide" "45" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + } + } + + "RedTimer" + { + "ControlName" "ImagePanel" + "fieldName" "RedTimer" + "xpos" "50" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Cerbetica24" + "fgcolor" "TanLight" + "xpos" "28" + "ypos" "-4" + "zpos" "3" + "wide" "45" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + } + } + + "ActiveTimerBG" + { + "ControlName" "ImagePanel" + "fieldName" "ActiveTimerBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "78" + "wide_minmode" "37" + "tall" "33" + "tall_minmode" "21" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_active_bg" + "scaleImage" "1" + } +} diff --git a/resource/ui/HudObjectiveStatus.res b/resource/ui/HudObjectiveStatus.res new file mode 100644 index 0000000..5b1507e --- /dev/null +++ b/resource/ui/HudObjectiveStatus.res @@ -0,0 +1,38 @@ +"Resource/UI/HudObjectiveStatus.res" +{ + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "c-50" + "ypos" "0" [$WIN32] + "zpos" "1" + "wide" "110" + "tall" "150" + "visible" "0" + "enabled" "1" + "delta_item_start_y" "34" + "delta_item_end_y" "48" + "PositiveColor" "48 255 48 255" + "NegativeColor" "255 48 48 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica12" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Cerbetica24" + "fgcolor" "TanLight" + "xpos" "26" + "ypos" "-4" + "zpos" "3" + "wide" "50" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + } + } +} diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res new file mode 100644 index 0000000..58d1031 --- /dev/null +++ b/resource/ui/HudObjectiveTimePanel.res @@ -0,0 +1,188 @@ +"Resource/UI/HudObjectiveTimePanel.res" +{ + "TimePanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TimePanelBG" + "xpos" "25" + "ypos" "0" + "zpos" "2" + "wide" "50" + "tall" "24" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_blue_bg" + "scaleImage" "1" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "TimePanelProgressBar" + { + "ControlName" "CTFProgressBar" + "fieldName" "TimePanelProgressBar" + "xpos" "67" + "ypos" "16" + "zpos" "4" + "wide" "20" + "wide_lodef" "25" + "tall" "20" + "tall_lodef" "25" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/objectives_timepanel_progressbar" + "color_active" "TimerProgress.Active" + "color_inactive" "TimerProgress.InActive" + "color_warning" "TimerProgress.Warning" + "percent_warning" "0.75" + } + "WaitingForPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaitingForPlayersLabel" + "xpos" "12" + "ypos" "21" + "zpos" "5" + "wide" "78" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_WaitingForPlayers" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "WaitingForPlayersBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "WaitingForPlayersBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } + "OvertimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "OvertimeLabel" + "xpos" "12" + "ypos" "21" + "zpos" "5" + "wide" "78" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_Overtime" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "OvertimeBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "OvertimeBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } + "SuddenDeathLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuddenDeathLabel" + "xpos" "12" + "ypos" "21" + "ypos_hidef" "41" + "ypos_lodef" "41" + "zpos" "5" + "wide" "78" + "wide_hidef" "300" + "wide_lodef" "300" + "tall" "19" + "tall_hidef" "19" + "tall_lodef" "22" + "visible" "0" + "enabled" "1" + "labelText" "#game_SuddenDeath" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "SuddenDeathBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SuddenDeathBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } + "SetupLabel" + { + "ControlName" "CExLabel" + "fieldName" "SetupLabel" + "xpos" "12" + "ypos" "21" + "zpos" "5" + "wide" "78" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_Setup" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "SetupBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SetupBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } +} diff --git a/resource/ui/HudPlayerClass.res b/resource/ui/HudPlayerClass.res new file mode 100644 index 0000000..33dc9f3 --- /dev/null +++ b/resource/ui/HudPlayerClass.res @@ -0,0 +1,82 @@ +"Resource/UI/HudPlayerClass.res" +{ + // player class data + "HudPlayerClass" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerClass" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + "PlayerStatusClassImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusClassImage" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "zpos" "2" + "wide" "75" + "tall" "75" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + "PlayerStatusSpyImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyImage" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "zpos" "2" + "wide" "55" + "tall" "55" + "visible" "1" + "enabled" "1" + "image" "../hud/class_spyred" + "scaleImage" "1" + "teambg_2" "../hud/class_spyred" + "teambg_3" "../hud/class_spyblue" + } + "PlayerStatusSpyOutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyOutlineImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "7" + "wide" "55" + "tall" "55" + "visible" "0" + "enabled" "1" + "image" "../hud/class_spy_outline" + "scaleImage" "1" + } + "PlayerStatusClassImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusClassImageBG" + "xpos" "9" [$WIN32] + "xpos_minmode" "-10" [$WIN32] + "ypos" "r60" [$WIN32] + "ypos_minmode" "r40" [$WIN32] + "xpos" "41" [$X360] + "ypos" "r82" [$X360] + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "image" "../hud/character_red_bg" + "scaleImage" "1" + "teambg_2" "../hud/character_red_bg" + "teambg_2_lodef" "../hud/character_red_bg_lodef" + "teambg_3" "../hud/character_blue_bg" + "teambg_3_lodef" "../hud/character_blue_bg_lodef" + } +} diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res new file mode 100644 index 0000000..a3e89f3 --- /dev/null +++ b/resource/ui/HudPlayerHealth.res @@ -0,0 +1,152 @@ +"Resource/UI/HudPlayerHealth.res" +{ + // player health data + "HudPlayerHealth" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerHealth" + "xpos" "c-288" + "ypos" "c45" + "xpos" "32" + "wide" "250" + "tall" "120" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" + "HealthDeathWarningColor" "HUDDeathWarning" + } + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "51" + "tall" "51" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "55" + "tall" "55" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "116" + "ypos" "18" + "zpos" "2" + "wide" "68" + "tall" "68" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "300" + "tall" "100" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "CerbeticaBold72" + "fgcolor" "TanLight" + } + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "2" + "ypos" "2" + "zpos" "5" + "wide" "300" + "tall" "100" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "CerbeticaBold72" + "fgcolor" "TransparentBlack" + } + "PlayerStatusBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusBleedImage" + "xpos" "100" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop" + "fgcolor" "TanDark" + } + "PlayerStatusMilkImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMilkImage" + "xpos" "100" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop" + "fgcolor" "TanDark" + } + "PlayerStatusMarkedForDeathImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathImage" + "xpos" "100" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + } + "PlayerStatusMarkedForDeathSilentImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathSilentImage" + "xpos" "100" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + } +} diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res new file mode 100644 index 0000000..f1320d5 --- /dev/null +++ b/resource/ui/HudTournament.res @@ -0,0 +1,588 @@ +"Resource/UI/HudTournament.res" +{ + HudTournament + { + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + + "xpos" "c-125" + "ypos" "0" + "wide" "250" + "tall" "480" + + "team1_player_base_offset_x" "-75" + "team1_player_base_y" "0" + "team1_player_delta_x" "-47" + "team1_player_delta_y" "0" + "team2_player_base_offset_x" "25" + "team2_player_base_y" "0" + "team2_player_delta_x" "47" + "team2_player_delta_y" "0" + + "playerpanels_kv" + { + "visible" "0" + "wide" "50" + "tall" "33" + "zpos" "1" + "tabPosition" "0" + + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "DefaultVerySmall" + "xpos" "5" + "ypos" "24" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + + if_mvm + { + "xpos" "4" + "ypos" "25" + "wide" "48" + "textAlignment" "center" + "font" "PlayerPanelPlayerName" + } + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "2" + "ypos" "2" + "zpos" "2" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "xpos" "5" + "ypos" "4" + "wide" "20" + "tall" "20" + "image" "../vgui/hud_connecting" + } + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "5" + "ypos" "4" + "zpos" "2" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "1" + } + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "-3" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "30" + "ypos" "6" + "zpos" "-1" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "1" + } + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "32" + "ypos" "8" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "DefaultSmall" + "xpos" "30" + "ypos" "18" + "zpos" "5" + "wide" "23" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + //"fgcolor" "235 226 202 255" + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "DefaultSmall" + "xpos" "25" + "ypos" "17" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "north" + "fgcolor" "0 255 0 255" + + if_mvm + { + "visible" "0" + } + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "2" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%specindex%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + } + + if_mvm + { + "wide" "55" + "tall" "35" + } + } + + if_mvm + { + "xpos" "c-250" + "ypos" "0" + "wide" "500" + "tall" "480" + + "team1_player_base_y" "66" + "team2_player_delta_x" "52" + } + } + + "HudTournamentBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBackground" + "xpos" "0" + "ypos" "26" + "zpos" "-1" + "wide" "250" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "font" "HudFontSmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "240" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentBLUEBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBLUEBG" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_blu" + + "src_corner_height" "15" // pixels inside the image + "src_corner_width" "15" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentBLUELabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUELabel" + "font" "Cerbetica16" + "xpos" "4" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluenamelabel%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + } + "TournamentBLUEStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUEStateLabel" + "font" "CerbeticaBold16" + "xpos" "56" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluestate%" + "textAlignment" "east" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentREDBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentREDBG" + "xpos" "125" + "ypos" "10" + "zpos" "-1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_red" + + "src_corner_height" "15" // pixels inside the image + "src_corner_width" "15" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentREDLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDLabel" + "font" "Cerbetica16" + "xpos" "180" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%rednamelabel%" + "textAlignment" "east" + + if_mvm + { + "visible" "0" + } + } + "TournamentREDStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDStateLabel" + "font" "CerbeticaBold16" + "xpos" "130" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%redstate%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + } + "TournamentConditionLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabel" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "17" + "zpos" "1" + "wide" "250" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentBGHelp" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBGHelp" + "xpos" "0" + "ypos" "51" + "zpos" "-1" + "wide" "250" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height""0" + + if_mvm + { + "visible" "0" + } + } + "TournamentInstructionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentInstructionsLabel" + "font" "Cerbetica11" + "xpos" "0" + "ypos" "51" + "wide" "250" + "tall" "12" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%readylabel%" + "textAlignment" "center" + + if_mvm + { + "font" "HudFontSmallishBold" + "xpos" "155" + "ypos" "105" + "wide" "190" + "tall" "12" + "zpos" "3" + } + } + + + + "CountdownBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CountdownBG" + "xpos" "230" + "ypos" "r55" + "zpos" "-1" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/color_panel_red" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "HudFontGiant" + "xpos" "230" + "ypos" "r55" + "wide" "40" + "tall" "40" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "font" "HudFontGiant" + "xpos" "231" + "ypos" "r54" + "wide" "40" + "tall" "40" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "Black" + } +} diff --git a/resource/ui/HudTournamentSetup.res b/resource/ui/HudTournamentSetup.res new file mode 100644 index 0000000..b4a0854 --- /dev/null +++ b/resource/ui/HudTournamentSetup.res @@ -0,0 +1,155 @@ +"Resource/UI/HudTournamentSetup.res" +{ + "HudTournamentSetupBG" + { + "ControlName" "ImagePanel" + "fieldName" "HudTournamentSetupBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "180" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + + + "src_corner_height" "20" // pixels inside the image + "src_corner_width" "20" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "TournamentSetupLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "font" "Cerbetica16" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "180" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + } + + "TournamentTeamNameLabel" + { + "ControlName" "Label" + "fieldName" "TournamentTeamNameLabel" + "font" "Cerbetica12" + "xpos" "87" + "ypos" "28" + "zpos" "1" + "wide" "74" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "#Tournament_TeamNamePanel" + "textAlignment" "center" + } + + "TournamentNameEdit" + { + "ControlName" "Label" + "fieldName" "TournamentNameEdit" + "xpos" "30" + "ypos" "27" + "wide" "120" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "6" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + "labelText" "%teamname%" + "font" "Cerbetica12" + "textAlignment" "west" + } + + "HudTournamentNameBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTournamentNameBG" + "xpos" "30" + "ypos" "28" + "wide" "50" + "tall" "14" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 255" + "scaleImage" "1" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "TournamentNotReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentNotReadyButton" + "xpos" "12" + "ypos" "46" + "wide" "70" + "tall" "14" + "zpos" "0" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "Not Ready" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "teamnotready" + "default" "1" + "font" "CerbeticaBold12" + "fgcolor" "Red" + } + + "TournamentReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentReadyButton" + "xpos" "96" + "ypos" "46" + "wide" "70" + "tall" "14" + "zpos" "0" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "Ready" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "teamready" + "paintborder" "0" + "default" "1" + "font" "CerbeticaBold12" + "fgcolor" "FooterBGBlack" + } +} diff --git a/resource/ui/MedicCallerPanel.res b/resource/ui/MedicCallerPanel.res new file mode 100644 index 0000000..2d1c136 --- /dev/null +++ b/resource/ui/MedicCallerPanel.res @@ -0,0 +1,73 @@ +"Resource/UI/MedicCallerPanel.res" +{ + "CallerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "CallerBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../effects/speech_mediccall_hud" + "scaleImage" "1" + } + "CallerBurning" + { + "ControlName" "CTFImagePanel" + "fieldName" "CallerBurning" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "45" + "tall" "45" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_fire" + "scaleImage" "1" + } + "CallerHealth" + { + "ControlName" "CTFImagePanel" + "fieldName" "CallerHealth" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_hurt" + "scaleImage" "1" + } + "CallerBleeding" + { + "ControlName" "CTFImagePanel" + "fieldName" "CallerBleeding" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "45" + "tall" "45" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_bleed" + "scaleImage" "1" + } + "CallerAuto" + { + "ControlName" "CTFImagePanel" + "fieldName" "CallerAuto" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_attention" + "scaleImage" "1" + } +} diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res new file mode 100644 index 0000000..559201e --- /dev/null +++ b/resource/ui/ObjectiveStatusEscort.res @@ -0,0 +1,638 @@ +"Resource/UI/ObjectiveStatusEscort.res" +{ + "ObjectiveStatusEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusEscort" + "xpos" "c-200" + "ypos" "r150" + "zpos" "1" + "wide" "400" + "tall" "150" + "visible" "1" + "enabled" "1" + "progress_xpos" "79" + "progress_wide" "270" + + "if_multiple_trains" + { + "ypos" "r200" + "tall" "200" + } + } + + "LevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "LevelBar" + "xpos" "73" + "ypos" "123" + "zpos" "0" + "wide" "254" + "tall" "4" + "visible" "1" + "enabled" "1" + "labelText" "" + "image" "../hud/cart_track" + "scaleImage" "1" + + "if_multiple_trains" + { + "ypos" "114" + "zpos" "3" + "tall" "12" + "image" "../hud/cart_track_neutral_opaque" + } + + "if_single_with_hills" + { + "ypos" "120" + "ypos_minmode" "120" + "tall" "10" + "tall_minmode" "10" + "image" "../hud/cart_track_neutral_opaque" + } + } + + "ProgressBar" + { + "ControlName" "CTFHudEscortProgressBar" + "fieldName" "ProgressBar" + "xpos" "73" + "ypos" "123" + "zpos" "4" + "wide" "254" + "tall" "4" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + + "if_multiple_trains" + { + "ypos" "114" + "zpos" "6" + "tall" "12" + "visible" "1" + } + } + + "HomeCPIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HomeCPIcon" + "xpos" "64" + "xpos_minmode" "64" + "ypos" "116" + "ypos_minmode" "116" + "zpos" "1" + "wide" "18" + "wide_minmode" "18" + "tall" "18" + "tall_minmode" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_blue" + "scaleImage" "1" + + "if_team_red" + { + "image" "../hud/cart_home_red" + } + + "if_single_with_hills_blue" + { + "image" "../hud/cart_home_blue_opaque" + } + + "if_single_with_hills_red" + { + "image" "../hud/cart_home_red_opaque" + } + + "if_multiple_trains" + { + "xpos" "59" + "zpos" "5" + "wide" "14" + "tall" "14" + "image" "../hud/cart_track_neutral_opaque" + } + + "if_multiple_trains_top" + { + "ypos" "113" + } + + "if_multiple_trains_bottom" + { + "ypos" "113" + } + + "if_multiple_trains_red" + { + "image" "../hud/cart_home_red_square" + } + + "if_multiple_trains_blue" + { + "image" "../hud/cart_home_blue_square" + } + } + + "SimpleControlPointTemplate" + { + "ControlName" "ImagePanel" + "fieldName" "SimpleControlPointTemplate" + "xpos" "65" + "xpos_minmode" "65" + "ypos" "116" + "ypos_minmode" "116" + "zpos" "1" + "wide" "18" + "wide_minmode" "18" + "tall" "18" + "tall_minmode" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_point_neutral" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "61" + "ypos" "114" + "zpos" "5" + "wide" "12" + "tall" "12" + } + } + + "EscortItemPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EscortItemPanel" + "xpos" "0" + "ypos" "48" + "ypos_minmode" "48" + "zpos" "2" + "wide" "52" + "wide_minmode" "52" + "tall" "75" + "tall_minmode" "75" + "visible" "1" + "enabled" "1" + + "if_multiple_trains" + { + "ypos" "48" + "zpos" "8" + "wide" "52" + "tall" "170" + } + + "RecedeTime" + { + "ControlName" "CExLabel" + "fieldName" "RecedeTime" + "font" "Cerbetica8" + "xpos" "18" + "ypos" "53" + "zpos" "2" + "wide" "17" + "tall" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%recede%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + + "if_multiple_trains" + { + "font" "ItemFontAttribSmall" + "xpos" "21" + "wide" "11" + "tall" "10" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "82" + } + } + + "EscortItemImage" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImage" + "xpos" "13" + "xpos_minmode" "13" + "ypos" "50" + "ypos_minmode" "50" + "zpos" "1" + "wide" "26" + "wide_minmode" "26" + "tall" "26" + "tall_minmode" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_neutral" + "scaleImage" "1" + + "if_team_blue" + { + "image" "../hud/cart_blue" + } + + "if_team_red" + { + "image" "../hud/cart_red" + } + + "if_multiple_trains" + { + "xpos" "11" + "ypos" "43" + "wide" "30" + "tall" "30" + } + } + + "EscortItemImageBottom" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageBottom" + "xpos" "20" + "ypos" "117" + "zpos" "1" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_neutral_bottom" + "scaleImage" "1" + + "if_team_blue" + { + "image" "../hud/cart_blue_bottom" + } + + "if_team_red" + { + "image" "../hud/cart_red_bottom" + } + + "if_multiple_trains" + { + "xpos" "11" + "ypos" "71" + "wide" "30" + "tall" "30" + } + } + + "EscortItemImageAlert" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageAlert" + "xpos" "-4" + "ypos" "38" + "zpos" "0" + "wide" "60" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_alert" + "scaleImage" "1" + + "if_multiple_trains_bottom" + { + "xpos" "-5" + "ypos" "75" + } + } + + "Speed_Backwards" + { + "ControlName" "ImagePanel" + "fieldName" "Speed_Backwards" + "xpos" "23" + "xpos_minmode" "23" + "ypos" "53" + "ypos_minmode" "53" + "zpos" "2" + "wide" "7" + "wide_minmode" "7" + "tall" "7" + "tall_minmode" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_arrow_left" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "22" + "wide" "8" + "tall" "8" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "83" + } + } + + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "20" + "xpos_minmode" "20" + "ypos" "52" + "ypos_minmode" "52" + "zpos" "3" + "wide" "4" + "wide_minmode" "4" + "tall" "8" + "tall_minmode" "8" + "visible" "0" + "enabled" "1" + "image" "capture_icon_white" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "20" + "wide" "5" + "tall" "10" + } + + "if_multiple_trains_top" + { + "ypos" "45" + } + + "if_multiple_trains_bottom" + { + "ypos" "81" + } + } + + "CapNumPlayers" + { + "ControlName" "CExLabel" + "fieldName" "CapNumPlayers" + "font" "Cerbetica8" + "font_minmode" "Cerbetica8" + "xpos" "25" + "xpos_minmode" "25" + "ypos" "53" + "ypos_minmode" "53" + "zpos" "4" + "wide" "20" + "wide_minmode" "20" + "tall" "7" + "tall_minmode" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "if_multiple_trains" + { + "font" "ItemFontAttribSmall" + "xpos" "25" + "wide" "30" + "tall" "10" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "82" + } + } + + "Blocked" + { + "ControlName" "ImagePanel" + "fieldName" "Blocked" + "xpos" "23" + "xpos_minmode" "23" + "ypos" "53" + "ypos_minmode" "53" + "zpos" "2" + "wide" "7" + "wide_minmode" "7" + "tall" "7" + "tall_minmode" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_blocked" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "22" + "wide" "8" + "tall" "8" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "83" + } + } + + "EscortTeardrop" + { + "ControlName" "EditablePanel" + "fieldName" "EscortTeardrop" + "xpos" "9999" + "ypos" "9999" + "zpos" "20" + "wide" "100" + "tall" "65" + "visible" "0" + "enabled" "1" + + "if_multiple_trains" + { + "xpos" "9" + "ypos" "2" + "wide" "65" + "tall" "42" + } + + "Teardrop" + { + "ControlName" "CIconPanel" + "fieldName" "Teardrop" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "54" + "wide_minmode" "35" + "tall" "65" + "tall_minmode" "42" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_teardrop" + "iconColor" "255 255 255 255" + + "if_multiple_trains" + { + "xpos" "0" + "ypos" "0" + "wide" "35" + "tall" "42" + } + } + + "ProgressText" + { + "ControlName" "Label" + "fieldName" "ProgressText" + "font" "DefaultSmall" + "font_minmode" "DefaultVerySmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "23" + "wide" "54" + "wide_minmode" "35" + "tall" "40" + "tall_minmode" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "progress" + "dulltext" "0" + "brighttext" "0" + "centerwrap" "1" + + "if_multiple_trains" + { + "font" "Cerbetica8" + "xpos" "0" + "ypos" "3" + "wide" "35" + "tall" "28" + } + } + + "Blocked" + { + "ControlName" "CIconPanel" + "fieldName" "Blocked" + "xpos" "2" + "ypos" "2" + "ypos_minmode" "2" + "zpos" "1" + "wide" "50" + "wide_minmode" "31" + "tall" "50" + "tall_minmode" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_blocked" + "iconColor" "255 255 255 255" + + "if_multiple_trains" + { + "xpos" "2" + "ypos" "2" + "wide" "31" + "tall" "31" + } + } + + "Capping" + { + "ControlName" "ImagePanel" + "fieldName" "Capping" + "xpos" "8" + "xpos_minmode" "8" + "ypos" "8" + "ypos_minmode" "8" + "zpos" "1" + "wide" "30" + "wide_minmode" "20" + "tall" "30" + "tall_minmode" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_arrow_right" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "8" + "ypos" "8" + "wide" "20" + "tall" "20" + } + } + } + } +} diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res new file mode 100644 index 0000000..cf27f82 --- /dev/null +++ b/resource/ui/ScoreBoard.res @@ -0,0 +1,1558 @@ +"Resource/UI/Scoreboard.res" +{ + "scores" + { + "ControlName" "CTFClientScoreBoardDialog" + "fieldName" "scoreinfo" + "xpos" "c-300" + "ypos" "0" + "wide" "800" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "avatar_width" "54" + "name_width" "100" + "name_width_minmode""80" + "status_width" "15" + "nemesis_width" "15" + "class_width" "15" + "score_width" "24" + "ping_width" "24" + } + "BlueScoreBG" + { + "ControlName" "ImagePanel" + "fieldName" "BlueScoreBG" + "xpos" "c-300" + "xpos_minmode" "c65" + "ypos" "96" + "ypos_minmode" "96" + "wide" "270" + "wide_minmode" "240" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 153" + "scaleImage" "1" + + if_mvm + { + "visible" "0" + } + } + "RedScoreBG" + { + "ControlName" "ImagePanel" + "fieldName" "RedScoreBG" + "xpos" "c-30" + "xpos_minmode" "c65" + "ypos" "96" + "ypos_minmode" "240" + "wide" "270" + "wide_minmode" "240" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "205 92 92 153" + "scaleImage" "1" + + if_mvm + { + "visible" "0" + } + } + "MainBG" + { + "ControlName" "ImagePanel" + "fieldName" "MainBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "9999" + "tall" "9999" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + + if_mvm + { + "ypos" "0" + "tall" "448" + } + } + "ScoreboardBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "c-300" + "xpos_minmode" "9999" + "ypos" "121" + "ypos_minmode" "9999" + "zpos" "-1" + "wide" "540" + "tall" "244" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + + if_mvm + { + "ypos" "0" + "tall" "448" + } + } + "Red6sBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "9999" + "xpos_minmode" "c65" + "ypos" "9999" + "ypos_minmode" "265" + "zpos" "-1" + "wide_minmode" "240" + "tall" "100" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + + if_mvm + { + "ypos" "0" + "tall" "448" + } + } + "Blue6sBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "9999" + "xpos_minmode" "c65" + "ypos" "9999" + "ypos_minmode" "121" + "zpos" "-1" + "wide" "240" + "tall" "100" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + + if_mvm + { + "ypos" "0" + "tall" "448" + } + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Cerbetica32" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "130" + "xpos_minmode" "495" + "ypos" "92" + "ypos_minmode" "92" + "wide" "140" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Cerbetica72" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "c-141" + "xpos_minmode" "625" + "ypos" "c-172" + "ypos_minmode" "68" + "zpos" "4" + "wide" "100" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "Cerbetica72" + "fgcolor" "Black" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "c-139" + "xpos_minmode" "627" + "ypos" "c-170" + "ypos_minmode" "70" + "zpos" "4" + "wide" "100" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "BlueTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamPlayerCount" + "font" "Cerbetica14" + "labelText" "%blueteamplayercount%" + "textAlignment" "west" + "xpos" "295" + "xpos_minmode" "640" + "ypos" "99" + "ypos_minmode" "99" + "wide" "100" + "tall" "29" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Cerbetica32" + "labelText" "%redteamname%" + "textAlignment" "east" + "textAlignment_minmode" "west" + "xpos" "c98" + "xpos_minmode" "495" + "ypos" "92" + "ypos_minmode" "236" + "wide" "140" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Cerbetica72" + "labelText" "%redteamscore%" + "textAlignment" "west" + "textAlignment_minmode" "east" + "xpos" "c-21" + "xpos_minmode" "625" + "ypos" "c-172" + "ypos_minmode" "211" + "zpos" "4" + "wide" "100" + "tall" "55" + "tall_hidef" "75" + "tall_lodef" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "Cerbetica72" + "fgcolor" "Black" + "labelText" "%redteamscore%" + "textAlignment" "west" + "textAlignment_minmode" "east" + "xpos" "c-19" + "xpos_minmode" "627" + "ypos" "c-170" + "ypos_minmode" "213" + "zpos" "4" + "wide" "100" + "tall" "55" + "tall_hidef" "75" + "tall_lodef" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "RedTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "Cerbetica14" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "textAlignment_minmode" "west" + "xpos" "367" + "xpos_minmode" "640" + "ypos" "99" + "ypos_minmode" "243" + "wide" "130" + "tall" "29" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "ServerLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerLabel" + "font" "Cerbetica12" + "labelText" "%server%" + "textAlignment" "west" + "xpos" "0" + "ypos" "68" + "wide" "600" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible" "0" [$X360] + "enabled" "1" + + if_mvm + { + "ypos" "0" + } + } + "ServerTimeLeft" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeft" + "font" "Cerbetica12" + "labelText" "%servertimeleft%" + "textAlignment" "west" + "xpos" "0" + "ypos" "80" + "wide" "600" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible" "0" [$X360] + "enabled" "1" + + if_mvm + { + "ypos" "0" + } + } + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "c-295" + "xpos_minmode" "c68" + "ypos" "125" + "ypos_minmode" "123" + "zpos" "20" + "wide" "260" + "wide_minmode" "235" + "tall" "240" + "tall_minmode" "96" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "14" + "fgcolor" "blue" + + if_mvm + { + "visible" "0" + } + } + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "c-25" + "xpos_minmode" "c68" + "ypos" "125" + "ypos_minmode" "266" + "zpos" "20" + "wide" "260" + "wide_minmode" "235" + "tall" "240" + "tall_minmode" "96" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "14" + "textcolor" "red" + + if_mvm + { + "visible" "0" + } + } + "VerticalLine" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "299" + "xpos_lodef" "279" + "xpos_hidef" "309" + "ypos" "9999" + "zpos" "9999" + "wide" "2" + "tall" "292" + "tall_lodef" "206" + "tall_hidef" "212" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 153" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "0" + } + } + "Spectators" + { + "ControlName" "CExLabel" + "fieldName" "Spectators" + "font" "Cerbetica12" + "labelText" "%spectators%" + "textAlignment" "west" + "xpos" "128" + "xpos_minmode" "c65" + "ypos" "360" + "zpos" "4" + "wide" "540" + "wide_minmode" "240" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "ypos" "428" + } + } + "SpectatorsInQueue" + { + "ControlName" "CExLabel" + "fieldName" "SpectatorsInQueue" + "font" "Cerbetica12" + "labelText" "%waitingtoplay%" + "textAlignment" "west" + "xpos" "128" + "ypos" "372" + "zpos" "4" + "wide" "424" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + "StatsBackground" + { + "ControlName" "ImagePanel" + "fieldName" "StatsBackground" + "xpos" "0" + "ypos" "96" + "zpos" "2" + "wide" "116" + "tall" "268" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "32 32 32 75" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "1" + } + } + "ClassImage" + { + "ControlName" "ImagePanel" + "fieldName" "ClassImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "92" + "tall" "92" + "visible" "0" + "enabled" "0" + "image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + } + "PlayerNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerNameLabel" + "font" "ScoreboardMedium" + "labelText" "%playername%" + "textAlignment" "west" + "xpos" "115" + "xpos_lodef" "105" + "ypos" "9999" [$WIN32] + "zpos" "3" + "wide" "9999" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "1" + } + } + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "9999" + "ypos" "9999" + "ypos" "322" + "zpos" "3" + "wide" "465" + "wide_lodef" "434" + "wide_hidef" "464" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "127 127 127 153" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "1" + } + } + "PlayerScoreLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerScoreLabel" + "font" "Cerbetica20" + "labelText" "%playerscore%" + "textAlignment" "center" + "xpos" "-10" + "ypos" "310" + "zpos" "3" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + + "LocalPlayerDuelStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerDuelStatsPanel" + "xpos" "0" + "ypos" "395" + "zpos" "3" + "wide" "600" + "tall" "53" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + + "DuelingLabel" + { + "ControlName" "CExLabel" + "fieldName" "DuelingLabel" + "font" "ScoreboardSmall" + "labelText" "#TF_ScoreBoard_Dueling" + "textAlignment" "center" + "xpos" "250" + "ypos" "2 " + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "DuelingIcon" + { + "ControlName" "ImagePanel" + "fieldName" "DuelingIcon" + "xpos" "284" + "ypos" "15" + "zpos" "2" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/crafting/icon_dueling" + "scaleImage" "1" + } + + "LocalPlayerData" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerData" + "xpos" "75" + "ypos" "0" + "wide" "200" + "tall" "53" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "157" + "ypos" "7" + "zpos" "-1" + "wide" "36" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "159" + "ypos" "9" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "TanLight" + "xpos" "50" + "ypos" "7" + "zpos" "2" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "east" + "font" "HudFontSmallest" + } + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "east" + "xpos" "50" + "ypos" "23" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "ScoreboardMedium" + } + } + + "OpponentData" + { + "ControlName" "EditablePanel" + "fieldName" "OpponentData" + "xpos" "325" + "ypos" "0" + "wide" "200" + "tall" "53" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "7" + "ypos" "7" + "zpos" "-1" + "wide" "36" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "9" + "ypos" "9" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "TanLight" + "xpos" "50" + "ypos" "7" + "zpos" "2" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "west" + "font" "HudFontSmallest" + } + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "west" + "xpos" "50" + "ypos" "23" + "zpos" "3" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "ScoreboardMedium" + } + } + } + + "LocalPlayerStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerStatsPanel" + "xpos" "0" + "ypos" "96" + "zpos" "3" + "wide" "116" + "tall" "268" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "1" + } + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "Cerbetica48" + "labelText" ":" + "textAlignment" "center" + "xpos" "10" + "ypos" "5" + "zpos" "3" + "wide" "95" + "tall" "48" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "font" "Cerbetica24" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "east" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "95" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "60" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "DestructionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DestructionLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DestructionLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "72" [$WIN32] + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Kills" + { + "ControlName" "CExLabel" + "fieldName" "Kills" + "font" "Cerbetica48" + "labelText" "%kills%" + "textAlignment" "east" + "xpos" "-8" + "ypos" "5" + "zpos" "3" + "wide" "55" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Deaths" + { + "ControlName" "CExLabel" + "fieldName" "Deaths" + "font" "Cerbetica48" + "labelText" "%deaths%" + "textAlignment" "west" + "xpos" "70" + "ypos" "5" + "zpos" "3" + "wide" "55" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "mapname" + "font" "Cerbetica16" + "labelText" "%mapname%" + "textAlignment" "center" + "xpos" "-14" + "ypos" "238" + "zpos" "3" + "wide" "145" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "236 227 203 255" + } + "GameType" + { + "ControlName" "CExLabel" + "fieldName" "gametype" + "font" "Cerbetica12" + "labelText" "%gametype%" + "textAlignment" "center" + "xpos" "-14" + "ypos" "250" + "zpos" "3" + "wide" "145" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "185 177 153 255" + } + "Assists" + { + "ControlName" "CExLabel" + "fieldName" "Assists" + "font" "Cerbetica14" + "labelText" "%assists%" + "textAlignment" "west" + "xpos" "65" + "ypos" "60" [$WIN32] + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Destruction" + { + "ControlName" "CExLabel" + "fieldName" "Destruction" + "font" "Cerbetica14" + "labelText" "%destruction%" + "textAlignment" "west" + "xpos" "65" + "ypos" "72" [$WIN32] + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "CapturesLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapturesLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_CapturesLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "84" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "DefensesLabel" + { + "ControlName" "CExLabel" + "fieldName" "DefensesLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DefensesLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "96" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "DominationLabel" + { + "ControlName" "CExLabel" + "fieldName" "DominationLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DominationLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "108" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RevengeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RevengeLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_RevengeLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "120" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Captures" + { + "ControlName" "CExLabel" + "fieldName" "Captures" + "font" "Cerbetica14" + "labelText" "%captures%" + "textAlignment" "west" + "xpos" "65" + "ypos" "84" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Defenses" + { + "ControlName" "CExLabel" + "fieldName" "Defenses" + "font" "Cerbetica14" + "labelText" "%defenses%" + "textAlignment" "west" + "xpos" "65" [$WIN32] + "ypos" "96" [$WIN32] + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Domination" + { + "ControlName" "CExLabel" + "fieldName" "Domination" + "font" "Cerbetica14" + "labelText" "%dominations%" + "textAlignment" "west" + "xpos" "65" + "ypos" "108" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Revenge" + { + "ControlName" "CExLabel" + "fieldName" "Revenge" + "font" "Cerbetica14" + "labelText" "%Revenge%" + "textAlignment" "west" + "xpos" "65" + "ypos" "120" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "HealingLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_HealingLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "132" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "InvulnLabel" + { + "ControlName" "CExLabel" + "fieldName" "InvulnLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_InvulnLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "144" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TeleportsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_TeleportsLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "156" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "HeadshotsLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "168" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Healing" + { + "ControlName" "CExLabel" + "fieldName" "Healing" + "font" "Cerbetica14" + "labelText" "%healing%" + "textAlignment" "west" + "xpos" "65" + "ypos" "132" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Invuln" + { + "ControlName" "CExLabel" + "fieldName" "Invuln" + "font" "Cerbetica14" + "labelText" "%invulns%" + "textAlignment" "west" + "xpos" "65" + "ypos" "144" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Teleports" + { + "ControlName" "CExLabel" + "fieldName" "Teleports" + "font" "Cerbetica14" + "labelText" "%teleports%" + "textAlignment" "west" + "xpos" "65" [$WIN32] + "ypos" "156" [$WIN32] + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Headshots" + { + "ControlName" "CExLabel" + "fieldName" "Headshots" + "font" "Cerbetica14" + "labelText" "%headshots%" + "textAlignment" "west" + "xpos" "65" + "ypos" "168" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BackstabsLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackstabsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_BackstabsLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "180" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Backstabs" + { + "ControlName" "CExLabel" + "fieldName" "Backstabs" + "font" "Cerbetica14" + "labelText" "%backstabs%" + "textAlignment" "west" + "xpos" "65" + "ypos" "180" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "BonusLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_BonusLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "192" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Bonus" + { + "ControlName" "CExLabel" + "fieldName" "Bonus" + "font" "Cerbetica14" + "labelText" "%bonus%" + "textAlignment" "west" [$WIN32] + "xpos" "65" + "ypos" "192" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + } + + "ButtonLegendBG" [$X360] + { + "ControlName" "ImagePanel" + "fieldName" "ButtonLegendBG" + "xpos" "10" + "xpos_hidef" "30" + "ypos" "373" + "zpos" "0" + "wide" "539" + "wide_hidef" "559" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 153" + "PaintBackgroundType" "0" + } + + "ButtonLegend" [$X360] + { + "ControlName" "EditablePanel" + "fieldName" "ButtonLegend" + "xpos" "10" + "xpos_hidef" "35" + "ypos" "373" + "zpos" "1" + "wide" "539" + "wide_hidef" "595" + "tall" "150" + "visible" "1" + + "SelectHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "SelectHintIcon" + "font" "GameUIButtons" + "xpos" "10" + "xpos_hidef" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "C" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "SelectHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectHintLabel" + "font" "ScoreboardMedium" + "xpos" "25" + "xpos_lodef" "37" + "ypos" "2" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_Select" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "GamerCardIcon" + { + "ControlName" "CExLabel" + "fieldName" "GamerCardIcon" + "font" "GameUIButtons" + "xpos" "150" + "xpos_hidef" "145" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "A" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "GamerCardLabel" + { + "ControlName" "CExLabel" + "fieldName" "GamerCardLabel" + "font" "ScoreboardMedium" + "xpos" "170" + "xpos_lodef" "177" + "ypos" "2" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_ViewGamercard" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ReputationIcon" + { + "ControlName" "CExLabel" + "fieldName" "ReputationIcon" + "font" "GameUIButtons" + "xpos" "350" + "xpos_hidef" "378" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "X" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ReputationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReputationLabel" + "font" "ScoreboardMedium" + "xpos" "403" + "xpos_lodef" "377" + "ypos" "2" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_PlayerReview" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "MvMScoreboard" + { + "ControlName" "CTFHudMannVsMachineScoreboard" + "fieldName" "MvMScoreboard" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + + "verbose" "1" + + if_mvm + { + "visible" "1" + } + } +} diff --git a/resource/ui/Spectator.res b/resource/ui/Spectator.res new file mode 100644 index 0000000..ada2f3c --- /dev/null +++ b/resource/ui/Spectator.res @@ -0,0 +1,406 @@ +"Resource/UI/Spectator.res" +{ + "Spectator" + { + "ControlName" "Frame" + "fieldName" "Spectator" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "tall" "0" [$WIN32] + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "9999" + "ypos" "9999" [$WIN32] + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + } + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "9999" + "ypos" "9999" [$WIN32] + "ypos" "r90" [$X360] + "ypos_minmode" "r0" + "tall" "0" [$WIN32] // this needs to match the size of BottomBar + "tall_minmode" "0" + "tall" "90" [$X360] + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "tabPosition" "0" + } + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "c-300" [$WIN32] + "ypos" "50" [$WIN32] + "wide" "600" [$WIN32] + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "Cerbetica24" + } + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "0" + "ypos" "0" + "wide" "320" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "font" "HudFontSmall" + "wrap" "1" + "centerwrap" "1" + } + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "HudFontSmall" + "font_hidef" "HudFontMedium" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "tall" "20" + "tall_hidef" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "map: cp_bridge" + "textAlignment" "east" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "xpos" "9999" + "xpos_hidef" "c-65" + "xpos_lodef" "40" + "ypos" "9999" + "ypos_hidef" "90" + "ypos_lodef" "30" + "wide" "170" + "wide_hidef" "130" + "wide_lodef" "220" + "tall" "15" + "tall_lodef" "25" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ChangeTeam" + "textAlignment" "center" + "textAlignment_lodef" "north-west" + "font" "SpectatorKeyHints" + "font_hidef" "HudFontSmallest" + "font_lodef" "HudFontSmall" + "wrap_lodef" "1" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "53" [$X360] + "ypos" "40" [$X360] + "wide" "60" [$WIN32] + "wide" "60" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ChangeTeam" + "textAlignment" "east" + "font" "SpectatorKeyHints" + + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "128" [$X360] + "ypos" "40" [$X360] + "wide" "125" [$WIN32] + "wide" "95" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_SwitchCamMode" + "textAlignment" "west" + "font" "SpectatorKeyHints" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "53" [$X360] + "ypos" "50" [$X360] + "wide" "60" [$WIN32] + "wide" "60" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ClassOrTeamKey" + "textAlignment" "east" + "font" "SpectatorKeyHints" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "128" [$X360] + "ypos" "50" [$X360] + "wide" "125" [$WIN32] + "wide" "95" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_CycleTargetFwd" + "textAlignment" "west" + "font" "SpectatorKeyHints" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "53" [$X360] + "ypos" "60" [$X360] + "wide" "60" [$WIN32] + "wide" "60" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ClassOrTeamKey" + "textAlignment" "east" + "font" "SpectatorKeyHints" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "128" [$X360] + "ypos" "60" [$X360] + "wide" "125" [$WIN32] + "wide" "95" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_CycleTargetRev" + "textAlignment" "west" + "font" "SpectatorKeyHints" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "xpos" "9999" + "xpos_hidef" "60" + "xpos_lodef" "45" + "ypos" "9999" + "ypos_lodef" "28" + "ypos_hidef" "35" + "wide" "130" + "wide_hidef" "230" + "wide_lodef" "240" + "tall" "54" + "tall_hidef" "70" + "tall_lodef" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "%tip%" + "textAlignment" "center" [$WIN32] + "textAlignment" "north-west" [$X360] + "font" "SpectatorKeyHints" + "font_hidef" "HudFontSmall" + "font_lodef" "DefaultVerySmall" + "wrap" "1" + } + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r249" + "ypos" "c75" + "zpos" "1" + "wide" "250" + "tall" "900" + "visible" "0" + "bgcolor_override" "255 255 255 0" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_center_y" "1" + "model_wide" "64" + "model_tall" "48" + + "text_xpos" "90" + "text_ypos" "25" + "text_wide" "155" + "text_center" "1" + + "max_text_height" "90" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "ItemBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "250" + "tall" "900" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "TitleBackground" + { + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "246" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Cerbetica12" + "xpos" "10" + "ypos" "5" + "zpos" "1" + "wide" "270" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + } + } +} diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res new file mode 100644 index 0000000..4f446cf --- /dev/null +++ b/resource/ui/SpectatorGUIHealth.res @@ -0,0 +1,102 @@ +"Resource/UI/SpectatorGUIHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "28" + "tall" "28" + "visible" "0" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "5" + "ypos" "5" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + "PlayerStatusHealthValue" + { + "ControlName" "Label" + "fieldName" "PlayerStatusHealthValue" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "1000" + "tall" "1000" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + } + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "-9" + "ypos" "7" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "font" "CerbeticaBold16" + "textAlignment" "center" + } + "PlayerStatusHealthValueBackground" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueBackground" + "xpos" "-8" + "ypos" "8" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "font" "CerbeticaBold16" + "fgcolor" "0 0 0 255" + "textAlignment" "center" + } +} diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res new file mode 100644 index 0000000..999bd75 --- /dev/null +++ b/resource/ui/SpectatorTournament.res @@ -0,0 +1,552 @@ +"Resource/UI/SpectatorTournament.res" +{ + "specgui" + { + "ControlName" "Frame" + "fieldName" "specgui" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + + "team1_player_base_offset_x" "-422" + "team1_player_base_y" "460" + "team1_player_delta_x" "0" + "team1_player_delta_y" "-16" + "team2_player_base_offset_x" "-257" + "team2_player_base_y" "460" + "team2_player_delta_x" "0" + "team2_player_delta_y" "-16" + + "playerpanels_kv" + { + "visible" "0" + "wide" "160" + "tall" "16" + "zpos" "1" + "paintborder" "0" + + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "tabPosition" "0" + + "PanelBackground" + { + "ControlName" "ImagePanel" + "fieldName" "PanelBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "160" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "15 15 15 250" + } + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "CerbeticaBold14" + "xpos" "48" + "ypos" "0" + "zpos" "5" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "west" + "fgcolor" "235 226 202 255" + + if_mvm + { + "xpos" "0" + "ypos" "25" + "wide" "55" + "textAlignment" "center" + "font" "PlayerPanelPlayerName" + } + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "team1_image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "xpos" "5" + "ypos" "4" + "wide" "20" + "tall" "20" + "image" "../vgui/hud_connecting" + } + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "9999" + "tall" "9999" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "1" + } + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "0" + "zpos" "3" + "wide" "24" + "tall" "14" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "3" + + if_mvm + { + "visible" "1" + } + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "32" + "ypos" "8" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "Cerbetica12" + "xpos" "5" + "ypos" "4" + "zpos" "5" + "wide" "23" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + "fgcolor" "160 32 240 255" + + if_mvm + { + "ypos" "17" + } + } + "respawntimeBG" + { + "ControlName" "CExLabel" + "fieldName" "respawntimeBG" + "font" "Cerbetica12" + "xpos" "6" + "ypos" "5" + "zpos" "5" + "wide" "23" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + "fgcolor" "TransparentBlack" + + if_mvm + { + "ypos" "17" + } + } + "healthcover" + { + "ControlName" "CExLabel" + "fieldName" "healthcover" + "font" "Blocks48" + "xpos" "22" + "ypos" "1" + "zpos" "5" + "wide" "23" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + "fgcolor" "15 15 15 255" + + if_mvm + { + "ypos" "17" + } + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "Cerbetica12" + "xpos" "139" + "ypos" "2" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "west" + "fgcolor" "0 255 255 255" + } + "chargeamountBG" + { + "ControlName" "CExLabel" + "fieldName" "chargeamountBG" + "font" "Cerbetica12" + "xpos" "140" + "ypos" "3" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "west" + "fgcolor" "TransparentBlack" + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%specindex%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + } + + if_mvm + { + "wide" "55" + "tall" "35" + } + } + + if_mvm + { + "xpos" "c-250" + "ypos" "6" + "wide" "500" + "tall" "180" + + "team1_player_delta_x" "52" + } + } + + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "visible" "0" + "tall" "0" + } + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "visible" "0" + "ypos" "100" + "tall" "0" + } + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "visible" "0" + "ypos" "480" + } + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "c-300" [$WIN32] + "ypos" "50" [$WIN32] + "wide" "600" [$WIN32] + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "Cerbetica24" + } + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "c-190" + "ypos" "16" + "wide" "380" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_PVE_Buyback" + "textAlignment" "center" + "font" "HudFontSmall" + "wrap" "1" + "centerwrap" "1" + + if_mvm + { + "visible" "1" + } + } + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "visible" "0" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "visible" "0" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "visible" "0" + + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "visible" "0" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "visible" "0" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "visible" "0" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "visible" "0" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "visible" "0" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "visible" "0" + } + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r249" + "ypos" "c75" + "zpos" "1" + "wide" "250" + "tall" "900" + "visible" "0" + "bgcolor_override" "255 255 255 0" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "15" + "model_ypos" "25" + "model_center_y" "1" + "model_wide" "64" + "model_tall" "48" + + "text_xpos" "90" + + "text_wide" "155" + "text_center" "1" + + "max_text_height" "90" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "ItemBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "250" + "tall" "900" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "TitleBackground" + { + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "246" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Cerbetica12" + "xpos" "21" + "ypos" "5" + "zpos" "1" + "wide" "270" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + } +} diff --git a/resource/ui/SpectatorTournamentGUIHealth.res b/resource/ui/SpectatorTournamentGUIHealth.res new file mode 100644 index 0000000..11670f5 --- /dev/null +++ b/resource/ui/SpectatorTournamentGUIHealth.res @@ -0,0 +1,75 @@ +"Resource/UI/SpectatorTournamentGUIHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "22" + "tall" "22" + "visible" "0" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + "PlayerStatusHealthValueSpectator" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueSpectator" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "CerbeticaBold16" + "fgcolor" "235 226 202 255" + } + "PlayerStatusHealthValue2" +} diff --git a/resource/ui/TargetID.res b/resource/ui/TargetID.res new file mode 100644 index 0000000..2f2e42d --- /dev/null +++ b/resource/ui/TargetID.res @@ -0,0 +1,276 @@ +"Resource/UI/TargetID.res" +{ + "TargetBG" + { + "ControlName" "ImagePanel" + "fieldName" "TargetBG" + "xpos" "0" + "ypos" "15" + "zpos" "-1" + "wide" "600" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 128" + + } + "TargetBackground2" + { + "ControlName" "ImagePanel" + "fieldName" "TargetBackground2" + "xpos" "0" + "ypos" "15" + "zpos" "-1" + "wide" "600" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + + } + "TargetIDBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "TargetIDBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "640" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_2_lodef" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "teambg_3_lodef" "../hud/color_panel_blu" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + "TargetIDBG_Spec_Blue" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TargetIDBG_Spec_Blue" + "xpos" "0" + "ypos" "43" + "zpos" "-1" + "wide" "252" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/color_panel_blu" + "image_lodef" "../hud/color_panel_blu" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + "TargetIDBG_Spec_Red" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TargetIDBG_Spec_Red" + "xpos" "0" + "ypos" "43" + "zpos" "-1" + "wide" "252" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/color_panel_red" + "image_lodef" "../hud/color_panel_red" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "TargetNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "TargetNameLabel" + "font" "Cerbetica14" + "xpos" "40" + "ypos" "14" + "zpos" "1" + "wide" "600" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%targetname%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "TargetDataLabel" + { + "ControlName" "Label" + "fieldName" "TargetDataLabel" + "font" "Cerbetica12" + "xpos" "40" + "ypos" "28" + "zpos" "1" + "wide" "600" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%targetdata%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "2" + "ypos" "6" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning""0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "AmmoIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AmmoIcon" + "xpos" "34" + "ypos" "21" + "zpos" "12" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "image" "../hud/leaderboard_class_heavy" + "scaleImage" "1" + } + + "MoveableSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MoveableSubPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "32" + "tall" "36" + "visible" "1" + "enabled" "1" + + "MoveableIconBG" + { + "ControlName" "CIconPanel" + "fieldName" "MoveableIconBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "icon" "obj_status_alert_background_tall_nocolor" + "iconColor" "HudBlack" + "scaleImage" "1" + } + + "MoveableIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MoveableIcon" + "xpos" "5" + "ypos" "7" + "zpos" "11" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "icon" "obj_status_sentrygun_1" + "drawcolor" "ProgressOffWhite" + "scaleImage" "1" + } + "MoveableSymbolIcon" + { + "ControlName" "ImagePanel" + "fieldName" "MoveableSymbolIcon" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/eng_sel_item_movable" + "drawcolor" "ProgressOffWhite" + "scaleImage" "1" + } + "MoveableKeyText" + { + "ControlName" "CExLabel" + "fieldName" "MoveableKeyText" + "font_minmode" "Cerbetica12" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "12" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Pick Up" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "MoveableKeyLabel" + { + "ControlName" "Label" + "fieldName" "MoveableKeyLabel" + "font_minmode" "Cerbetica12" + "xpos" "0" + "ypos" "29" + "zpos" "1" + "wide" "12" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%movekey%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + } +} diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res new file mode 100644 index 0000000..8f64b0a --- /dev/null +++ b/resource/ui/winpanel.res @@ -0,0 +1,579 @@ +"Resource/UI/winpanel.res" +{ + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "56" + "wide" "200" + "tall" "100" + "visible" "1" + + "BlueScoreBG" + { + "ControlName" "ImagePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "25" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 153" + "scaleImage" "1" + + } + "RedScoreBG" + { + "ControlName" "ImagePanel" + "fieldName" "RedScoreBG" + "xpos" "100" + "ypos" "25" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "205 92 92 153" + "scaleImage" "1" + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Cerbetica24" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "4" + "ypos" "27" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Cerbetica48" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "15" + "ypos" "-9" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "Cerbetica48" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "16" + "ypos" "-7" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TransparentBlack" + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Cerbetica24" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "96" + "ypos" "27" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Cerbetica48" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "105" + "ypos" "-9" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Cerbetica48" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "107" + "ypos" "-7" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TransparentBlack" + } + + } + "WinPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "500" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "0 0 0 100" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "WinPanelBackground2" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBackground2" + "xpos" "0" + "ypos" "105" + "zpos" "0" + "wide" "300" + "tall" "300" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "0 0 0 100" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "font" "CerbeticaBold20" + "xpos" "-50" + "ypos" "109" + "zpos" "1" + "wide" "292" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinningTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "font" "CerbeticaBold20" + "fgcolor" "TransparentBlack" + "xpos" "-49" + "ypos" "110" + "zpos" "1" + "wide" "292" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinningTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "AdvancingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabel" + "font" "CerbeticaBold20" + "xpos" "-50" + "ypos" "109" + "zpos" "1" + "wide" "292" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%AdvancingTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "AdvancingTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabelDropshadow" + "font" "CerbeticaBold20" + "fgcolor" "black" + "xpos" "-49" + "ypos" "110" + "zpos" "1" + "wide" "292" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%AdvancingTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "font" "Cerbetica12" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "292" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinReasonLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "font" "Cerbetica12" + "xpos" "-35" + "ypos" "132" + "zpos" "1" + "wide" "268" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%DetailsLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "268" + "tall" "84" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 150" + "PaintBackgroundType" "0" + } + "TopPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "TopPlayerLabel" + "font" "Cerbetica9" + "xpos" "15" + "ypos" "150" + "zpos" "3" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%TopPlayersLabel%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "PointsThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "PointsThisRoundLabel" + "font" "Cerbetica9" + "xpos" "45" + "ypos" "150" + "zpos" "3" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Winpanel_PointsThisRound" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "15" + "ypos" "165" + "zpos" "3" + "wide" "170" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "250 234 201 255" + "PaintBackgroundType" "0" + } + "Player1Avatar" [$WIN32] + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "22" + "ypos" "170" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "48" [$WIN32] + "ypos" "167" + "zpos" "3" + "wide" "80" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "128" + "ypos" "167" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player1Score" + { + "ControlName" "CExLabel" + "fieldName" "Player1Score" + "xpos" "145" + "ypos" "167" + "zpos" "3" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + "Player2Avatar" [$WIN32] + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "22" + "ypos" "186" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "48" + "ypos" "183" + "zpos" "3" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "128" + "ypos" "183" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player2Score" + { + "ControlName" "CExLabel" + "fieldName" "Player2Score" + "xpos" "145" + "ypos" "183" + "zpos" "3" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + "Player3Avatar" [$WIN32] + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "22" + "ypos" "202" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "48" + "ypos" "199" + "zpos" "3" + "wide" "128" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "128" + "ypos" "199" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player3Score" + { + "ControlName" "CExLabel" + "fieldName" "Player3Score" + "xpos" "145" + "ypos" "199" + "zpos" "3" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } +} diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt new file mode 100644 index 0000000..0731099 --- /dev/null +++ b/scripts/HudAnimations_tf.txt @@ -0,0 +1,805 @@ +// sample animation script +// +// +// commands: +// Animate +// variables: +// FgColor +// BgColor +// Position +// Size +// Blur (hud panels only) +// TextColor (hud panels only) +// Ammo2Color (hud panels only) +// Alpha (hud weapon selection only) +// SelectionAlpha (hud weapon selection only) +// TextScan (hud weapon selection only) +// +// interpolator: +// Linear +// Accel - starts moving slow, ends fast +// Deaccel - starts moving fast, ends slow +// Spline - simple ease in/out curve +// Pulse - < freq > over the duration, the value is pulsed (cosine) freq times ending at the dest value (assuming freq is integral) +// Flicker - < randomness factor 0.0 to 1.0 > over duration, each frame if random # is less than factor, use end value, otherwise use prev value +// +// RunEvent +// starts another even running at the specified time +// +// StopEvent +// stops another event that is current running at the specified time +// +// StopAnimation +// stops all animations refering to the specified variable in the specified panel +// +// StopPanelAnimations +// stops all active animations operating on the specified panel +// +// SetFont +// +// SetTexture +// +// SetString + +event LevelInit +{ +} + +event OpenWeaponSelectionMenu +{ + StopEvent CloseWeaponSelectionMenu 0.0 + StopEvent WeaponPickup 0.0 + + // make the display visible + Animate HudWeaponSelection Alpha "128" Linear 0.0 0.1 + Animate HudWeaponSelection SelectionAlpha "255" Linear 0.0 0.1 + Animate HudWeaponSelection FgColor "FgColor" Linear 0.0 0.1 + //Animate HudWeaponSelection TextColor "BrightFg" Linear 0.0 0.1 + Animate HudWeaponSelection TextScan "1" Linear 0.0 0.1 +} + +event CloseWeaponSelectionMenu +{ + StopEvent CloseWeaponSelectionMenu 0.0 + StopEvent WeaponPickup 0.0 + + // make the display visible + Animate HudWeaponSelection Alpha "128" Linear 0.0 0.1 + Animate HudWeaponSelection SelectionAlpha "255" Linear 0.0 0.1 + Animate HudWeaponSelection FgColor "FgColor" Linear 0.0 0.1 + //Animate HudWeaponSelection TextColor "BrightFg" Linear 0.0 0.1 + Animate HudWeaponSelection TextScan "1" Linear 0.0 0.1 +} + + +event MenuOpen +{ + StopEvent MenuClose 0.0 + + // fade in + Animate HudMenu Alpha "255" Linear 0.0 0.1 + Animate HudMenu SelectionAlpha "255" Linear 0.0 0.1 + Animate HudMenu FgColor "FgColor" Linear 0.0 0.1 + Animate HudMenu MenuColor "MenuColor" Linear 0.0 0.1 + Animate HudMenu ItemColor "ItemColor" Linear 0.0 0.1 + Animate HudMenu TextScan "1" Linear 0.0 0.1 + + // Undo any blur + Animate HudMenu Blur "1" Linear 0.0 0.01 +} + +event MenuClose +{ + // Hide it + Animate HudMenu Alpha "0" Linear 0.0 1 + Animate HudMenu SelectionAlpha "0" Linear 0.0 1 + Animate HudMenu FgColor "0 0 0 0" Linear 0.0 1 + Animate HudMenu MenuColor "0 0 0 0" Linear 0.0 1 + Animate HudMenu ItemColor "0 0 0 0" Linear 0.0 1 +} + +event MenuPulse +{ + Animate HudMenu Blur "7" Linear 0.0 0.1 + Animate HudMenu Blur "2" Deaccel 0.1 0.1 + Animate HudMenu Blur "7" Linear 0.2 0.1 + Animate HudMenu Blur "2" Deaccel 0.3 0.1 + Animate HudMenu Blur "7" Linear 0.4 0.1 + Animate HudMenu Blur "2" Deaccel 0.5 0.1 + Animate HudMenu Blur "1" Deaccel 0.6 0.4 +} + +event TimerIncrement +{ + Animate HudTimer Blur "7" Linear 0.0 0.1 + Animate HudTimer Blur "2" Deaccel 0.1 0.8 + Animate HudTimer Blur "0" Deaccel 1.1 1.5 +} + +event TimerDecrement +{ + Animate HudTimer Blur "7" Linear 0.0 0.1 + Animate HudTimer Blur "2" Deaccel 0.1 0.8 + Animate HudTimer Blur "0" Deaccel 1.1 1.5 +} + + +event ResourceIncrement +{ + Animate HudResources Blur "3" Linear 0.0 0.0 + Animate HudResources PulseAmount "0" Linear 0.0 0.01 + Animate HudResources Blur "1" Deaccel 0.1 1.5 + Animate HudResources PulseAmount "1" Linear 0.1 2 + + Animate HudResources PulseAmount "0" Linear 2 2 +} + +event ResourceDecrement +{ + Animate HudResources Blur "7" Linear 0.0 0.0 + Animate HudResources PulseAmount "0" Linear 0.0 0.01 + Animate HudResources Blur "1" Deaccel 0.1 1.5 + Animate HudResources PulseAmount "1" Linear 0.1 2 + + Animate HudResources PulseAmount "0" Linear 2 2 +} + +event ResourcePickup +{ + Animate HudResourcesPickup Alpha "255" Linear 0 0 + Animate HudResourcesPickup Position "80 r40" Linear 0 0 + Animate HudResourcesPickup Position "80 r120" Deaccel 0 1 + Animate HudResourcesPickup Blur "7" Deaccel 0 0.2 + Animate HudResourcesPickup Alpha "0" Deaccel .8 0.2 + Animate HudResourcesPickup Blur "1" Deaccel 0.2 0.3 +} + +event HintMessageShow +{ + Animate HudHintDisplay HintSize "1" Deaccel 0.0 0.3 + Animate HudHintDisplay FgColor "FgColor" Linear 0.4 0.4 + + // flash text + Animate HudHintDisplay FgColor "FgColor" Linear 1.5 0.01 + Animate HudHintDisplay FgColor "255 220 0 255" Linear 2.0 0.2 + Animate HudHintDisplay FgColor "FgColor" Linear 2.2 0.2 + Animate HudHintDisplay FgColor "255 220 0 255" Linear 3.0 0.2 + Animate HudHintDisplay FgColor "FgColor" Linear 3.2 0.2 + + // hide the panel after a while + Animate HudHintDisplay FgColor "255 220 0 0" Linear 10.0 0.2 + Animate HudHintDisplay HintSize "0" Deaccel 10.2 0.3 +} + + +event HintMessageHide +{ + Animate HudHintDisplay FgColor "255 220 0 0" Linear 0.0 0.2 + Animate HudHintDisplay HintSize "0" Deaccel 0.2 0.3 +} + +event KeyHintMessageShow +{ + // show the hints + Animate HudHintKeyDisplay Alpha 255 Linear 0.0 0.5 + + // flash text + Animate HudHintKeyDisplay FgColor "FgColor" Linear 0.0 0.01 + Animate HudHintKeyDisplay FgColor "255 220 0 255" Linear 0.5 0.2 + Animate HudHintKeyDisplay FgColor "FgColor" Linear 0.7 0.2 + Animate HudHintKeyDisplay FgColor "255 220 0 255" Linear 1.5 0.2 + Animate HudHintKeyDisplay FgColor "FgColor" Linear 1.7 0.2 + + // hide the panel after a while + Animate HudHintKeyDisplay Alpha 0 Linear 12.0 1.0 +} + +event KeyHintMessageHide +{ + Animate HudHintKeyDisplay Alpha 0 Linear 0.0 0.5 +} + +//=========================================== + +//Health Bonus Pulse +event HudHealthBonusPulse +{ + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 + + Animate PlayerStatusHealthValue FgColor "48 255 48 255" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "48 255 48 255" Accel 0.0 0.0 + + RunEvent HudHealthBonusPulseLoop 0.4 +} + +// call to loop HudHealthBonusPulse +event HudHealthBonusPulseLoop +{ + RunEvent HudHealthBonusPulse 0.0 +} + +event HudHealthBonusPulseStop +{ + StopEvent HudHealthBonusPulse 0.0 + StopEvent HudHealthBonusPulseLoop 0.0 + + Animate PlayerStatusHealthValue FgColor "TanLight" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "TanLight" Accel 0.0 0.0 +} + +//=========================================== + +//Health Dying Pulse +event HudHealthDyingPulse +{ + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.075 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.125 0.075 + + Animate PlayerStatusHealthValue FgColor "255 153 0 255" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "255 153 0 255" Accel 0.0 0.0 + + RunEvent HudHealthDyingPulseLoop 0.25 +} + +// call to loop HudHealthDyingPulse +event HudHealthDyingPulseLoop +{ + RunEvent HudHealthDyingPulse 0.0 +} + +event HudHealthDyingPulseStop +{ + StopEvent HudHealthDyingPulse 0.0 + StopEvent HudHealthDyingPulseLoop 0.0 + + Animate PlayerStatusHealthValue FgColor "TanLight" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "TanLight" Accel 0.0 0.0 +} + +//=========================================== + +event HudLowAmmoPulse +{ + Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075 + Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075 + + Animate AmmoInClip FgColor "255 62 150 255" Linear 0.0 0.000 + + Animate AmmoInReserve FgColor "255 128 28 255" Linear 0.0 0.000 + + Animate AmmoNoClip FgColor "255 62 150 255" Linear 0.0 0.000 + + RunEvent HudLowAmmoPulseLoop 0.25 +} + +// call to loop HudLowAmmoPulse +event HudLowAmmoPulseLoop +{ + RunEvent HudLowAmmoPulse 0.0 +} + +event HudLowAmmoPulseStop +{ + StopEvent HudLowAmmoPulse 0.0 + StopEvent HudLowAmmoPulseLoop 0.0 + + Animate AmmoInClip FgColor "48 255 48 255" Accel 0.0 0.0 + + Animate AmmoInReserve FgColor "72 255 255 255" Accel 0.0 0.0 + + Animate AmmoNoClip FgColor "48 255 48 255" Accel 0.0 0.0 +} + +//=========================================== + +event ControlPointIconShrink +{ + Animate HudControlPointIcons icon_expand "0" Linear 0.0 0.2 +} + +event ControlPointIconGrow +{ + Animate HudControlPointIcons icon_expand "4" Linear 0.0 0.2 +} + +// Metal Account + +//activecolor - instantly turn red, fade back to yellow +event AccountMoneyRemoved +{ + Animate HudAccount FgColor "HudIcon_Red" Linear 0.0 0.0001 + Animate HudAccount FgColor "OrangeDim" Accel 0.0 3.0 + + Animate HudAccount Ammo2Color "HudIcon_Red" Linear 0.0 0.0001 + Animate HudAccount Ammo2Color "0 0 0 0" Accel 0.0 3.0 +} + +//activecolor - instantly turn green, fade back to yellow +event AccountMoneyAdded +{ + Animate HudAccount FgColor "HudIcon_Green" Linear 0.0 0.0001 + Animate HudAccount FgColor "OrangeDim" Accel 0.0 3.0 + + Animate HudAccount Ammo2Color "HudIcon_Green" Accel 0.0 0.0001 + Animate HudAccount Ammo2Color "0 0 0 0" Accel 0.0 3.0 +} + +event AccountMoneyInvisible +{ + Animate HudAccount FgColor "OrangeDim" Accel 0.0 0.0001 + Animate HudAccount Ammo2Color "0 0 0 0" Accel 0.0 0.0001 +} + +//=========================================== + +event FlagOutlineHide +{ + Animate OutlineImage Alpha "0" Linear 0.0 0.1 +} + +// Local player flag pickup/drop +event FlagOutline +{ + RunEvent FlagOutlineHide 0.0 + Animate OutlineImage Alpha "255" Linear 0.1 0.2 + + Animate OutlineImage Position "c-200 140" Linear 0.1 0.2 + Animate OutlineImage Size "400 200" Linear 0.1 0.2 + + Animate OutlineImage Position "c-50 r137" Linear 0.7 0.2 [$WIN32] + Animate OutlineImage Position "c-50 r158" Linear 0.7 0.2 [$X360] + Animate OutlineImage Size "100 50" Linear 0.7 0.2 + + Animate OutlineImage Alpha "0" Linear 0.9 0.1 +} + +//=========================================== + +// Spy Disguise +event HudSpyDisguiseChanged +{ + Animate PlayerStatusSpyOutlineImage Alpha "255" Linear 0.0 0.2 + + Animate PlayerStatusSpyOutlineImage Position "c-200 c-200" Linear 0.0 0.2 + Animate PlayerStatusSpyOutlineImage Size "400 400" Linear 0.0 0.2 + + RunEvent HudSpyDisguiseHide 0.7 +} + +event HudSpyDisguiseHide +{ + Animate PlayerStatusSpyOutlineImage Position "3 413" Linear 0.0 0.2 + Animate PlayerStatusSpyOutlineImage Size "55 55" Linear 0.0 0.2 + + Animate PlayerStatusSpyOutlineImage Alpha "0" Linear 0.2 0.1 +} + +event HudSpyDisguiseFadeIn +{ + RunEvent HudSpyDisguiseChanged 0 + Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 +} + +event HudSpyDisguiseFadeOut +{ + RunEvent HudSpyDisguiseChanged 0 + Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 +} + +//=========================================== + +// Show the Overtime panel +event OvertimeShow +{ + Animate OvertimeLabel Alpha "255" Linear 0.0 0.1 + Animate OvertimeBG Alpha "255" Linear 0.0 0.1 +} + + +event HudSnapShotReminderIn +{ + Animate ScreenshotPanel Position "c-83 -50" Linear 0.0 0.001 + Animate ScreenshotPanel Position "c-83 13" Spline 0.001 0.2 +} + +event HudReplayReminderIn // Places the replay reminder in the same place as the snapshot reminder +{ + Animate ReplayReminder Position "c-83 -50" Linear 0.0 0.001 + Animate ReplayReminder Position "c-83 13" Spline 0.001 0.2 +} + +event HudReplayReminderIn2 // Puts the panel below the snapshot panel +{ + Animate ReplayReminder Position "c-83 -50" Linear 0.0 0.001 + Animate ReplayReminder Position "c-83 53" Spline 0.001 0.2 +} + +event HudReplayTipIn +{ + Animate ReplayTip Position "10 -100" Linear 0.0 0.001 + Animate ReplayTip Position "10 6" Spline 0.001 0.1 +} + +event HudReplayTipOut +{ + Animate ReplayTip Position "10 6" Linear 0.0 0.001 + Animate ReplayTip Position "10 -100" Spline 0.001 0.1 +} + +event HudTournamentSetupPanelOpen +{ + Animate HudTournamentSetup Position "c-90 -70" Linear 0.0 0.001 + Animate HudTournamentSetup Position "c-90 70" Spline 0.001 0.2 +} + +event HudTournamentSetupPanelClose +{ + Animate HudTournamentSetup Position "c-90 70" Linear 0.0 0.001 + Animate HudTournamentSetup Position "c-90 -70" Spline 0.001 0.2 +} + + +//==================================== + +// Flash the medic charge hud when we have full charge + +event HudMedicCharged +{ + Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1 + Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1 + Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1 + Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1 + Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1 + Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1 + + Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1 + Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1 + Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1 + Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1 + Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1 + Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1 + + RunEvent HudMedicChargedLoop 0.6 +} + +// call to loop HudHealthBonusPulse +event HudMedicChargedLoop +{ + RunEvent HudMedicCharged 0.0 +} + +event HudMedicChargedStop +{ + StopEvent HudMedicCharged 0.0 + StopEvent HudMedicChargedLoop 0.0 + + Animate ChargeLabel FgColor "48 255 48 255" Linear 0.0 0.0001 + Animate ChargeMeter FgColor "TanLight" Linear 0.0 0.0001 + +} + +//==================================== + +event VideoCaptionFadeIn +{ + Animate VideoCaption Alpha "255" Linear 0.0 0.1 +} + +event VideoCaptionFadeOut +{ + Animate VideoCaption Alpha "0" Linear 0.0 0.1 +} + +//==================================== + +// arena + +event ArenaVsPanelOnShow +{ + Animate bluepanel Position "-200 50" Linear 0.0 0.001 + Animate redpanel Position "r-200 140" Linear 0.0 0.001 + Animate vslabel Alpha "0" Linear 0.0 0.001 + + RunEvent ArenaVsPanelSlideIn 1.0 + RunEvent ArenaVsPanelSlideOut 4.8 +} + +event ArenaVsPanelSlideIn +{ + Animate bluepanel Position "c-100 50" Spline 0.0 0.2 + Animate redpanel Position "c-100 140" Spline 0.0 0.2 + Animate vslabel Alpha "255" Linear 0.15 0.2 +} + +event ArenaVsPanelSlideOut +{ + Animate bluepanel Position "-200 50" Spline 0.0 0.2 + Animate redpanel Position "r-200 140" Spline 0.0 0.2 + Animate vslabel Alpha "0" Linear 0.0 0.05 +} + +//=========================================== + +//Cart Alarm Pulse +event HudCartAlarmPulse +{ + Animate EscortItemImageAlert Alpha "160" Linear 0.0 0.3 + Animate EscortItemImageAlert Alpha "0" Linear 0.6 0.3 + + RunEvent HudCartAlarmPulseLoop 1.2 +} + +event HudCartAlarmPulseLoop +{ + RunEvent HudCartAlarmPulse 0.0 +} + +event HudCartAlarmPulseStop +{ + StopEvent HudCartAlarmPulse 0.0 + StopEvent HudCartAlarmPulseLoop 0.0 +} + +//=========================================== + +// Active Timer BG Pulse +event ActiveTimerBGPulse +{ + Animate ActiveTimerBG Alpha "0" Linear 0.1 0.1 + Animate ActiveTimerBG Alpha "255" Linear 0.3 0.1 + + Animate ActiveTimerBG Alpha "0" Linear 0.5 0.1 + Animate ActiveTimerBG Alpha "255" Linear 0.7 0.1 + + Animate ActiveTimerBG Alpha "0" Linear 0.9 0.1 + Animate ActiveTimerBG Alpha "255" Linear 1.1 0.1 +} + +//=========================================== + +event TeamsFullArrowAnimate +{ + Animate TeamsFullArrow Position "c-118 165" Linear 0 0 + Animate TeamsFullArrow Position "c-118 180" Linear 0 0.4 + Animate TeamsFullArrow Position "c-118 165" Linear 0.4 0.4 + + RunEvent TeamsFullArrowAnimateLoop 0.8 +} + +event TeamsFullArrowAnimateLoop +{ + RunEvent TeamsFullArrowAnimate 0.0 +} + +event TeamsFullArrowAnimateEnd +{ + StopEvent TeamsFullArrowAnimate 0.0 + StopEvent TeamsFullArrowAnimateLoop 0.0 +} + +//=========================================== + +event TrainingHudBounce +{ + Animate ObjectiveStatusTraining Position "c-160 r187" Linear 0 0 + Animate ObjectiveStatusTraining Position "c-160 r127" Bounce 0.0 2.0 +} + +event TrainingPressSpacebarBlink +{ + Animate PressSpacebarToContinue Alpha "255" Linear 0.0 0.1 + Animate PressSpacebarToContinue Alpha "0" Linear 0.2 0.1 + + Animate PressSpacebarToContinue Alpha "255" Linear 0.4 0.1 + Animate PressSpacebarToContinue Alpha "0" Linear 0.6 0.1 + + Animate PressSpacebarToContinue Alpha "255" Linear 0.8 0.1 + Animate PressSpacebarToContinue Alpha "0" Linear 1.0 0.1 + + Animate PressSpacebarToContinue Alpha "255" Linear 1.2 0.1 + + RunEvent TrainingPressSpacebarBlinkLoop 3.0 +} + +event TrainingPressSpacebarBlinkLoop +{ + RunEvent TrainingPressSpacebarBlink 0.0 +} + +event TrainingPressSpacebarBlinkStop +{ + StopEvent TrainingPressSpacebarBlink 0.0 + StopEvent TrainingPressSpacebarBlinkLoop 0.0 +} + +//=========================================== + +event IntroMovieContinueBlink +{ + Animate continue Alpha "255" Linear 0.0 0.1 + Animate continue Alpha "0" Linear 0.2 0.1 + + Animate continue Alpha "255" Linear 0.4 0.1 + Animate continue Alpha "0" Linear 0.6 0.1 + + Animate continue Alpha "255" Linear 0.8 0.1 + Animate continue Alpha "0" Linear 1.0 0.1 + + Animate continue Alpha "255" Linear 1.2 0.1 + + RunEvent IntroMovieContinueBlinkLoop 2.0 +} + +event IntroMovieContinueBlinkLoop +{ + RunEvent IntroMovieContinueBlink 0.0 +} + +event IntroMovieContinueBlinkStop +{ + StopEvent IntroMovieContinueBlink 0.0 + StopEvent IntroMovieContinueBlinkLoop 0.0 +} + +//=========================================== + +event HasMOTDBlink +{ + Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1 + Animate MOTD_ShowButtonPanel_SB Alpha "0" Linear 0.2 0.1 + + Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.4 0.1 + Animate MOTD_ShowButtonPanel_SB Alpha "0" Linear 0.6 0.1 + + Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.8 0.1 + Animate MOTD_ShowButtonPanel_SB Alpha "0" Linear 1.0 0.1 + + Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 1.2 0.1 + + RunEvent HasMOTDBlinkLoop 2.0 +} + +event HasMOTDBlinkLoop +{ + RunEvent HasMOTDBlink 0.0 +} + +event HasMOTDBlinkStop +{ + StopEvent HasMOTDBlink 0.0 + StopEvent HasMOTDBlinkLoop 0.0 + Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1 +} + +//=========================================== + +event HasNotificationsBlink +{ + Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1 + Animate Notifications_ShowButtonPanel_SB Alpha "0" Linear 0.2 0.1 + + Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.4 0.1 + Animate Notifications_ShowButtonPanel_SB Alpha "0" Linear 0.6 0.1 + + Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.8 0.1 + Animate Notifications_ShowButtonPanel_SB Alpha "0" Linear 1.0 0.1 + + Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 1.2 0.1 + + RunEvent HasNotificationsBlinkLoop 2.0 +} + +event HasNotificationsBlinkLoop +{ + RunEvent HasNotificationsBlink 0.0 +} + +event HasNotificationsBlinkStop +{ + StopEvent HasNotificationsBlink 0.0 + StopEvent HasNotificationsBlinkLoop 0.0 + Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1 +} + +//=========================================== + +event AddToCartBlink +{ + Animate CartButton BgColor "TanDark" Linear 0.0 0.01 + Animate CartButton BgColor "255 150 0 255" Linear 0.1 0.01 + + Animate CartButton BgColor "TanDark" Linear 0.2 0.01 + Animate CartButton BgColor "255 150 0 255" Linear 0.3 0.01 + + Animate CartButton BgColor "TanDark" Linear 0.4 0.01 + Animate CartButton BgColor "255 150 0 255" Linear 0.5 0.01 + + Animate CartButton BgColor "TanDark" Linear 0.6 0.01 + Animate CartButton BgColor "255 150 0 255" Linear 0.7 0.01 + + Animate CartButton BgColor "TanDark" Linear 0.8 0.01 + Animate CartButton BgColor "255 150 0 255" Linear 0.9 0.01 + + Animate CartButton BgColor "TanDark" Linear 1.0 0.01 +} + +//=========================================== + +event NotificationsPresentBlink +{ + Animate NotificationsPresentPanel Alpha "255" Linear 0.0 0.1 + Animate NotificationsPresentPanel Alpha "0" Linear 0.2 0.1 + + Animate NotificationsPresentPanel Alpha "255" Linear 0.4 0.1 + Animate NotificationsPresentPanel Alpha "0" Linear 0.6 0.1 + + Animate NotificationsPresentPanel Alpha "255" Linear 0.8 0.1 + Animate NotificationsPresentPanel Alpha "0" Linear 1.0 0.1 + + Animate NotificationsPresentPanel Alpha "255" Linear 1.2 0.1 + + RunEvent NotificationsPresentBlinkLoop 2.0 +} + +event NotificationsPresentBlinkLoop +{ + RunEvent NotificationsPresentBlink 0.0 +} + +event NotificationsPresentBlinkStop +{ + StopEvent NotificationsPresentBlink 0.0 + StopEvent NotificationsPresentBlinkLoop 0.0 + Animate NotificationsPresentPanel Alpha "255" Linear 0.0 0.1 +} + +//=========================================== + +event DamagedPlayer +{ + // empty +} + +//=========================================== + +event SpyWarningFlash +{ + Animate EnemyCountImageBG BgColor "RedSolid" Linear 0.0 0.01 + Animate EnemyCountImageBG BgColor "TanLight" Linear 0.21 0.01 + + RunEvent SpyWarningFlashLoop 0.42 +} + +event SpyWarningFlashLoop +{ + RunEvent SpyWarningFlash 0.0 +} + +event SpyWarningFlashEnd +{ + StopEvent SpyWarningFlash 0.0 + StopEvent SpyWarningFlashLoop 0.0 +} + +event HudReadyPulse +{ + Animate TournamentInstructionsLabel FgColor "TanLight" Linear 0.0 0.1 + Animate TournamentInstructionsLabel FgColor "RedSolid" Linear 0.3 0.4 + + RunEvent HudReadyPulseLoop 0.5 +} + +event HudReadyPulseLoop +{ + RunEvent HudReadyPulse 0.0 +} + +event HudReadyPulseEnd +{ + Animate TournamentInstructionsLabel FgColor "TanLight" Linear 0.0 0.1 + + StopEvent HudReadyPulse 0.0 + StopEvent HudReadyPulseLoop 0.0 +} + diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res new file mode 100644 index 0000000..e19d723 --- /dev/null +++ b/scripts/hudlayout.res @@ -0,0 +1,1307 @@ +"Resource/HudLayout.res" +{ + xHairCircle + { + "controlName" "CExLabel" + "fieldName" "xHairCircle" + "font" "xHairCircle" + "visible" "1" + "enabled" "1" + "zpos" "2" + + "xpos" "c-100" + "ypos" "c-102" + "wide" "200" + "tall" "200" + + "font" "xHairCircle" + "labelText" "o" + "textAlignment" "center" + + "fgcolor" "255 255 255 100" + } + HudPlayerStatus + { + "fieldName" "HudPlayerStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + HudWeaponAmmo + { + "fieldName" "HudWeaponAmmo" + "visible" "1" + "enabled" "1" + "xpos" "c85" + "ypos" "c76" + "wide" "300" //was made 4 units taller in MvM update + "tall" "300" + } + + HudObjectiveStatus + { + "fieldName" "HudObjectiveStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudKothTimeStatus + { + "fieldName" "HudKothTimeStatus" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "0" + "wide" "200" + "tall" "60" + + "blue_active_xpos" "16" + "blue_active_xpos_minmode" "55" + + "red_active_xpos" "106" + "red_active_xpos_minmode" "105" + } + + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" [$WIN32] + "ypos" "c25" [$WIN32] + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudMedicCharge + { + "fieldName" "HudMedicCharge" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c25" + "wide" "500" + "tall" "500" + } + + HudDemomanCharge + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" [$WIN32] + "ypos" "c25" [$WIN32] + "wide" "150" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudBowCharge + { + "fieldName" "HudBowCharge" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "c124" + "zpos" "1" // draw in front of ammo + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudFlameRocketCharge + { + "fieldName" "HudFlameRocketCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" [$WIN32] + "xpos_minmode" "r52" [$WIN32] + "ypos" "r21" [$WIN32] + "ypos_minmode" "r40" [$WIN32] + "xpos" "r112" [$X360] + "ypos" "r45" [$X360] + "zpos" "1" // draw in front of ammo + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudBossHealth + { + "fieldName" "HudBossHealth" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "42" + "zpos" "0" // draw in front of ammo + "wide" "200" + "tall" "50" + "MeterFG" "Red" + "MeterBG" "Gray" + } + + HudWeaponSelection + { + "fieldName" "HudWeaponSelection" + "xpos" "0" + "wide" "f0" + "ypos" "0" + "tall" "480" + "RightMargin" "0" + "RightMargin_hidef" "32" + "RightMargin_lodef" "38" + "visible" "1" + "enabled" "1" + "SmallBoxWide" "72" + "SmallBoxTall" "54" + "PlusStyleBoxWide" "90" + "PlusStyleBoxTall" "63" + "PlusStyleExpandSelected" "0.3" + "LargeBoxWide" "110" + "LargeBoxTall" "77" + "BoxGap" "4" [$WIN32] + "BoxGap" "4" [$X360] + "SelectionNumberXPos" "12" + "SelectionNumberYPos" "4" + "IconXPos" "8" + "IconYPos" "0" + "TextYPos" "70" [$WIN32] + "TextYPos" "65" [$X360] + "ErrorYPos" "48" + "TextColor" "SelectionTextFg" + "MaxSlots" "6" + "PlaySelectSounds" "1" + "Alpha" "220" + "SelectionAlpha" "220" + "BoxColor" "0 0 0 220" + "SelectedBoxClor" "0 0 0 220" + "SelectionNumberFg" "200 187 161 255" + "NumberFont" "HudSelectionText" + } + + CHudAccountPanel + { + "fieldName" "CHudAccountPanel" + "xpos" "r315" [$WIN32] + "ypos" "r235" [$WIN32] + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + CHealthAccountPanel + { + "fieldName" "CHealthAccountPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + CDamageAccountPanel + { + "fieldName" "CDamageAccountPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + DisguiseStatus + { + "fieldName" "DisguiseStatus" + "visible" "1" + "enabled" "1" + "xpos" "10" [$WIN32] + "ypos" "r70" [$WIN32] + "xpos" "50" [$X360] + "ypos" "330" [$X360] + "wide" "500" + "tall" "200" + "TextFont" "Default" [$X360] + } + + CMainTargetID + { + "fieldName" "CMainTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "c65" + "wide" "600" + "tall" "200" + "priority" "40" + } + + CSpectatorTargetID + { + "fieldName" "CSpectatorTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "c25" + "wide" "600" + "tall" "46" + "priority" "40" + + "x_offset" "20" + "y_offset" "20" + } + + CSecondaryTargetID + { + "fieldName" "CSecondaryTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "c25" + "wide" "600" + "tall" "50" + "priority" "35" +} + + BuildingStatus_Spy + { + "fieldName" "BuildingStatus_Spy" + "visible" "1" + "enabled" "1" + "xpos" "0" [$WIN32] + "ypos" "0" [$WIN32] + "xpos" "32" [$X360] + "ypos" "16" [$X360] + "wide" "640" + "tall" "480" + + "PaintBackgroundType" "2" + } + + BuildingStatus_Engineer + { + "fieldName" "BuildingStatus_Engineer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "xpos_hidef" "32" + "xpos_lodef" "40" + "ypos" "0" + "ypos_hidef" "16" + "ypos_lodef" "25" + "wide" "640" + "tall" "480" + + "PaintBackgroundType" "2" + } + + HudMannVsMachineStatus + { + "fieldName" "HudMannVsMachineStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + + "PaintBackgroundType" "2" + } + + HudProgressBar + { + "fieldName" "HudProgressBar" + "xpos" "c-150" + "ypos" "300" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + + "BorderThickness" "1" + + "PaintBackgroundType" "2" + } + + HudRoundTimer + { + "fieldName" "HudRoundTimer" + "xpos" "c-20" + "ypos" "440" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "FlashColor" "HudIcon_Red" + + "icon_xpos" "0" + "icon_ypos" "2" + "digit_xpos" "34" + "digit_ypos" "2" + } + + HudScenarioIcon + { + "fieldName" "HudScenarioIcon" + "xpos" "c110" + "ypos" "443" + "wide" "40" + "tall" "44" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "IconColor" "Hostage_Yellow" + } + + HudFlashlight + { + "fieldName" "HudFlashlight" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "370" + "wide" "102" + "tall" "20" + + "text_xpos" "8" + "text_ypos" "6" + "TextColor" "255 170 0 220" + + "PaintBackgroundType" "2" + } + + HudDamageIndicator + { + + } + + HudCommentary + { + "fieldName" "HudCommentary" + "xpos" "c-190" + "ypos" "320" + "wide" "380" + "tall" "50" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + "BackgroundOverrideColor" "0 0 0 128" + + "bar_xpos" "50" + "bar_ypos" "20" + "bar_height" "8" + "bar_width" "320" + "speaker_xpos" "50" + "speaker_ypos" "8" + "count_xpos_from_right" "10" // Counts from the right side + "count_ypos" "8" + + "icon_texture" "vgui/hud/icon_commentary" + "icon_xpos" "0" + "icon_ypos" "0" + "icon_width" "40" + "icon_height" "40" + + "use_script_bgcolor" "1" + } + + HudZoom + { + "fieldName" "HudZoom" + "visible" "1" + "enabled" "1" + "Circle1Radius" "66" + "Circle2Radius" "74" + "DashGap" "16" + "DashHeight" "4" + "BorderThickness" "88" + } + + HudCrosshair + { + "fieldName" "HudCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudDeathNotice + { + "fieldName" "HudDeathNotice" + "visible" "1" + "enabled" "1" + "xpos" "r592" [$WIN32] + "ypos" "12" [$WIN32] + "wide" "580" + "tall" "468" + + "MaxDeathNotices" "8" + "IconScale" "0.35" + "LineHeight" "14" + "LineSpacing" "0" + "CornerRadius" "0" + "RightJustify" "1" // If 1, draw notices from the right + + "TextFont" "CerbeticaBold14" + + "TeamBlue" "HUDBlueTeamSolid" + "TeamRed" "HUDRedTeamSolid" + "IconColor" "HudWhite" + "LocalPlayerColor" "HUDBlack" + + "BaseBackgroundColor" "46 43 42 172" [$WIN32] + "LocalBackgroundColor" "245 229 196 200" [$WIN32] + } + + HudVehicle + { + "fieldName" "HudVehicle" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + CVProfPanel + { + "fieldName" "CVProfPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + ScorePanel + { + "fieldName" "ScorePanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudTrain + { + "fieldName" "HudTrain" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudMOTD + { + "fieldName" "HudMOTD" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudMessage + { + "fieldName" "HudMessage" + "visible" "1" + "enabled" "1" + "wide" "f0" + "tall" "480" + } + + HudMenu + { + "fieldName" "HudMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "1" + + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + + } + + HudCloseCaption + { + "fieldName" "HudCloseCaption" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "276" [$WIN32] + "ypos" "236" [$X360] + "wide" "500" + "tall" "136" [$WIN32] + "tall" "176" [$X360] + + "BgAlpha" "128" + + "GrowTime" "0.25" + "ItemHiddenTime" "0.2" // Nearly same as grow time so that the item doesn't start to show until growth is finished + "ItemFadeInTime" "0.15" // Once ItemHiddenTime is finished, takes this much longer to fade in + "ItemFadeOutTime" "0.3" + "topoffset" "0" + } + + HudHistoryResource + { + "fieldName" "HudHistoryResource" + "visible" "0" + "enabled" "0" + "xpos" "r640" [$WIN32] + "xpos" "r672" [$X360] + "wide" "640" + "tall" "330" + "history_gap" "55" + } + + HudGeiger + { + "fieldName" "HudGeiger" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HUDQuickInfo + { + "fieldName" "HUDQuickInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudWeapon + { + "fieldName" "HudWeapon" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + HudAnimationInfo + { + "fieldName" "HudAnimationInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + CBudgetPanel + { + "fieldName" "CBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + CTextureBudgetPanel + { + "fieldName" "CTextureBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudPredictionDump + { + "fieldName" "HudPredictionDump" + "visible" "1" + "enabled" "1" + "wide" "1280" + "tall" "1024" + } + + + HudLocation + { + "fieldName" "HudLocation" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "112" + "wide" "96" + "tall" "16" + "textAlignment" "north" + } + + HudScope + { + "fieldName" "HudScope" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudScopeCharge + { + "fieldName" "HudScopeCharge" + "visible" "1" + "enabled" "1" + "xpos" "c64" + "ypos" "c-64" + "wide" "64" + "tall" "128" + } + + HudVoiceSelfStatus + { + "fieldName" "HudVoiceSelfStatus" + "visible" "1" + "enabled" "1" + "xpos" "r42" [$WIN32] + "ypos" "355" [$WIN32] + "xpos" "r75" [$X360] + "ypos" "375" [$X360] + "wide" "32" + "tall" "32" + } + + HudVoiceStatus + { + "fieldName" "HudVoiceStatus" + "visible" "1" + "enabled" "1" + "xpos" "r145" [$WIN32] + "ypos" "0" [$WIN32] + "xpos" "r210" [$X360] + "ypos" "0" [$X360] + "wide" "145" + "tall" "400" + + "item_wide" "135" + + "show_avatar" "0" + + "show_dead_icon" "1" + "dead_xpos" "1" + "dead_ypos" "0" + "dead_wide" "16" + "dead_tall" "16" + + "show_voice_icon" "1" + "icon_ypos" "0" + "icon_xpos" "15" + "icon_tall" "16" + "icon_wide" "16" + + "text_xpos" "33" + } + + HudHintDisplay + { + "fieldName" "HudHintDisplay" + "visible" "0" + "enabled" "1" + "xpos" "c-240" + "ypos" "c60" + "wide" "480" + "tall" "100" + "HintSize" "1" + "text_xpos" "8" + "text_ypos" "8" + "center_x" "0" // center text horizontally + "center_y" "-1" // align text on the bottom + } + + HudHintKeyDisplay + { + "fieldName" "HudHintKeyDisplay" + "visible" "0" + "enabled" "1" + "xpos" "r120" + "ypos" "r340" + "wide" "100" + "tall" "200" + "text_xpos" "8" + "text_ypos" "8" + "text_xgap" "8" + "text_ygap" "8" + "TextColor" "255 170 0 220" + + "PaintBackgroundType" "2" + } + + overview + { + "fieldname" "overview" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + } + + VguiScreenCursor + { + "fieldName" "VguiScreenCursor" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudControlPointIcons + { + "fieldName" "HudControlPointIcons" + "xpos" "0" + "ypos" "410" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "separator_width" "3" // distance between the icons (including their backgrounds) + "separator_height" "3" + "height_offset" "3" [$WIN32] // distance from the bottom of the panel + } + + HudCapturePanel + { + "fieldName" "HudCapturePanel" + "xpos" "c-75" + "ypos" "c80" + "wide" "150" + "tall" "90" + "visible" "1" + "enabled" "1" + "icon_space" "2" + } + + HUDAutoAim + { + + } + + HudHDRDemo + { + + } + + WinPanel + { + "fieldName" "WinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "260" + "wide" "200" + "tall" "300" + } + + ArenaWinPanel + { + "fieldName" "ArenaWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-240" + "ypos" "250" + "wide" "450" + "tall" "218" + } + + PVEWinPanel + { + "fieldName" "PVEWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "255" + "wide" "300" + "tall" "215" + } + + StatPanel + { + "fieldName" "StatPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-133" + "xpos_lodef" "c-190" + "ypos" "270" + "ypos_lodef" "250" + "wide" "266" + "wide_lodef" "400" + "tall" "120" + "tall_lodef" "190" + } + + FreezePanel + { + "fieldName" "FreezePanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + FreezePanelCallout + { + "fieldName" "FreezePanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + AnnotationsPanelCallout + { + "fieldName" "AnnotationsPanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + AnnotationsPanel + { + + } + + WaitingForPlayersPanel + { + "fieldName" "WaitingForPlayersPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-146" + "ypos" "10" + "wide" "292" + "tall" "64" + } + + "HudUpgradePanel" + { + "fieldName" "HudUpgradePanel" + "visible" "0" + "enable" "1" + "xpos" "c-200" + "ypos" "260" + "wide" "400" + "tall" "160" + } + + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "10" [$WIN32] + "xpos" "42" [$X360] + "ypos" "275" + "wide" "320" + "tall" "120" + "PaintBackgroundType" "2" + } + + "HudMenuEngyBuild" + { + "fieldName" "HudMenuEngyBuild" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c-55" + "wide" "450" + "tall" "195" + "PaintBackgroundType" "0" + } + + "HudMenuEngyDestroy" + { + "fieldName" "HudMenuEngyDestroy" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c-59" + "wide" "450" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudMenuSpyDisguise" + { + "fieldName" "HudMenuSpyDisguise" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-52" + "ypos_hidef" "c-42" + "ypos_lodef" "c-42" + "wide" "470" + "tall" "200" [$WIN32] + "tall" "180" [$X360] + "PaintBackgroundType" "0" + } + + HudDemomanPipes + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c75" [$WIN32] + "ypos" "c137" [$WIN32] + "wide" "150" + "tall" "50" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudTeamGoal + { + "fieldName" "HudTeamGoal" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "ypos_lodef" "75" + "wide" "320" + "tall" "100" + } + + + HudTeamGoalTournament + { + "fieldName" "HudTeamGoalTournament" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "15" + "ypos_lodef" "75" + "wide" "320" + "tall" "245" + } + + HudTeamSwitch + { + "fieldName" "HudTeamSwitch" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "ypos_hidef" "90" + "ypos_lodef" "90" + "wide" "320" + "tall" "100" + } + + HudArenaNotification + { + "fieldName" "HudArenaNotification" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "ypos_hidef" "90" + "ypos_lodef" "90" + "wide" "320" + "tall" "150" + } + + HudArenaCapPointCountdown + { + "fieldName" "HudArenaCapPointCountdown" + "visible" "1" + "enabled" "1" + "xpos" "c-15" + "ypos" "442" + "wide" "30" + "tall" "30" + "zpos" "99" + } + + HudStalemate + { + "fieldName" "HudStalemate" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "ypos_lodef" "75" + "wide" "320" + "tall" "100" + } + HudTournament + { + "fieldName" "HudTournament" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "5" + "ypos_lodef" "75" + "zpos" "2" + "wide" "250" + "tall" "80" + } + + HudTournamentSetup + { + "fieldName" "HudTournamentSetup" + "visible" "0" + "enabled" "1" + "xpos" "c-90" + "ypos" "-70" + "ypos_lodef" "75" + "wide" "180" + "tall" "65" + } + + HudStopWatch + { + "fieldName" "HudStopWatch" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "5" + "ypos_minmode" "15" + "ypos_lodef" "75" + "wide" "125" + "tall" "55" + } + + NotificationPanel + { + "fieldName" "NotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-320" + "ypos" "300" + "wide" "640" + "tall" "100" + } + + AchievementNotificationPanel + { + "fieldName" "AchievementNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "180" + "wide" "f10" [$WIN32] + "wide" "f60" [$X360] + "tall" "100" + } + + CriticalPanel [$WIN32] + { + "fieldName" "CriticalPanel" + "visible" "1" + "enabled" "1" + "xpos" "r155" + "ypos" "r75" + "wide" "150" + "tall" "25" + } + + HudArenaClassLayout [$WIN32] + { + "fieldName" "HudArenaClassLayout" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "r320" + "wide" "f0" + "tall" "320" + } + + HudArenaVsPanel [$WIN32] + { + "fieldName" "HudArenaVsPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "240" + "wide" "f0" + "tall" "240" + } + + HudArenaPlayerCount [$WIN32] + { + "fieldName" "HudArenaPlayerCount" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "50" + } + + "HudAchievementTracker" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTracker" + "xpos" "5" + "NormalY" "10" + "EngineerY" "170" + "zpos" "2" + "wide" "200" + "tall" "280" + "visible" "1" + "enabled" "1" + } + + HudTrainingInfoMsg + { + "fieldName" "HudTrainingInfoMsg" + "visible" "0" + "enabled" "1" + "xpos" "10" + "ypos" "50" + "wide" "200" + "tall" "300" + } + + HudTrainingMsg + { + + } + + TrainingComplete + { + + } + + HudInspectPanel + { + "fieldName" "HudInspectPanel" + "visible" "0" + "enabled" "1" + "xpos" "r249" + "ypos" "c75" + "zpos" "10" + "wide" "300" + "tall" "900" + } + + HudTFCrosshair + { + "fieldName" "HudTFCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + ItemQuickSwitchPanel + { + "fieldName" "ItemQuickSwitchPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "280" + "wide" "250" + "tall" "160" + } + + ReplayReminder + { + "fieldName" "ReplayReminder" + "visible" "0" + "enable" "1" + } + + MainMenuAdditions + { + "fieldName" "MainMenuAdditions" + "visible" "1" + "enabled" "1" + "xpos" "c0" + "ypos" "310" + "zpos" "0" + "wide" "300" + "tall" "100" + } + + CoachedByPanel + { + "fieldName" "CoachedByPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "250" + "tall" "44" + } + + ItemTestHUDPanel + { + "fieldName" "ItemTestHUDPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "150" + "tall" "44" + } + + NotificationQueuePanel + { + "fieldName" "NotificationQueuePanel" + "visible" "0" + "enable" "1" + "xpos" "r155" + "ypos" "r90" + "zpos" "100" + "wide" "200" + "tall" "0" + } + + "CHudVote" + { + "fieldName" "CHudVote" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" // rounded corners + } + + "HudAlert" + { + "fieldName" "HudAlert" + "visible" "0" + "enable" "1" + "xpos" "c-160" + "ypos" "100" + "wide" "320" + "tall" "150" + } +} -- cgit v1.2.3