diff options
76 files changed, 3650 insertions, 4000 deletions
diff --git a/resource/scheme/clientscheme_borders.res b/resource/scheme/clientscheme_borders.res index 4131bee..8a65505 100644 --- a/resource/scheme/clientscheme_borders.res +++ b/resource/scheme/clientscheme_borders.res @@ -2,7 +2,7 @@ Scheme { Borders { - //rayshud borders + // rayshud borders ButtonHover { "inset" "0 0 0 0" @@ -263,6 +263,7 @@ Scheme } } } + CyanBorder { "inset" "0 0 0 0" diff --git a/resource/scheme/clientscheme_settings.res b/resource/scheme/clientscheme_settings.res index 669e6c8..45194eb 100644 --- a/resource/scheme/clientscheme_settings.res +++ b/resource/scheme/clientscheme_settings.res @@ -191,44 +191,44 @@ Scheme HudCaptureProgressBar.Active "HudProgressBarActive" HudCaptureProgressBar.InActive "HudProgressBarInActive" - // scheme-specific colors - "FgColor" "255 180 60 255" - "BgColor" "TransparentBlack" + // Scheme-Specific Colors + "FgColor" "255 180 60 255" + "BgColor" "TransparentBlack" - "ViewportBG" "Blank" - "TeamSpec" "204 204 204 255" - "TeamRed" "255 64 64 255" - "TeamBlue" "153 204 255 255" + "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" + "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" + "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" + // 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" + "HintMessageFg" "255 255 255 255" + "HintMessageBg" "0 0 0 60" - "ProgressBarFg" "255 30 13 255" + "ProgressBarFg" "255 30 13 255" // Top-left corner of the menu on the main screen - "Main.Menu.X" "32" - "Main.Menu.Y" "248" + "Main.Menu.X" "32" + "Main.Menu.Y" "248" // Blank space to leave beneath the menu on the main screen - "Main.BottomBorder" "32" + "Main.BottomBorder" "32" - "VguiScreenCursor" "255 208 64 255" + "VguiScreenCursor" "255 208 64 255" } }
\ No newline at end of file diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index 1ea84ff..2b1b2ab 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -1,23 +1,22 @@ -//SourceScheme.res edited by rays, originally by: -// Doodles - DoodleHUD - http://doodlesstuff.com #base "SourceSchemeBase.res" + Scheme { Colors { // rayshud - "White" "255 255 255 255" - "OffWhite" "200 200 200 255" - "DullWhite" "142 142 142 255" - "TransparentBlack" "0 0 0 128" - "Black" "10 10 10 255" - "Blank" "0 0 0 0" - "RaysPrimary" "15 255 255 255" - "RaysPrimaryLight" "0 255 255 255" - "RaysPrimaryDark" "65 255 255 255" - "RaysBlack" "15 15 15 255" - "RaysBlackTrans" "15 15 15 190" - "RaysButtonHover" "12 52 85 128" + "White" "255 255 255 255" + "OffWhite" "200 200 200 255" + "DullWhite" "142 142 142 255" + "TransparentBlack" "0 0 0 128" + "Black" "10 10 10 255" + "Blank" "0 0 0 0" + "RaysPrimary" "15 255 255 255" + "RaysPrimaryLight" "0 255 255 255" + "RaysPrimaryDark" "65 255 255 255" + "RaysBlack" "15 15 15 255" + "RaysBlackTrans" "15 15 15 190" + "RaysButtonHover" "12 52 85 128" // TF2 "TFDarkBrown" "60 56 53 255" @@ -37,28 +36,29 @@ Scheme "TFTextMediumDark" "104 96 83 255" "TFTextBlack" "42 39 37 255" "TFTextDull" "131 121 104 255" - + "TFMediumBrown" "69 64 58 255" - + "QuickListBGDeselected" "69 64 58 255" "QuickListBGSelected" "131 121 104 150" - "Blank" "0 0 0 0" - - "ControlBG" "76 88 68 255" // background color of controls - "ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars - "WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.) - "SelectionBG" "90 84 75 255" // background color of any selected text or menu item - "SelectionBG2" "69 64 57 255" // selection background in window w/o focus - "ListBG" "39 36 34 255" // background of server browser, buddy list, etc. + "Blank" "0 0 0 0" + + "ControlBG" "76 88 68 255" // background color of controls + "ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars + "WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.) + "SelectionBG" "90 84 75 255" // background color of any selected text or menu item + "SelectionBG2" "69 64 57 255" // selection background in window w/o focus + "ListBG" "39 36 34 255" // background of server browser, buddy list, etc. } + BaseSettings { // scheme-specific colors Border.Bright "200 200 200 196" Border.Dark "40 40 40 196" Border.Selection "0 0 0 196"default/selected button - + Button.TextColor "196 196 196 255" Button.BgColor "120 120 120 128" Button.ArmedTextColor "White" @@ -77,7 +77,7 @@ Scheme CheckButton.Border2 "Black" CheckButton.Check "White" CheckButton.DisabledBgColor "Blank" - + ToggleButton.SelectedTextColor "TFTextBright" ComboBoxButton.ArrowColor "DullWhite" @@ -106,52 +106,52 @@ Scheme Label.DisabledFgColor1 "117 117 117 255" Label.DisabledFgColor2 "30 30 30 255" - ListPanel.TextColor "OffWhite" - ListPanel.BgColor "TransparentBlack" - ListPanel.SelectedBgColor "RaysPrimary" + ListPanel.TextColor "OffWhite" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedBgColor "RaysPrimary" ListPanel.SelectedOutOfFocusBgColor "100 100 100 128" - MainMenu.TextColor "White" - MainMenu.ArmedTextColor "RaysPrimary" - MainMenu.Inset "32" + MainMenu.TextColor "White" + MainMenu.ArmedTextColor "RaysPrimary" + MainMenu.Inset "32" - Menu.TextInset "6" - Menu.FgColor "White" - Menu.BgColor "160 160 160 64" - Menu.ArmedFgColor "RaysPrimary" - Menu.ArmedBgColor "RaysPrimary" - Menu.DividerColor "BorderDark" + Menu.TextInset "6" + Menu.FgColor "White" + Menu.BgColor "160 160 160 64" + Menu.ArmedFgColor "RaysPrimary" + Menu.ArmedBgColor "RaysPrimary" + Menu.DividerColor "BorderDark" - ScrollBarButton.FgColor "White" - ScrollBarButton.BgColor "Blank" - ScrollBarButton.ArmedFgColor "White" - ScrollBarButton.ArmedBgColor "Blank" - ScrollBarButton.DepressedFgColor "White" - ScrollBarButton.DepressedBgColor "Blank" - - ScrollBarSlider.FgColor "100 100 100 150" - ScrollBarSlider.BgColor "70 70 70 96" + ScrollBarButton.FgColor "White" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "White" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "White" + ScrollBarButton.DepressedBgColor "Blank" + + ScrollBarSlider.FgColor "100 100 100 150" + ScrollBarSlider.BgColor "70 70 70 96" - Slider.NobColor "108 108 108 255" - Slider.TextColor "180 180 180 255" - Slider.TrackColor "31 31 31 255" - Slider.DisabledTextColor1 "117 117 117 255" - Slider.DisabledTextColor2 "30 30 30 255" + Slider.NobColor "108 108 108 255" + Slider.TextColor "180 180 180 255" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" - TextEntry.TextColor "OffWhite" - TextEntry.DisabledTextColor "DullWhite" - TextEntry.SelectedBgColor "RaysPrimary" + TextEntry.TextColor "OffWhite" + TextEntry.DisabledTextColor "DullWhite" + TextEntry.SelectedBgColor "RaysPrimary" // Borrowed from CS:S SourceScheme - Frame.TitleTextInsetX 14 - Frame.ClientInsetY 9 - Frame.ClientInsetX 8 + Frame.TitleTextInsetX "14" + Frame.ClientInsetY "9" + Frame.ClientInsetX "8" Frame.FocusTransitionEffectTime "0.3" Frame.TransitionEffectTime "0.3" Frame.AutoSnapRange "0" FrameTitleButton.BgColor "Blank" - FrameTitleButton.DisabledFgColor "255 255 255 192" - FrameTitleButton.DisabledBgColor "Blank" + FrameTitleButton.DisabledFgColor "255 255 255 192" + FrameTitleButton.DisabledBgColor "Blank" FrameSystemButton.FgColor "Blank" FrameSystemButton.BgColor "Blank" FrameSystemButton.Icon "" @@ -160,9 +160,9 @@ Scheme FrameTitleBar.DisabledBgColor "Blank" GraphPanel.FgColor "White" GraphPanel.BgColor "TransparentBlack" - ListPanel.TextBgColor "Blank" - ListPanel.SelectedTextColor "Black" - ListPanel.EmptyListInfoTextColor "OffWhite" + ListPanel.TextBgColor "Blank" + ListPanel.SelectedTextColor "Black" + ListPanel.EmptyListInfoTextColor "OffWhite" Menu.TextColor "White" Menu.ArmedTextColor "Black" Panel.FgColor "DullWhite" @@ -176,7 +176,7 @@ Scheme RichText.BgColor "TransparentBlack" RichText.SelectedTextColor "Black" RichText.SelectedBgColor "RaysPrimary" - ScrollBar.Wide 17 + ScrollBar.Wide "17" SectionedListPanel.HeaderTextColor "White" SectionedListPanel.HeaderBgColor "Blank" SectionedListPanel.DividerColor "Black" @@ -187,31 +187,31 @@ Scheme SectionedListPanel.SelectedBgColor "RaysPrimary" SectionedListPanel.OutOfFocusSelectedTextColor "Black" SectionedListPanel.OutOfFocusSelectedBgColor "100 100 100 128" - TextEntry.BgColor "TransparentBlack" - TextEntry.CursorColor "OffWhite" - TextEntry.DisabledBgColor "Blank" - TextEntry.SelectedTextColor "Black" + TextEntry.BgColor "TransparentBlack" + TextEntry.CursorColor "OffWhite" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "Black" TextEntry.OutOfFocusSelectedBgColor "100 100 100 128" - TextEntry.FocusEdgeColor "0 0 0 196" + TextEntry.FocusEdgeColor "0 0 0 196" ToggleButton.SelectedTextColor "White" - Tooltip.TextColor "0 0 0 196" - Tooltip.BgColor "RaysPrimary" - TreeView.BgColor "TransparentBlack" - WizardSubPanel.BgColor "Blank" - MainMenu.DepressedTextColor "150 150 150 128" - MainMenu.MenuItemHeight "25" - MainMenu.Backdrop "0 0 0 156" - Console.TextColor "OffWhite" - Console.DevTextColor "White" - NewGame.TextColor "White" - NewGame.FillColor "0 0 0 255" - NewGame.SelectionColor "RaysPrimary" - NewGame.DisabledColor "128 128 128 196" + Tooltip.TextColor "0 0 0 196" + Tooltip.BgColor "RaysPrimary" + TreeView.BgColor "TransparentBlack" + WizardSubPanel.BgColor "Blank" + MainMenu.DepressedTextColor "150 150 150 128" + MainMenu.MenuItemHeight "25" + MainMenu.Backdrop "0 0 0 156" + Console.TextColor "OffWhite" + Console.DevTextColor "White" + NewGame.TextColor "White" + NewGame.FillColor "0 0 0 255" + NewGame.SelectionColor "RaysPrimary" + NewGame.DisabledColor "128 128 128 196" } Fonts { - "DefaultFixedOutline" //edited by INsane 2010 for small netgraph font on all screen sizes + "DefaultFixedOutline" //edited by INsane 2010 for small netgraph font on all screen sizes { "1" //For screen heights between 480 and 599 (eg 4:3 aspect Width 640x480 High, Width 720x576 High. 16:10 aspect Width 720x480 High) { @@ -289,125 +289,132 @@ Scheme { "1" [$WIN32] { - "name" "TF2 Build" - "tall" "18" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "TF2 Build" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" } } + "MenuLarge" { "1" [$X360] { - "tall_hidef""24" + "tall_hidef" "24" } } + "ServerBrowserTitle" { "1" { - "name" "TF2 Build" - "tall" "35" + "name" "TF2 Build" + "tall" "35" "tall_lodef" "40" - "weight" "500" - "additive" "0" - "antialias" "1" + "weight" "500" + "additive" "0" + "antialias" "1" } } + "Default" [$OSX] { "1" { - "name" "Verdana" - "tall" "14" - "weight" "500" + "name" "Verdana" + "tall" "14" + "weight" "500" } } + "ServerBrowserSmall" { "1" { - "name" "Tahoma" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" } "2" { - "name" "Tahoma" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" } "3" { - "name" "Tahoma" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Tahoma" - "tall" "19" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Tahoma" - "tall" "19" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" } - } + } + AchievementItemTitle [$WIN32] { "1" { - "name" "Arial" [!$OSX] - "name" "Verdana Bold" [$OSX] + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [$OSX] "weight" "1500" "tall" "16" [!$OSX] "tall" "18" [$OSX] "antialias" "1" } } + AchievementItemTitleLarge [$WIN32] { "1" { - "name" "Arial" [!$OSX] - "name" "Verdana Bold" [$OSX] + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [$OSX] "weight" "1500" "tall" "18" [!$OSX] "tall" "19" [$OSX] "antialias" "1" } } + AchievementItemDescription [$WIN32] { "1" { - "name" "Arial" [!$OSX] - "name" "Verdana" [$OSX] + "name" "Arial" [!$OSX] + "name" "Verdana" [$OSX] "weight" "1000" "tall" "14" [!$OSX] "tall" "12" [$OSX] "antialias" "1" [!$OSX] } } - } + CustomFontFiles { "9" diff --git a/resource/ui/DisguiseStatusPanel.res b/resource/ui/DisguiseStatusPanel.res index 09f89bc..9ad0a5a 100644 --- a/resource/ui/DisguiseStatusPanel.res +++ b/resource/ui/DisguiseStatusPanel.res @@ -39,12 +39,12 @@ "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"
+ "image" "../hud/color_panel_brown"
+ "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" "../hud/color_panel_blu"
"teambg_3_lodef" "../hud/color_panel_blu"
"src_corner_height" "23"
@@ -121,7 +121,7 @@ "HealthBonusPosAdj" "10"
"HealthDeathWarning" "0.49"
"TFFont" "HudFontSmall"
- "HealthDeathWarningColor" "HUDDeathWarning"
"TextColor" "HudOffWhite"
+ "HealthDeathWarningColor" "HUDDeathWarning"
}
}
\ No newline at end of file diff --git a/resource/ui/HudArenaWinPanel.res b/resource/ui/HudArenaWinPanel.res index 1d82b57..96df576 100644 --- a/resource/ui/HudArenaWinPanel.res +++ b/resource/ui/HudArenaWinPanel.res @@ -232,10 +232,10 @@ "enabled" "1" "scaleImage" "1" } - "WinPanelBackground2" + "WinPanelBG2" { "ControlName" "ImagePanel" - "fieldName" "WinPanelBackground2" + "fieldName" "WinPanelBG2" "xpos" "25" "ypos" "95" "zpos" "0" @@ -250,6 +250,7 @@ "draw_corner_width" "0" "draw_corner_height" "0" } + "LosingTeamLabel" { "ControlName" "CExLabel" @@ -331,7 +332,7 @@ } "WinReasonLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "WinReasonLabel" "font" "ScoreboardVerySmall" "xpos" "9999" @@ -339,18 +340,18 @@ "zpos" "1" "wide" "442" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "%WinReasonLabel%" - "textAlignment" "Center" + "textAlignment" "Center" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "DetailsLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "DetailsLabel" "font" "Cerbetica9" "xpos" "35" @@ -358,18 +359,18 @@ "zpos" "1" "wide" "380" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "%DetailsLabel%" - "textAlignment" "Center" + "textAlignment" "Center" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "ShadedBar" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ShadedBar" "xpos" "9999" "ypos" "9999" @@ -387,7 +388,7 @@ } "TopPlayersLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TopPlayerLabel" "font" "Cerbetica9" "xpos" "50" @@ -395,18 +396,18 @@ "zpos" "3" "wide" "300" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "%TopPlayersLabel%" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "DamageThisRoundLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "DamageThisRoundLabel" "font" "Cerbetica9" "xpos" "265" @@ -414,18 +415,18 @@ "zpos" "3" "wide" "50" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#TF_Arena_Winpanel_DamageThisRound" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "HealingThisRoundLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "PointsThisRoundLabel" "font" "Cerbetica9" "xpos" "315" @@ -433,18 +434,18 @@ "zpos" "3" "wide" "50" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#TF_Arena_Winpanel_HealingThisRound" "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "LifetimeThisRoundLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "PointsThisRoundLabel" "font" "Cerbetica9" "xpos" "360" @@ -452,18 +453,18 @@ "zpos" "3" "wide" "50" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#TF_Arena_Winpanel_TimeAliveThisRound" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "KillingBlowsThisRoundLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "PointsThisRoundLabel" "font" "Cerbetica9" "xpos" "400" @@ -471,18 +472,18 @@ "zpos" "3" "wide" "50" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#TF_Arena_Winpanel_KillingBlows" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "HorizontalLine" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "HorizontalLine" "xpos" "40" "ypos" "155" @@ -500,7 +501,7 @@ "ArenaWinPanelWinnersPanel" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "ArenaWinPanelWinnersPanel" "xpos" "20" "ypos" "-10" @@ -511,7 +512,7 @@ "Player1Avatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "Player1Avatar" "xpos" "21" "ypos" "170" @@ -520,114 +521,114 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Player1Name" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Name" "xpos" "40" "ypos" "167" "wide" "128" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Class" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Class" "xpos" "175" "ypos" "167" "wide" "200" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Damage" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Damage" "xpos" "241" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Healing" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Healing" "xpos" "289" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Lifetime" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Lifetime" "xpos" "335" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Kills" "xpos" "362" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Avatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" "xpos" "21" "ypos" "186" @@ -636,114 +637,114 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Player2Name" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Name" "xpos" "40" "ypos" "183" "wide" "128" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Class" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Class" "xpos" "175" "ypos" "183" "wide" "200" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Damage" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Damage" "xpos" "241" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Healing" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Healing" "xpos" "289" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Lifetime" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Lifetime" "xpos" "335" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Kills" "xpos" "362" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Avatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "Player3Avatar" "xpos" "21" "ypos" "202" @@ -752,115 +753,115 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Player3Name" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Name" "xpos" "40" "ypos" "199" "wide" "128" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Class" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Class" "xpos" "175" "ypos" "199" "wide" "200" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Damage" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Damage" "xpos" "241" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Healing" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Healing" "xpos" "289" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Lifetime" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Lifetime" "xpos" "335" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Kills" "xpos" "362" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } } "ArenaWinPanelLosersPanel" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "ArenaWinPanelLosersPanel" "xpos" "20" "ypos" "-10" @@ -869,9 +870,9 @@ "visible" "1" "zpos" "3" - "Player1Avatar" + "Player1Avatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "Player1Avatar" "xpos" "21" "ypos" "170" @@ -880,114 +881,114 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Player1Name" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Name" "xpos" "40" "ypos" "167" "wide" "128" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Class" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Class" "xpos" "175" "ypos" "167" "wide" "200" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Damage" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Damage" "xpos" "241" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Healing" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Healing" "xpos" "289" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Lifetime" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Lifetime" "xpos" "335" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player1Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player1Kills" "xpos" "362" "ypos" "167" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Avatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" "xpos" "21" "ypos" "186" @@ -996,114 +997,114 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Player2Name" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Name" "xpos" "40" "ypos" "183" "wide" "128" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Class" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Class" "xpos" "175" "ypos" "183" "wide" "200" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Damage" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Damage" "xpos" "241" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Healing" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Healing" "xpos" "289" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Lifetime" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Lifetime" "xpos" "335" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player2Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player2Kills" "xpos" "362" "ypos" "183" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Avatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "Player3Avatar" "xpos" "21" "ypos" "202" @@ -1112,110 +1113,110 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Player3Name" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Name" "xpos" "40" "ypos" "199" "wide" "128" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Class" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Class" "xpos" "175" "ypos" "199" "wide" "200" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Damage" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Damage" "xpos" "241" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Healing" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Healing" "xpos" "289" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Lifetime" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Lifetime" "xpos" "335" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } "Player3Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Player3Kills" "xpos" "362" "ypos" "199" "wide" "30" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "east" + "textAlignment" "east" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } } }
\ No newline at end of file diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res index 307433e..9481023 100644 --- a/resource/ui/HudInspectPanel.res +++ b/resource/ui/HudInspectPanel.res @@ -43,21 +43,6 @@ "enabled" "1"
"fillcolor" "0 0 0 100"
}
- "TitleBackground"
- {
- "ControlName" "ImagePanel"
- "fieldName" "TitleBackground"
- "xpos" "4"
- "ypos" "4"
- "zpos" "-1"
- "wide" "232"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "0 0 0 100"
- }
"itemmodelpanel"
{
diff --git a/resource/ui/HudMannVsMachineStatus.res b/resource/ui/HudMannVsMachineStatus.res index 3a72651..b28bbb3 100644 --- a/resource/ui/HudMannVsMachineStatus.res +++ b/resource/ui/HudMannVsMachineStatus.res @@ -38,9 +38,9 @@ "visible" "1"
"enabled" "1"
- "pin_to_sibling" "WaveStatusPanel"
- "pin_corner_to_sibling" "4"
- "pin_to_sibling_corner" "6"
+ "pin_to_sibling" "WaveStatusPanel"
+ "pin_corner_to_sibling" "4"
+ "pin_to_sibling_corner" "6"
}
"CurrencyStatusPanel"
diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index 87ffebd..a13388d 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -2,114 +2,114 @@ { "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" + "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" } "ChargeBackground" { - "ControlName" "ImagePanel" - "fieldName" "ChargeBackground" - "font" "Default" - "xpos" "75" - "ypos" "115" - "xpos_minmode" "0" - "ypos_minmode" "35" - "zpos" "2" - "wide" "150" - "tall" "20" - "wide_minmode" "124" - "tall_minmode" "14" - "visible" "0" - "enabled" "0" + "ControlName" "ImagePanel" + "fieldName" "ChargeBackground" + "font" "Default" + "xpos" "75" + "ypos" "115" + "xpos_minmode" "0" + "ypos_minmode" "35" + "zpos" "2" + "wide" "150" + "tall" "20" + "wide_minmode" "124" + "tall_minmode" "14" + "visible" "0" + "enabled" "0" "fillcolor" "255 255 255 50" } "ChargeLabel" { - "ControlName" "CExLabel" - "fieldName" "ChargeLabel" - "xpos" "236" - "ypos" "40" - "xpos_minmode" "96" - "ypos_minmode" "-5" - "zpos" "2" - "wide" "120" - "tall" "72" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_UberchargeMinHUD" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBoldMedic56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "Ammo In Clip" + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "236" + "ypos" "40" + "xpos_minmode" "96" + "ypos_minmode" "-5" + "zpos" "2" + "wide" "120" + "tall" "72" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBoldMedic56" + "font_minmode" "CerbeticaBold32" + "fgcolor" "Ammo In Clip" } "IndividualChargesLabel" { - "ControlName" "CExLabel" - "fieldName" "IndividualChargesLabel" - "xpos" "236" - "ypos" "39" - "zpos" "2" - "xpos_minmode" "96" - "ypos_minmode" "-5" - "zpos_minmode" "5" - "wide" "120" - "tall" "0" - "autoResize" "1" - "pinCorner" "2" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - "labelText" "#TF_IndividualUberchargesMinHUD" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBoldMedic56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "Ammo In Clip" + "ControlName" "CExLabel" + "fieldName" "IndividualChargesLabel" + "xpos" "236" + "ypos" "39" + "zpos" "2" + "xpos_minmode" "96" + "ypos_minmode" "-5" + "zpos_minmode" "5" + "wide" "120" + "tall" "0" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_IndividualUberchargesMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBoldMedic56" + "font_minmode" "CerbeticaBold32" + "fgcolor" "Ammo In Clip" } "ChargeMeter" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter" - "font" "Default" - "xpos" "75" - "ypos" "95" - "xpos_minmode" "2" - "ypos_minmode" "37" - "zpos" "2" - "wide" "150" - "tall" "20" - "wide_minmode" "124" - "tall_minmode" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - "bgcolor" "32 32 32 128" - "fgcolor_override" "Uber Bar Color" + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "75" + "ypos" "95" + "xpos_minmode" "2" + "ypos_minmode" "37" + "zpos" "2" + "wide" "150" + "tall" "20" + "wide_minmode" "124" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor" "32 32 32 128" + "fgcolor_override" "Uber Bar Color" } "ChargeMeter1" @@ -133,7 +133,7 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - "fgcolor_override" "Uber Bar Color" + "fgcolor_override" "Uber Bar Color" } "ChargeMeter2" @@ -157,7 +157,7 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - "fgcolor_override" "Uber Bar Color" + "fgcolor_override" "Uber Bar Color" } "ChargeMeter3" @@ -181,85 +181,86 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - "fgcolor_override" "Uber Bar Color" + "fgcolor_override" "Uber Bar Color" } "ChargeMeter4" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter4" - "font" "Default" - "xpos" "250" - "ypos" "90" - "zpos" "3" - "xpos_minmode" "158" - "ypos_minmode" "34" - "zpos_minmode" "4" - "wide" "100" - "tall" "9" - "wide_minmode" "19" - "tall_minmode" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - "fgcolor_override" "Uber Bar Color" + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter4" + "font" "Default" + "xpos" "250" + "ypos" "90" + "zpos" "3" + "xpos_minmode" "158" + "ypos_minmode" "34" + "zpos_minmode" "4" + "wide" "100" + "tall" "9" + "wide_minmode" "19" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "Uber Bar Color" } "ChargeMeterLabel" { - "ControlName" "CExLabel" - "fieldName" "ChargeMeterLabel" - "xpos" "75" - "ypos" "117" - "xpos_minmode" "0" - "ypos_minmode" "34" - "zpos" "3" - "wide" "150" - "tall" "15" - "wide_minmode" "124" - "tall_minmode" "16" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica16" - "font_minmode" "Cerbetica12" - "fgcolor" "150 150 150 255" + "ControlName" "CExLabel" + "fieldName" "ChargeMeterLabel" + "xpos" "75" + "ypos" "117" + "xpos_minmode" "0" + "ypos_minmode" "34" + "zpos" "3" + "wide" "150" + "tall" "15" + "wide_minmode" "124" + "tall_minmode" "16" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica16" + "font_minmode" "Cerbetica12" + "fgcolor" "150 150 150 255" } "ResistIconAnchor" { - "ControlName" "EditablePanel" - "fieldName" "ResistIconAnchor" - "xpos" "0" - "ypos" "22" - "wide" "25" - "tall" "25" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "ResistIconAnchor" + "xpos" "0" + "ypos" "22" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" } "ResistIcon" { - "ControlName" "ImagePanel" - "fieldName" "ResistIcon" - "xpos" "0" - "ypos" "20" - "wide" "25" - "tall" "25" - "visible" "1" - "enabled" "1" - "image" "../HUD/defense_buff_bullet_blue" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "ResistIcon" + "xpos" "0" + "ypos" "20" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "image" "../HUD/defense_buff_bullet_blue" + "scaleImage" "1" + "pin_to_sibling" "ResistIconAnchor" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res index 10b6650..9871e81 100644 --- a/resource/ui/HudObjectiveFlagPanel.res +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -12,8 +12,7 @@ "visible" "1"
"enabled" "1"
- "if_hybrid"
- {
+ "if_hybrid" {
"zpos" "-1"
}
}
@@ -32,18 +31,15 @@ "fillcolor" "70 130 180 153"
"scaleImage" "1"
- "if_hybrid"
- {
+ "if_hybrid" {
"visible" "0"
}
- "if_mvm"
- {
+ "if_mvm" {
"visible" "0"
}
- "if_specialdelivery"
- {
+ "if_specialdelivery" {
"visible" "0"
}
}
@@ -62,18 +58,15 @@ "fillcolor" "205 50 50 153"
"scaleImage" "1"
- "if_hybrid"
- {
+ "if_hybrid" {
"visible" "0"
}
- "if_mvm"
- {
+ "if_mvm" {
"visible" "0"
}
- "if_specialdelivery"
- {
+ "if_specialdelivery" {
"visible" "0"
}
}
@@ -93,18 +86,15 @@ "image" "../hud/objectives_flagpanel_bg_outline"
"scaleImage" "1"
- "if_hybrid"
- {
+ "if_hybrid" {
"visible" "0"
}
- "if_mvm"
- {
+ "if_mvm" {
"visible" "0"
}
- "if_specialdelivery"
- {
+ "if_specialdelivery" {
"visible" "0"
}
}
diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index b074071..d8ffda1 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -4,7 +4,7 @@ { if_match { - "zpos" "5" + "zpos" "5" } } @@ -36,28 +36,28 @@ "TimePanelValue" { - "ControlName" "CExLabel" - "fieldName" "TimePanelValue" - "font" "Cerbetica22" - "fgcolor" "TanLight" - "xpos" "28" - "ypos" "-4" - "zpos" "3" - "wide" "45" - "tall" "31" - "visible" "1" - "enabled" "1" - "textAlignment" "center" - "labelText" "0:00" + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Cerbetica22" + "fgcolor" "TanLight" + "xpos" "28" + "ypos" "-4" + "zpos" "3" + "wide" "45" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" if_match { - "proportionaltoparent" "1" "xpos" "10" "ypos" "9" "tall" "10" "wide" "35" "font" "HudFontSmall" + "proportionaltoparent" "1" } } } @@ -120,7 +120,6 @@ if_match { - "proportionaltoparent" "1" "xpos" "rs1-15" "ypos" "9" "wide" "35" @@ -128,6 +127,7 @@ "font" "HudFontSmall" "font_minmode" "HudFontSmall" "font_lodef" "HudFontSmall" + "proportionaltoparent" "1" } } } diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index 357bed5..f0292fe 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -2,25 +2,24 @@ { "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" + "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" - if_match - { - "visible" "0" + if_match { + "visible" "0" } } "TimePanelProgressBar" @@ -44,184 +43,183 @@ "color_warning" "TimerProgress.Warning" "percent_warning" "0.75" - if_match - { - "visible" "0" + if_match { + "visible" "0" } } "WaitingForPlayersLabel" { - "ControlName" "CExLabel" - "fieldName" "WaitingForPlayersLabel" - "xpos" "25" - "ypos" "23" - "zpos" "5" - "wide" "36" - "tall" "19" - "visible" "0" - "enabled" "1" - "labelText" "#game_WaitingForPlayers" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica10" + "ControlName" "CExLabel" + "fieldName" "WaitingForPlayersLabel" + "xpos" "25" + "ypos" "23" + "zpos" "5" + "wide" "36" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_WaitingForPlayers" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica10" if_match { + "xpos" "37" + "font" "Cerbetica10" "proportionaltoparent" "1" - "xpos" "37" - "font" "Cerbetica10" } } "WaitingForPlayersBG" { - "ControlName" "CTFImagePanel" - "fieldName" "WaitingForPlayersBG" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "WaitingForPlayersBG" + "xpos" "9999" } "OvertimeLabel" { - "ControlName" "CExLabel" - "fieldName" "OvertimeLabel" - "xpos" "25" - "ypos" "23" - "zpos" "5" - "wide" "50" - "tall" "19" - "visible" "0" - "enabled" "1" - "labelText" "#game_Overtime" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica10" + "ControlName" "CExLabel" + "fieldName" "OvertimeLabel" + "xpos" "25" + "ypos" "23" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_Overtime" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica10" if_match { - "proportionaltoparent" "1" - "font" "HudFontSmallestBold" - "xpos" "c0" - "wide" "p1" - "ypos" "22" + "font" "HudFontSmallestBold" + "xpos" "c0" + "wide" "p1" + "ypos" "22" "font" "Cerbetica10" + "proportionaltoparent" "1" } } "OvertimeBG" { - "ControlName" "CTFImagePanel" - "fieldName" "OvertimeBG" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "OvertimeBG" + "xpos" "9999" } "SuddenDeathLabel" { - "ControlName" "CExLabel" - "fieldName" "SuddenDeathLabel" - "xpos" "25" - "ypos" "23" - "ypos_hidef" "41" - "ypos_lodef" "41" - "zpos" "5" - "wide" "50" - "tall" "19" - "visible" "0" - "enabled" "1" - "labelText" "#game_SuddenDeath" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica10" + "ControlName" "CExLabel" + "fieldName" "SuddenDeathLabel" + "xpos" "25" + "ypos" "23" + "ypos_hidef" "41" + "ypos_lodef" "41" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_SuddenDeath" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica10" if_match { - "proportionaltoparent" "1" - "xpos" "cs-0.5" - "ypos" "22" - "wide" "p1" + "xpos" "cs-0.5" + "ypos" "22" + "wide" "p1" "font" "Cerbetica10" + "proportionaltoparent" "1" } } "SuddenDeathBG" { - "ControlName" "CTFImagePanel" - "fieldName" "SuddenDeathBG" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "SuddenDeathBG" + "xpos" "9999" } "SetupLabel" { - "ControlName" "CExLabel" - "fieldName" "SetupLabel" - "xpos" "25" - "ypos" "23" - "zpos" "5" - "wide" "50" - "tall" "19" - "visible" "0" - "enabled" "1" - "labelText" "#game_Setup" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica12" + "ControlName" "CExLabel" + "fieldName" "SetupLabel" + "xpos" "25" + "ypos" "23" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_Setup" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" if_match { + "xpos" "cs-0.5" + "ypos" "23" + "wide" "p1" + "font" "Cerbetica10" "proportionaltoparent" "1" - "xpos" "cs-0.5" - "ypos" "23" - "wide" "p1" - "font" "Cerbetica10" } } "SetupBG" { - "ControlName" "CTFImagePanel" - "fieldName" "SetupBG" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "SetupBG" + "xpos" "9999" } "ServerTimeLimitLabel" { - "ControlName" "CExLabel" - "fieldName" "ServerTimeLimitLabel" - "xpos" "25" - "ypos" "23" - "zpos" "5" - "wide" "50" - "wide_hidef" "300" - "wide_lodef" "300" - "tall" "19" - "tall_hidef" "19" - "tall_lodef" "22" - "visible" "0" - "enabled" "1" - "labelText" "%servertimeleft%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica10" + "ControlName" "CExLabel" + "fieldName" "ServerTimeLimitLabel" + "xpos" "25" + "ypos" "23" + "zpos" "5" + "wide" "50" + "wide_hidef" "300" + "wide_lodef" "300" + "tall" "19" + "tall_hidef" "19" + "tall_lodef" "22" + "visible" "0" + "enabled" "1" + "labelText" "%servertimeleft%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica10" if_match { + "xpos" "cs-0.5" + "ypos" "22" + "wide" "p1" + "font" "Cerbetica10" "proportionaltoparent" "1" - "xpos" "cs-0.5" - "ypos" "22" - "wide" "p1" - "font" "Cerbetica10" } } "ServerTimeLimitLabelBG" { - "ControlName" "CTFImagePanel" - "fieldName" "ServerTimeLimitLabelBG" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "ServerTimeLimitLabelBG" + "xpos" "9999" } }
\ No newline at end of file diff --git a/resource/ui/HudPlayerClass.res b/resource/ui/HudPlayerClass.res index c9ff0fb..027b859 100644 --- a/resource/ui/HudPlayerClass.res +++ b/resource/ui/HudPlayerClass.res @@ -31,31 +31,14 @@ "PlayerStatusSpyImage"
{
"ControlName" "CTFImagePanel"
- "xpos" "9999"
- "ypos" "9999"
- "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"
+ "fieldName" "PlayerStatusSpyImage"
+ "xpos" "9999"
}
"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"
+ "xpos" "9999"
}
"PlayerStatusClassImageBG"
{
diff --git a/resource/ui/HudStopWatch.res b/resource/ui/HudStopWatch.res index 2264623..b58c7e7 100644 --- a/resource/ui/HudStopWatch.res +++ b/resource/ui/HudStopWatch.res @@ -20,7 +20,7 @@ {
"ControlName" "ImagePanel"
"fieldName" "StopWatchImageCaptureTime"
- "xpos" "9999"
+ "xpos" "9999"
}
"ObjectiveStatusTimePanel"
@@ -49,7 +49,7 @@ "visible" "1"
"enabled" "1"
"textAlignment" "center"
- }
+ }
}
"StopWatchScoreToBeat"
diff --git a/resource/ui/HudTeamGoal.res b/resource/ui/HudTeamGoal.res index b4720c7..d5594a9 100644 --- a/resource/ui/HudTeamGoal.res +++ b/resource/ui/HudTeamGoal.res @@ -18,6 +18,7 @@ "teambg_2" "../hud/death_panel_red_bg"
"teambg_3" "../hud/death_panel_blue_bg"
}
+
"SwitchLabel"
{
"ControlName" "Label"
@@ -36,6 +37,7 @@ "labelText" "#TF_teamswitch_attackers"
"textAlignment" "North"
}
+
"GoalLabel"
{
"ControlName" "Label"
@@ -54,6 +56,7 @@ "labelText" ""
"textAlignment" "North"
}
+
"GoalImage"
{
"ControlName" "CTFImagePanel"
diff --git a/resource/ui/HudTeamGoalTournament.res b/resource/ui/HudTeamGoalTournament.res index 94eae6b..2c12379 100644 --- a/resource/ui/HudTeamGoalTournament.res +++ b/resource/ui/HudTeamGoalTournament.res @@ -41,7 +41,7 @@ "zpos" "-1"
"wide" "275"
"tall" "100"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
@@ -74,8 +74,8 @@ {
"ControlName" "CExRichText"
"fieldName" "HudStopWatchObjectiveText1"
- "xpos" "25" [$WIN32]
- "ypos" "35" [$WIN32]
+ "xpos" "25"
+ "ypos" "35"
"wide" "225"
"tall" "150"
"wrap" "1"
@@ -111,8 +111,8 @@ {
"ControlName" "CExRichText"
"fieldName" "HudStopWatchObjectiveText2"
- "xpos" "25" [$WIN32]
- "ypos" "75" [$WIN32]
+ "xpos" "25"
+ "ypos" "75"
"wide" "225"
"tall" "165"
"wrap" "1"
diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index 38a8892..dafcd73 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -9,15 +9,15 @@ "wide" "f0" "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" - "teams_player_delta_x_comp" "42" + "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" + "teams_player_delta_x_comp" "42" "avatar_width" "63" "spacer" "5" @@ -41,8 +41,7 @@ "scaleImage" "1" "proportionaltoparent" "1" - if_competitive - { + if_competitive { "visible" "1" } } @@ -55,23 +54,23 @@ "zpos" "1" "tabPosition" "0" - "color_ready" "0 255 0 220" + "color_ready" "0 255 0 220" "color_notready" "0 0 0 220" "BG" { - "ControlName" "ImagePanel" - "fieldName" "BG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "55" - "tall" "35" - "autoResize" "0" + "ControlName" "ImagePanel" + "fieldName" "BG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "55" + "tall" "35" + "autoResize" "0" "pinCorner" "0" "fillcolor" "0 0 0 255" - "visible" "0" - "enabled" "0" + "visible" "0" + "enabled" "0" } "playername" @@ -163,7 +162,7 @@ "classimagebg" { - "ControlName" "Panel" + "ControlName" "Panel" "fieldName" "classimagebg" "xpos" "8" "ypos" "-2" @@ -210,7 +209,7 @@ "ReadyBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "ReadyBG" "xpos" "0" "ypos" "0" @@ -223,7 +222,7 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" // pixels inside the image "src_corner_width" "22" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional @@ -250,7 +249,7 @@ "ReadyImage" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ReadyImage" "xpos" "0" "ypos" "0" @@ -262,8 +261,8 @@ "visible" "0" "enabled" "1" "image" "hud/checkmark" - "fillcolor" "15 165 165 255" - "scaleImage" "1" + "fillcolor" "15 165 165 255" + "scaleImage" "1" if_mvm { @@ -318,7 +317,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } @@ -399,27 +398,27 @@ "HudTournamentBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBG" "xpos" "0" "ypos" "26" "zpos" "-1" "wide" "250" "tall" "0" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "0" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" + "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" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" if_mvm { - "visible" "0" + "visible" "0" } if_competitive @@ -437,7 +436,7 @@ } "TournamentLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "TournamentLabel" "font" "HudFontSmall" "xpos" "9999" @@ -445,13 +444,13 @@ "zpos" "1" "wide" "240" "tall" "19" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "0" "labelText" "%tournamentstatelabel%" - "textAlignment" "center" + "textAlignment" "center" if_mvm { @@ -473,46 +472,46 @@ "HudTournamentBLUEBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBLUEBG" "xpos" "c-125" "ypos" "10" "zpos" "-1" "wide" "125" "tall" "16" - "autoResize" "0" + "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" + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "200" - "visible" "0" + "xpos" "200" + "visible" "0" } if_readymode { - "xpos" "200" - "visible" "0" + "xpos" "200" + "visible" "0" } } "TournamentBLUELabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "TournamentBLUELabel" "font" "Cerbetica16" "xpos" "c-121" @@ -520,29 +519,29 @@ "zpos" "1" "wide" "65" "tall" "15" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "0" "labelText" "%bluenamelabel%" - "textAlignment" "west" + "textAlignment" "west" if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "207" - "visible" "0" + "xpos" "207" + "visible" "0" } if_readymode { - "xpos" "207" - "visible" "0" + "xpos" "207" + "visible" "0" } } @@ -566,19 +565,19 @@ if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "251" - "visible" "0" + "xpos" "251" + "visible" "0" } if_readymode { - "xpos" "251" - "visible" "0" + "xpos" "251" + "visible" "0" } } @@ -591,31 +590,31 @@ "zpos" "-1" "wide" "125" "tall" "16" - "autoResize" "0" + "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" + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "320" - "visible" "0" + "xpos" "320" + "visible" "0" } if_readymode { - "xpos" "320" - "visible" "0" + "xpos" "320" + "visible" "0" } } @@ -639,19 +638,19 @@ if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "370" - "visible" "0" + "xpos" "370" + "visible" "0" } if_readymode { - "xpos" "370" - "visible" "0" + "xpos" "370" + "visible" "0" } } @@ -671,28 +670,28 @@ "enabled" "1" "wrap" "0" "labelText" "%redstate%" - "textAlignment" "west" + "textAlignment" "west" if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "325" - "visible" "0" + "xpos" "325" + "visible" "0" } if_readymode { - "xpos" "325" - "visible" "0" + "xpos" "325" + "visible" "0" } } "TournamentConditionLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TournamentConditionLabel" "font" "Cerbetica14" "fgcolor" "TanLight" @@ -701,37 +700,37 @@ "zpos" "1" "wide" "250" "tall" "37" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "0" "labelText" "%winconditions%" - "textAlignment" "center" + "textAlignment" "center" if_mvm { - "visible" "0" + "visible" "0" } if_readymode { - "wide" "f0" - "xpos" "0" - "ypos" "16" + "wide" "f0" + "xpos" "0" + "ypos" "16" } if_competitive { - "wide" "f0" - "xpos" "0" - "ypos" "24" + "wide" "f0" + "xpos" "0" + "ypos" "24" } } "TournamentConditionLabelShadow" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TournamentConditionLabelShadow" "font" "Cerbetica14" "fgcolor" "TransparentBlack" @@ -740,74 +739,74 @@ "zpos" "0" "wide" "250" "tall" "37" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "0" "wrap" "0" "labelText" "%winconditions%" - "textAlignment" "center" + "textAlignment" "center" if_mvm { - "visible" "0" + "visible" "0" } if_readymode { - "wide" "f0" - "xpos" "0" - "ypos" "16" + "wide" "f0" + "xpos" "0" + "ypos" "16" } if_competitive { - "visible" "0" - "enabled" "0" - "wide" "f0" - "xpos" "1" - "ypos" "25" + "visible" "0" + "enabled" "0" + "wide" "f0" + "xpos" "1" + "ypos" "25" } } "HudTournamentBGHelp" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBGHelp" "xpos" "0" "ypos" "49" "zpos" "-1" "wide" "250" "tall" "12" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "0" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" + "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" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "visible" "0" + "visible" "0" } if_readymode { - "visible" "0" + "visible" "0" } } "HelpBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "HelpBackground" "xpos" "c-125" "ypos" "26" @@ -820,24 +819,24 @@ "fillcolor" "50 50 50 255" if_mvm { - "visible" "0" + "visible" "0" } if_readymode { - "xpos" "c-125" + "xpos" "c-125" } if_competitive { - "xpos" "c-125" - "ypos" "32" - "visible" "0" + "xpos" "c-125" + "ypos" "32" + "visible" "0" } } "TournamentInstructionsLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TournamentInstructionsLabel" "font" "Cerbetica11" "xpos" "c-125" @@ -845,44 +844,44 @@ "wide" "250" "tall" "13" "zpos" "1" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "0" "labelText" "%readylabel%" - "textAlignment" "center" + "textAlignment" "center" if_mvm { - "font" "Cerbetica14" - "xpos" "0" - "ypos" "105" - "wide" "f0" - "tall" "16" - "zpos" "3" + "font" "Cerbetica14" + "xpos" "0" + "ypos" "105" + "wide" "f0" + "tall" "16" + "zpos" "3" } if_readymode { - "xpos" "0" - "wide" "f0" + "xpos" "0" + "wide" "f0" } if_competitive { - "xpos" "0" - "wide" "f0" - "ypos" "118" - "font" "Cerbetica14" - "tall" "16" + "xpos" "0" + "wide" "f0" + "ypos" "118" + "font" "Cerbetica14" + "tall" "16" } } "InstructionsBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "InstructionBackground" "xpos" "c-125" "ypos" "42" @@ -895,42 +894,42 @@ "fillcolor" "0 0 0 150" if_mvm { - "visible" "0" + "visible" "0" } if_readymode { - "xpos" "c-125" + "xpos" "c-125" } if_competitive { - "xpos" "195" - "enabled" "0" - "visible" "0" + "xpos" "195" + "enabled" "0" + "visible" "0" } } "CountdownBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "CountdownBG" "xpos" "230" "ypos" "r55" "zpos" "-1" "wide" "40" "tall" "40" - "autoResize" "0" + "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" + "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" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" "if_mvm" { @@ -958,7 +957,7 @@ "CountdownLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CountdownLabel" "font" "Cerbetica24" "xpos" "230" @@ -966,13 +965,13 @@ "wide" "40" "tall" "40" "zpos" "1" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" "wrap" "0" "labelText" "%tournamentstatelabel%" - "textAlignment" "center" + "textAlignment" "center" "if_mvm" { @@ -983,23 +982,23 @@ if_competitive { - "xpos" "c-20" - "ypos" "130" - "tall" "40" - "zpos" "11" + "xpos" "c-20" + "ypos" "130" + "tall" "40" + "zpos" "11" } if_readymode { - "xpos" "c-20" - "ypos" "130" - "tall" "20" + "xpos" "c-20" + "ypos" "130" + "tall" "20" } } "CountdownLabelShadow" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CountdownLabelShadow" "font" "Cerbetica24" "xpos" "231" @@ -1007,13 +1006,13 @@ "wide" "40" "tall" "40" "zpos" "1" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" "wrap" "0" "labelText" "%tournamentstatelabel%" - "textAlignment" "center" + "textAlignment" "center" "fgcolor" "Black" "if_mvm" @@ -1025,17 +1024,17 @@ if_competitive { - "xpos" "c-19" - "ypos" "130" - "tall" "41" - "zpos" "10" + "xpos" "c-19" + "ypos" "130" + "tall" "41" + "zpos" "10" } if_readymode { - "xpos" "c-18" - "ypos" "130" - "tall" "22" + "xpos" "c-18" + "ypos" "130" + "tall" "22" } } }
\ No newline at end of file diff --git a/resource/ui/HudTournamentSetup.res b/resource/ui/HudTournamentSetup.res index 2dd1b98..151dabb 100644 --- a/resource/ui/HudTournamentSetup.res +++ b/resource/ui/HudTournamentSetup.res @@ -15,10 +15,10 @@ "enabled" "1"
"fillcolor" "0 0 0 205"
- "src_corner_height" "20" // pixels inside the image
- "src_corner_width" "20"
+ "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_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
@@ -90,27 +90,27 @@ {
"ControlName" "ImagePanel"
"fieldName" "HudTournamentNameBG"
- "xpos" "30"
- "ypos" "28"
- "wide" "0"
- "tall" "0"
- "zpos" "0"
+ "xpos" "30"
+ "ypos" "28"
+ "wide" "0"
+ "tall" "0"
+ "zpos" "0"
"autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "fillcolor" "255 0 0 255"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "fillcolor" "255 0 0 255"
}
"TournamentNotReadyButton"
{
"ControlName" "CExButton"
"fieldName" "TournamentNotReadyButton"
- "xpos" "12"
- "ypos" "46"
- "wide" "70"
- "tall" "14"
- "zpos" "0"
+ "xpos" "12"
+ "ypos" "46"
+ "wide" "70"
+ "tall" "14"
+ "zpos" "0"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
@@ -128,8 +128,8 @@ "border_armed" ""
"paintbackground" "0"
- "defaultFgColor_override" "TanLight"
- "armedFgColor_override" "Button Color"
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "Button Color"
"depressedFgColor_override" "Button Color"
}
@@ -137,11 +137,11 @@ {
"ControlName" "CExButton"
"fieldName" "TournamentReadyButton"
- "xpos" "96"
- "ypos" "46"
- "wide" "70"
- "tall" "14"
- "zpos" "0"
+ "xpos" "96"
+ "ypos" "46"
+ "wide" "70"
+ "tall" "14"
+ "zpos" "0"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
@@ -160,8 +160,8 @@ "border_armed" ""
"paintbackground" "0"
- "defaultFgColor_override" "TanLight"
- "armedFgColor_override" "Button Color"
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "Button Color"
"depressedFgColor_override" "Button Color"
}
}
\ No newline at end of file diff --git a/resource/ui/IntroMenu.res b/resource/ui/IntroMenu.res index 7c40df8..a330807 100644 --- a/resource/ui/IntroMenu.res +++ b/resource/ui/IntroMenu.res @@ -2,17 +2,17 @@ {
"intro"
{
- "ControlName" "CTFIntroMenu"
+ "ControlName" "CTFIntroMenu"
"fieldName" "intro"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
- "tabPosition" "0"
+ "tabPosition" "0"
"paintbackground" "0"
}
@@ -34,22 +34,22 @@ "titlelabel"
{
- "ControlName" "CExLabel"
- "fieldName" "titlelabel"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "tabPosition" "0"
+ "ControlName" "CExLabel"
+ "fieldName" "titlelabel"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "tabPosition" "0"
}
"Skip" [$WIN32]
{
- "ControlName" "CExButton"
+ "ControlName" "CExButton"
"fieldName" "Skip"
"xpos" "c60"
"ypos" "c96"
@@ -60,12 +60,12 @@ "pinCorner" "2"
"visible" "1"
"enabled" "1"
- "tabPosition" "0"
+ "tabPosition" "0"
"labelText" "SKIP"
- "textAlignment" "center"
+ "textAlignment" "center"
"dulltext" "0"
- "brighttext" "0"
- "wrap" "0"
+ "brighttext" "0"
+ "wrap" "0"
"command" "skip"
"font" "Cerbetica20"
"paintbackground" "0"
@@ -133,10 +133,10 @@ "ControlName" "CExButton"
"fieldName" "ReplayVideo"
"xpos" "9999"
- "xpos_hidef" "50"
+ "xpos_hidef" "50"
"ypos" "9999"
- "ypos_lodef" "r64"
- "ypos_hidef" "r54"
+ "ypos_lodef" "r64"
+ "ypos_hidef" "r54"
"zpos" "6"
"wide" "150"
"tall" "30"
@@ -266,14 +266,14 @@ "zpos" "6"
"tall" "80"
"button_separator" "10"
- "button_separator_lodef" "5"
+ "button_separator_lodef" "5"
"buttongap" "50"
"textadjust" "3"
"buttonoffsety" "20"
- "buttonoffsety_hidef" "0"
- "buttonoffsety_lodef" "18"
+ "buttonoffsety_hidef" "0"
+ "buttonoffsety_lodef" "18"
"fonttext" "MatchmakingDialogMenuLarge"
- "fonttext_lodef" "MatchmakingDialogMenuSmall"
+ "fonttext_lodef" "MatchmakingDialogMenuSmall"
"fgcolor" "HudOffWhite"
"button"
diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 6d62a59..737a51d 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -2033,4 +2033,4 @@ "angles_z" "0" } } -} +}
\ No newline at end of file diff --git a/resource/ui/MapInfoMenu.res b/resource/ui/MapInfoMenu.res index d6eac51..dea8011 100644 --- a/resource/ui/MapInfoMenu.res +++ b/resource/ui/MapInfoMenu.res @@ -115,28 +115,7 @@ { "ControlName" "CExButton" "fieldName" "MapInfoContinue" - "xpos" "99999" - "ypos" "9999" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "1" - "command" "continue" - "default" "1" - "font" "Blank" - "paintbackground" "0" - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" + "xpos" "9999" } "MapInfoContinue2" [$WIN32] diff --git a/resource/ui/MedicCallerPanel.res b/resource/ui/MedicCallerPanel.res index 7e62ea8..c2b28bc 100644 --- a/resource/ui/MedicCallerPanel.res +++ b/resource/ui/MedicCallerPanel.res @@ -2,114 +2,121 @@ {
"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"
+ "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"
+ "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"
+ "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"
+ "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"
+ "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"
}
+
"CallerReviveEasy"
{
- "ControlName" "CTFImagePanel"
- "fieldName" "CallerReviveEasy"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "30"
- "tall" "30"
- "visible" "0"
- "enabled" "1"
- "image" "../effects/speech_mediccall_tombstone_noz"
- "scaleImage" "1"
+ "ControlName" "CTFImagePanel"
+ "fieldName" "CallerReviveEasy"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "30"
+ "tall" "30"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../effects/speech_mediccall_tombstone_noz"
+ "scaleImage" "1"
}
+
"CallerReviveMedium"
{
- "ControlName" "CTFImagePanel"
- "fieldName" "CallerReviveMedium"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "30"
- "tall" "30"
- "visible" "0"
- "enabled" "1"
- "image" "../effects/speech_mediccall_tombstone_1_noz"
- "scaleImage" "1"
+ "ControlName" "CTFImagePanel"
+ "fieldName" "CallerReviveMedium"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "30"
+ "tall" "30"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../effects/speech_mediccall_tombstone_1_noz"
+ "scaleImage" "1"
}
+
"CallerReviveHard"
{
- "ControlName" "CTFImagePanel"
- "fieldName" "CallerReviveHard"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "30"
- "tall" "30"
- "visible" "0"
- "enabled" "1"
- "image" "../effects/speech_mediccall_tombstone_2_noz"
- "scaleImage" "1"
+ "ControlName" "CTFImagePanel"
+ "fieldName" "CallerReviveHard"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "30"
+ "tall" "30"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../effects/speech_mediccall_tombstone_2_noz"
+ "scaleImage" "1"
}
}
\ No newline at end of file diff --git a/resource/ui/MvMCreditSubPanel.res b/resource/ui/MvMCreditSubPanel.res index d063371..4a026af 100644 --- a/resource/ui/MvMCreditSubPanel.res +++ b/resource/ui/MvMCreditSubPanel.res @@ -2,142 +2,142 @@ { "HeaderLabel" { - "ControlName" "CExLabel" - "fieldName" "HeaderLabel" - "font" "HudFontSmallBold" - "labelText" "%header%" - "textAlignment" "north-west" - "xpos" "0" - "ypos" "0" - "wide" "300" - "tall" "15" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "HudFontSmallBold" + "labelText" "%header%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "15" + "fgcolor" "tanlight" } - + "TableBackground" { - "ControlName" "EditablePanel" - "fieldName" "TestBackground" - "xpos" "0" - "ypos" "14" - "zpos" "-1" - "wide" "190" - "tall" "42" - "visible" "1" - "bgcolor_override" "20 20 20 200" + "ControlName" "EditablePanel" + "fieldName" "TestBackground" + "xpos" "0" + "ypos" "14" + "zpos" "-1" + "wide" "190" + "tall" "42" + "visible" "1" + "bgcolor_override" "20 20 20 200" } "CreditCollectedTextLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" - "font" "HudFontSmall" - "labelText" "#TF_PVE_Collected" - "textAlignment" "north-west" - "xpos" "9" - "ypos" "15" - "wide" "70" - "tall" "12" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "CreditCollectedTextLabel" + "font" "HudFontSmall" + "labelText" "#TF_PVE_Collected" + "textAlignment" "north-west" + "xpos" "9" + "ypos" "15" + "wide" "70" + "tall" "12" + "fgcolor" "tanlight" } "CreditCollectedCountLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditCollectedCountLabel" - "font" "HudFontSmall" - "labelText" "%creditscollected%" - "textAlignment" "north-east" - "xpos" "100" - "ypos" "15" - "wide" "30" - "tall" "12" - "fgcolor" "CreditsGreen" + "ControlName" "CExLabel" + "fieldName" "CreditCollectedCountLabel" + "font" "HudFontSmall" + "labelText" "%creditscollected%" + "textAlignment" "north-east" + "xpos" "100" + "ypos" "15" + "wide" "30" + "tall" "12" + "fgcolor" "CreditsGreen" } "CreditMissedTextLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditMissedTextLabel" - "font" "HudFontSmall" - "labelText" "#TF_PVE_Missed" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "27" - "wide" "70" - "tall" "12" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "CreditMissedTextLabel" + "font" "HudFontSmall" + "labelText" "#TF_PVE_Missed" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "27" + "wide" "70" + "tall" "12" + "fgcolor" "tanlight" } "CreditMissedCountLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditMissedCountLabel" - "font" "HudFontSmall" - "labelText" "%creditsmissed%" - "textAlignment" "north-east" - "xpos" "100" - "ypos" "27" - "wide" "30" - "tall" "12" - "fgcolor" "RedSolid" + "ControlName" "CExLabel" + "fieldName" "CreditMissedCountLabel" + "font" "HudFontSmall" + "labelText" "%creditsmissed%" + "textAlignment" "north-east" + "xpos" "100" + "ypos" "27" + "wide" "30" + "tall" "12" + "fgcolor" "RedSolid" } "CreditBonusTextLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" - "font" "HudFontSmall" - "labelText" "#TF_PVE_Bonus" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "39" - "wide" "70" - "tall" "12" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "CreditCollectedTextLabel" + "font" "HudFontSmall" + "labelText" "#TF_PVE_Bonus" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "39" + "wide" "70" + "tall" "12" + "fgcolor" "tanlight" } "CreditBonusCountLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditCollectedCountLabel" - "font" "HudFontSmall" - "labelText" "%creditbonus%" - "textAlignment" "north-east" - "xpos" "100" - "ypos" "39" - "wide" "30" - "tall" "12" - "fgcolor" "CreditsGreen" + "ControlName" "CExLabel" + "fieldName" "CreditCollectedCountLabel" + "font" "HudFontSmall" + "labelText" "%creditbonus%" + "textAlignment" "north-east" + "xpos" "100" + "ypos" "39" + "wide" "30" + "tall" "12" + "fgcolor" "CreditsGreen" } "CreditRatingLabel" { - "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" - "font" "HudFontMediumBold" - "labelText" "%rating%" - "textAlignment" "center" - "xpos" "125" - "ypos" "25" - "zpos" "1" - "wide" "70" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "CreditCollectedTextLabel" + "font" "HudFontMediumBold" + "labelText" "%rating%" + "textAlignment" "center" + "xpos" "125" + "ypos" "25" + "zpos" "1" + "wide" "70" + "tall" "20" + "fgcolor" "tanlight" } "CreditRatingLabelShadow" { - "ControlName" "CExLabel" - "fieldName" "CreditRatingLabelShadow" - "font" "HudFontMediumBold" - "labelText" "%ratingshadow%" - "textAlignment" "center" - "xpos" "126" - "ypos" "26" - "zpos" "0" - "wide" "70" - "tall" "20" - "fgcolor" "Black" + "ControlName" "CExLabel" + "fieldName" "CreditRatingLabelShadow" + "font" "HudFontMediumBold" + "labelText" "%ratingshadow%" + "textAlignment" "center" + "xpos" "126" + "ypos" "26" + "zpos" "0" + "wide" "70" + "tall" "20" + "fgcolor" "Black" } }
\ No newline at end of file diff --git a/resource/ui/MvMInWorldCurrency.res b/resource/ui/MvMInWorldCurrency.res index f375679..db56cfc 100644 --- a/resource/ui/MvMInWorldCurrency.res +++ b/resource/ui/MvMInWorldCurrency.res @@ -2,113 +2,113 @@ { "BorderBG" { - "ControlName" "EditablePanel" - "fieldName" "BorderBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "46" - "tall" "100" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "0" + "ControlName" "EditablePanel" + "fieldName" "BorderBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "46" + "tall" "100" + "visible" "1" + "enabled" "1" "bgcolor_override" "TanLight" + "PaintBackgroundType" "0" } "BackgroundGood" { - "ControlName" "EditablePanel" - "fieldName" "BackgroundGood" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "44" - "tall" "12" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "0" + "ControlName" "EditablePanel" + "fieldName" "BackgroundGood" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "44" + "tall" "12" + "visible" "1" + "enabled" "1" "bgcolor_override" "221 182 72 250" + "PaintBackgroundType" "0" } "MoneyImagePanel" { - "ControlName" "ImagePanel" - "fieldName" "MoneyImagePanel" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "14" - "tall" "14" - "image" "../HUD/mvm_cash" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "MoneyImagePanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "14" + "tall" "14" + "image" "../HUD/mvm_cash" + "visible" "1" + "enabled" "1" + "scaleImage" "1" } "CurrencyBG" { - "ControlName" "ImagePanel" - "fieldName" "CurrencyBG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 200" + "ControlName" "ImagePanel" + "fieldName" "CurrencyBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 200" } "CurrencyLabel" { - "ControlName" "CExLabel" - "fieldName" "CurrencyLabel" - "font" "Cerbetica14" - "fgcolor" "TanLight" - "xpos" "4" - "ypos" "0" - "zpos" "3" - "wide" "80" - "tall" "20" - "visible" "1" - "enabled" "1" - "textAlignment" "west" - "labelText" "Remaining" + "ControlName" "CExLabel" + "fieldName" "CurrencyLabel" + "font" "Cerbetica14" + "fgcolor" "TanLight" + "xpos" "4" + "ypos" "0" + "zpos" "3" + "wide" "80" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "Remaining" } "CurrencyGood" { - "ControlName" "CExLabel" - "fieldName" "CurrencyGood" - "font" "Cerbetica14" - "fgcolor" "125 225 30 255" - "xpos" "45" - "ypos" "0" - "zpos" "4" - "wide" "50" - "tall" "20" - "visible" "1" - "enabled" "1" - "textAlignment" "east" - "labelText" "%currency%" + "ControlName" "CExLabel" + "fieldName" "CurrencyGood" + "font" "Cerbetica14" + "fgcolor" "125 225 30 255" + "xpos" "45" + "ypos" "0" + "zpos" "4" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%currency%" } "CurrencyBad" { - "ControlName" "CExLabel" - "fieldName" "CurrencyBad" - "font" "Cerbetica14" - "fgcolor" "225 30 30 255" - "xpos" "45" - "ypos" "0" - "zpos" "4" - "wide" "50" - "tall" "20" - "visible" "1" - "enabled" "1" - "textAlignment" "east" - "labelText" "%currency%" + "ControlName" "CExLabel" + "fieldName" "CurrencyBad" + "font" "Cerbetica14" + "fgcolor" "225 30 30 255" + "xpos" "45" + "ypos" "0" + "zpos" "4" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%currency%" } }
\ No newline at end of file diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index 8bb6e62..b6a4991 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -16,41 +16,41 @@ "ScoreboardBackground" { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" - "xpos" "c-270" - "ypos" "244" - "zpos" "-1" - "wide" "540" - "tall" "500" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 200" + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "c-270" + "ypos" "244" + "zpos" "-1" + "wide" "540" + "tall" "500" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 200" } "PopFileLabel" { - "ControlName" "CExLabel" - "fieldName" "PopFileLabel" - "font" "Cerbetica24" - "labelText" "%popfile%" - "textAlignment" "center" - "xpos" "c-270" - "ypos" "c-30" - "wide" "270" - "tall" "30" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "PopFileLabel" + "font" "Cerbetica24" + "labelText" "%popfile%" + "textAlignment" "center" + "xpos" "c-270" + "ypos" "c-30" + "wide" "270" + "tall" "30" + "fgcolor" "tanlight" } "DifficultyContainer" { - "ControlName" "EditablePanel" - "fieldName" "DifficultyContainer" - "xpos" "c0" - "ypos" "c-30" - "wide" "270" - "tall" "30" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "DifficultyContainer" + "xpos" "c0" + "ypos" "c-30" + "wide" "270" + "tall" "30" + "visible" "1" "DifficultyLabel" { @@ -83,7 +83,7 @@ "PlayerListBackground" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "PlayerListBackground" "xpos" "9999" "ypos" "9999" @@ -93,12 +93,12 @@ "visible" "1" "enabled" "1" "image" "../hud/tournament_panel_brown" - "scaleImage" "1" + "scaleImage" "1" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -132,7 +132,7 @@ "CreditStatsBackground" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "CreditStatsBackground" "xpos" "9999" "ypos" "9999" diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index 0bdc5f8..b99627c 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -16,8 +16,8 @@ "if_multiple_trains" { - "ypos" "330" - "tall" "200" + "ypos" "330" + "tall" "200" } } @@ -49,7 +49,6 @@ "ypos" "120" "ypos_minmode" "120" "tall" "12" - "tall_minmode" "12" "image" "../hud/cart_track_neutral_opaque" } } @@ -81,14 +80,10 @@ "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" @@ -141,14 +136,10 @@ "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" @@ -174,12 +165,9 @@ "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" @@ -232,14 +220,10 @@ "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" @@ -331,14 +315,10 @@ "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" @@ -369,14 +349,10 @@ "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" @@ -403,16 +379,11 @@ "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" @@ -444,14 +415,10 @@ "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" @@ -505,9 +472,9 @@ "ypos" "0" "zpos" "0" "wide" "54" - "wide_minmode" "35" + "wide_minmode" "35" "tall" "65" - "tall_minmode" "42" + "tall_minmode" "42" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -528,14 +495,14 @@ "ControlName" "Label" "fieldName" "ProgressText" "font" "DefaultSmall" - "font_minmode" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" "xpos" "9999" "ypos" "9999" "zpos" "23" "wide" "54" - "wide_minmode" "35" + "wide_minmode" "35" "tall" "40" - "tall_minmode" "28" + "tall_minmode" "28" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -564,9 +531,9 @@ "ypos_minmode" "2" "zpos" "1" "wide" "50" - "wide_minmode" "31" + "wide_minmode" "31" "tall" "50" - "tall_minmode" "31" + "tall_minmode" "31" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -587,14 +554,12 @@ "ControlName" "ImagePanel" "fieldName" "Capping" "xpos" "8" - "xpos_minmode" "8" "ypos" "8" - "ypos_minmode" "8" "zpos" "1" "wide" "30" - "wide_minmode" "20" + "wide_minmode" "20" "tall" "30" - "tall_minmode" "20" + "tall_minmode" "20" "autoResize" "0" "pinCorner" "0" "visible" "0" diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index f68dccf..9d29822 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -667,7 +667,7 @@ "labelText" "#TF_ScoreBoard_Dueling" "textAlignment" "center" "xpos" "250" - "ypos" "2 " + "ypos" "2" "zpos" "3" "wide" "100" "tall" "20" @@ -1718,7 +1718,6 @@ } } - "ButtonLegendBG" [$X360] { "ControlName" "ImagePanel" diff --git a/resource/ui/Spectator.res b/resource/ui/Spectator.res index 2788000..987831c 100644 --- a/resource/ui/Spectator.res +++ b/resource/ui/Spectator.res @@ -11,9 +11,9 @@ "enabled" "1"
"tabPosition" "0"
}
-
+
"specgui" { }
-
+
"topbar"
{
"ControlName" "Panel"
@@ -28,6 +28,7 @@ "enabled" "1"
"tabPosition" "0"
}
+
"BottomBar"
{
"ControlName" "Frame"
@@ -39,6 +40,7 @@ "visible" "0"
"enabled" "0"
}
+
"bottombarblank"
{
"ControlName" "Panel"
@@ -47,48 +49,49 @@ "ypos" "9999" [$WIN32]
"ypos" "r90" [$X360]
"ypos_minmode" "r0"
- "tall" "0" [$WIN32] // this needs to match the size of BottomBar
+ "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"
+ "visible_minmode" "0"
"enabled" "1"
"tabPosition" "0"
}
+
"ReinforcementsLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "ReinforcementsLabel"
"xpos" "c-300" [$WIN32]
"ypos" "50"
"wide" "600"
"tall" "24"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#game_respawntime_in_secs"
- "textAlignment" "center"
+ "textAlignment" "center"
"font" "Cerbetica24"
}
"BuyBackLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "BuyBackLabel"
"xpos" "0"
"ypos" "0"
"wide" "320"
"tall" "30"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" ""
- "textAlignment" "center"
+ "textAlignment" "center"
"font" "Cerbetica24"
"wrap" "1"
"centerwrap" "1"
@@ -167,10 +170,10 @@ "model_wide" "90"
"model_tall" "60"
- "text_xpos" "10"
- "text_ypos" "10"
- "text_wide" "220"
- "text_center" "1"
+ "text_xpos" "10"
+ "text_ypos" "10"
+ "text_wide" "220"
+ "text_center" "1"
"max_text_height" "100"
"padding_height" "10"
@@ -179,45 +182,46 @@ "ItemBackground"
{
- "ControlName" "ImagePanel"
- "fieldName" "ItemBackground"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "240"
- "tall" "900"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "0 0 0 100"
+ "ControlName" "ImagePanel"
+ "fieldName" "ItemBackground"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "240"
+ "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" "232"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "0 0 0 100"
+ "ControlName" "ImagePanel"
+ "fieldName" "TitleBackground"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "-1"
+ "wide" "232"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "0 0 0 100"
}
"itemmodelpanel"
{
"fieldName" "itemmodelpanel"
- "use_item_rendertarget" "0"
- "useparentbg" "1"
+ "useparentbg" "1"
"inventory_image_type" "1"
+ "use_item_rendertarget" "0"
}
"ItemLabel"
- {
+ {
"ControlName" "Label"
"fieldName" "ItemLabel"
"font" "Cerbetica12"
diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index 6be5d5a..0a440cd 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -8,7 +8,7 @@ "wide" "0" "tall" "0" } - + "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -17,7 +17,7 @@ "wide" "0" "tall" "0" } - + "BuildingStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -26,7 +26,7 @@ "wide" "0" "tall" "0" } - + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -41,7 +41,7 @@ "image" "../hud/health_over_bg" "scaleImage" "1" } - + "PlayerStatusHealthValue" { "ControlName" "CExLabel" @@ -58,7 +58,7 @@ "fgcolor" "Health Normal" "textAlignment" "center" } - + "PlayerStatusHealthValueBackground" { "ControlName" "CExLabel" @@ -75,7 +75,7 @@ "fgcolor" "0 0 0 255" "textAlignment" "center" } - + "PlayerStatusPlayerLevel" { "ControlName" "CExLabel" diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 6351b85..ed36368 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -10,24 +10,24 @@ "pinCorner" "0" "enabled" "1" - "team1_player_base_offset_x" "0" - "team1_player_base_y" "220" - "team1_player_delta_x" "0" - "team1_player_delta_y" "-16" - "team2_player_base_offset_x" "0" - "team2_player_base_y" "240" - "team2_player_delta_x" "0" - "team2_player_delta_y" "16" + "team1_player_base_offset_x" "0" + "team1_player_base_y" "220" + "team1_player_delta_x" "0" + "team1_player_delta_y" "-16" + "team2_player_base_offset_x" "0" + "team2_player_base_y" "240" + "team2_player_delta_x" "0" + "team2_player_delta_y" "16" "playerpanels_kv" { - "visible" "0" - "wide" "156" - "tall" "16" - "zpos" "1" - "color_ready" "0 255 0 220" + "visible" "0" + "wide" "156" + "tall" "16" + "zpos" "1" + "color_ready" "0 255 0 220" "color_notready" "0 0 0 220" - "tabPosition" "0" + "tabPosition" "0" "PanelBackground" { @@ -170,13 +170,13 @@ "tall" "18" "visible" "1" "enabled" "1" - "team1_image" "../hud/class_scoutred" + "team1_image" "../hud/class_scoutred" "scaleImage" "1" } "classimagebg" { - "ControlName" "Panel" + "ControlName" "Panel" "fieldName" "classimagebg" "xpos" "9999" "ypos" "9999" @@ -192,20 +192,20 @@ "HealthIcon" { - "ControlName" "EditablePanel" - "fieldName" "HealthIcon" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "24" - "tall" "14" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "10" - "HealthDeathWarning" "0.49" - "TFFont" "HudFontSmallest" - "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "24" + "tall" "14" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" } "ReadyBG" @@ -223,16 +223,16 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" + "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_width" "3" // screen size of the corners ( and sides ), proportional "draw_corner_height" "3" } "ReadyImage" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ReadyImage" "xpos" "32" "ypos" "8" @@ -244,7 +244,7 @@ "visible" "0" "enabled" "1" "image" "hud/checkmark" - "scaleImage" "1" + "scaleImage" "1" } "respawntime" @@ -263,8 +263,8 @@ "labelText" "%respawntime%" "textAlignment" "west" "fgcolor" "255 20 175 255" - } + "respawntimeBG" { "ControlName" "CExLabel" @@ -282,7 +282,8 @@ "textAlignment" "west" "fgcolor" "TransparentBlack" } - "healthcover" //Blocks48 + + "healthcover" { "ControlName" "CExLabel" "fieldName" "healthcover" @@ -317,6 +318,7 @@ "textAlignment" "east" "fgcolor" "0 255 255 255" } + "chargeamountBG" { "ControlName" "CExLabel" @@ -394,7 +396,7 @@ "font" "Cerbetica24" if_mvm{ - "ypos" "0" + "ypos" "68" [$WIN32] } } "BuyBackLabel" @@ -417,7 +419,7 @@ if_mvm { - "visible" "1" + "visible" "1" } } @@ -494,10 +496,10 @@ "model_wide" "90" "model_tall" "60" - "text_xpos" "10" - "text_ypos" "10" - "text_wide" "220" - "text_center" "1" + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "220" + "text_center" "1" "max_text_height" "100" "padding_height" "10" @@ -506,40 +508,41 @@ "ItemBackground" { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "240" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "240" + "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" "232" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "232" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" } "itemmodelpanel" { "fieldName" "itemmodelpanel" + "useparentbg" "1" "use_item_rendertarget" "0" - "useparentbg" "1" "inventory_image_type" "1" } @@ -563,6 +566,7 @@ "brighttext" "0" } } + "spectator_extras" { "ControlName" "EditablePanel" diff --git a/resource/ui/SpectatorTournamentGUIHealth.res b/resource/ui/SpectatorTournamentGUIHealth.res index 192e2f6..3359cc4 100644 --- a/resource/ui/SpectatorTournamentGUIHealth.res +++ b/resource/ui/SpectatorTournamentGUIHealth.res @@ -13,6 +13,7 @@ "enabled" "1" "scaleImage" "1" } + "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -27,6 +28,7 @@ "image" "../hud/health_bg" "scaleImage" "1" } + "BuildingStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -41,6 +43,7 @@ "image" "../hud/health_equip_bg" "scaleImage" "1" } + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -55,6 +58,7 @@ "image" "../hud/health_over_bg" "scaleImage" "1" } + "PlayerStatusHealthValueSpectator" { "ControlName" "CExLabel" @@ -71,6 +75,7 @@ "font" "CerbeticaBold16" "fgcolor" "Spec Health Normal" } + "PlayerStatusHealthValueSpectatorBG" { "ControlName" "CExLabel" diff --git a/resource/ui/TFAdvancedOptionsDialog.res b/resource/ui/TFAdvancedOptionsDialog.res index 96c8343..910cde1 100644 --- a/resource/ui/TFAdvancedOptionsDialog.res +++ b/resource/ui/TFAdvancedOptionsDialog.res @@ -24,7 +24,7 @@ "slider_w" "500"
"slider_h" "25"
}
-
+
"TitleLabel"
{
"ControlName" "CExLabel"
@@ -43,7 +43,7 @@ "enabled" "1"
"fgcolor_override" "TanLight"
}
-
+
"CancelButton"
{
"ControlName" "CExButton"
@@ -78,7 +78,7 @@ "border_default" "ButtonHover"
"border_armed" "ButtonHover"
}
-
+
"OkButton"
{
"ControlName" "CExButton"
@@ -165,5 +165,5 @@ "wrap" "1"
//"centerwrap" "1"
}
- }
+ }
}
\ No newline at end of file diff --git a/resource/ui/Teammenu.res b/resource/ui/Teammenu.res index 6dff146..ab6ffd5 100644 --- a/resource/ui/Teammenu.res +++ b/resource/ui/Teammenu.res @@ -95,7 +95,7 @@ "enabled" "1" "fillcolor" "0 0 0 100" } - + "SysMenu" { "ControlName" "Menu" @@ -110,7 +110,7 @@ "enabled" "0" "tabPosition" "0" } - + "MapInfo" { "ControlName" "HTML" @@ -125,7 +125,7 @@ "enabled" "0" "tabPosition" "0" } - + "mapname" { "ControlName" "Label" @@ -172,7 +172,7 @@ "depressedFgColor_override" "255 255 255 128" "selectedFgColor_override" "TanLight" } - + "teambutton1" { "ControlName" "CTFTeamButton" @@ -199,7 +199,7 @@ "depressedFgColor_override" "255 255 255 128" "selectedFgColor_override" "TanLight" } - + "teambutton2" { "ControlName" "CTFTeamButton" @@ -293,7 +293,7 @@ "autoResize" "0" "pinCorner" "0" "visible" "1" - "visible_lodef" "0" + "visible_lodef" "0" "enabled" "1" "labelText" "#TF_SelectATeam" "textAlignment" "center" @@ -347,7 +347,7 @@ "font" "CerbeticaBold16" "fgcolor" "white" } - + "MenuBG" { "ControlName" "ImagePanel" @@ -530,7 +530,7 @@ "enabled" "1" "fov" "20" } - + "HighlanderLabel" [$WIN32] { "ControlName" "CExLabel" @@ -574,7 +574,7 @@ "fgcolor" "TransparentBlack" "centerwrap" "1" - "pin_to_sibling" "HighlanderLabel" + "pin_to_sibling" "HighlanderLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } @@ -622,11 +622,11 @@ "fgcolor" "TransparentBlack" "centerwrap" "1" - "pin_to_sibling" "TeamsFullLabel" + "pin_to_sibling" "TeamsFullLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "TeamsFullArrow" [$WIN32] { "ControlName" "CTFImagePanel" diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index cfc2134..64659ca 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -52,7 +52,7 @@ "font" "Cerbetica24" "fgcolor" "TanLight" } - + "TextMessage" { "ControlName" "TextEntry" @@ -60,7 +60,7 @@ "visible" "0" "enabled" "0" } - + "TFTextMessage" { "ControlName" "CExRichText" @@ -79,7 +79,7 @@ "textAlignment" "northwest" "fgcolor" "TanLight" } - + "HTMLMessage" { "ControlName" "HTML" diff --git a/resource/ui/TextWindowCustomServer.res b/resource/ui/TextWindowCustomServer.res index b6d63ae..f1f436a 100644 --- a/resource/ui/TextWindowCustomServer.res +++ b/resource/ui/TextWindowCustomServer.res @@ -51,8 +51,8 @@ "brighttext" "0" "font" "Cerbetica24" "fgcolor" "TanLight" - } - + } + "TextMessage" { "ControlName" "TextEntry" @@ -60,7 +60,7 @@ "visible" "0" "enabled" "0" } - + "TFTextMessage" { "ControlName" "CExRichText" diff --git a/resource/ui/WaveStatusPanel.res b/resource/ui/WaveStatusPanel.res index a72c9e1..f210786 100644 --- a/resource/ui/WaveStatusPanel.res +++ b/resource/ui/WaveStatusPanel.res @@ -53,8 +53,8 @@ "visible" "0"
"enabled" "1"
"scaleImage" "1"
- "PaintBackgroundType" "2"
"bgcolor_override" "TanLight"
+ "PaintBackgroundType" "2"
if_verbose {
"visible" "1"
diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res index 1778917..c5924f9 100644 --- a/resource/ui/charinfoarmorysubpanel.res +++ b/resource/ui/charinfoarmorysubpanel.res @@ -246,14 +246,12 @@ "wide" "250" "tall" "180" "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" "PaintBackgroundType" "2" "paintborder" "1" - "text_xpos" "0" "text_ypos" "20" - "text_wide" "250" "text_center" "1" "model_hide" "0" "resize_to_text" "0" @@ -304,8 +302,8 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" + "border_default" "NoBorder" + "border_armed" "NoBorder" } "CurPageLabel" @@ -355,8 +353,8 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" + "border_default" "NoBorder" + "border_armed" "NoBorder" } "WikiButton" @@ -432,7 +430,7 @@ "xpos" "c-298" "ypos" "290" "zpos" "20" - "wide" "160" + "wide" "100" "tall" "20" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index 6fb2979..ad006ac 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -150,18 +150,7 @@ { "ControlName" "CExLabel" "fieldName" "CurrentlyEquippedLabel" - "font" "HudFontSmallestBold" - "labelText" "#CurrentlyEquipped" - "textAlignment" "south-west" "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "180" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" } "TopLine" @@ -227,50 +216,31 @@ "bgcolor_override" "0 0 0 0" "noitem_textcolor" "117 107 94 255" "PaintBackgroundType" "2" - "paintborder" "1" - + "paintborder" "1" "text_ypos" "0" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - "BackColor" - { - "ControlName" "EditablePanel" - "fieldName" "BackColor" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType""1" - "border" "NoBorder" - "bgcolor_override" "35 35 35 255" - - "attriblabel" - { - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "117 107 94 255" - "centerwrap" "1" - } - } - } + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "101" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } "PassiveAttribsLabel" { diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res index 3c5d17f..6be58df 100644 --- a/resource/ui/craftingpanel.res +++ b/resource/ui/craftingpanel.res @@ -374,41 +374,23 @@ "resize_to_text" "1" "padding_height" "15" - "BackColor" - { - "ControlName" "EditablePanel" - "fieldName" "BackColor" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType""1" - "border" "NoBorder" - "bgcolor_override" "35 35 35 255" - - "attriblabel" - { - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "117 107 94 255" - "centerwrap" "1" - } - } + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "101" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } } "mousedragitempanel" diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 9fd6d86..36b16b2 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -2,46 +2,46 @@ { "CraftingStatusDialog" { - "fieldName" "CraftingStatusDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-100" - "ypos" "200" - "wide" "200" - "tall" "110" - "paintbackgroundtype" "2" - "paintbackground" "1" - "bgcolor_override" "30 30 30 255" - "settitlebarvisible" "0" - "border" "CyanBorder" + "fieldName" "CraftingStatusDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "200" + "wide" "200" + "tall" "110" + "paintbackgroundtype" "2" + "paintbackground" "1" + "bgcolor_override" "30 30 30 255" + "settitlebarvisible" "0" + "border" "CyanBorder" } "CenterPositioner" { - "ControlName" "Label" - "fieldName" "CenterPositioner" - "font" "HudFontSmallBold" - "xpos" "0" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "centerwrap" "0" - "labelText" "" + "ControlName" "Label" + "fieldName" "CenterPositioner" + "font" "HudFontSmallBold" + "xpos" "0" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "0" + "labelText" "" "textAlignment" "center" "bgcolor_override" "Transparent" } "RecipeItemModelPanel" { - "ControlName" "CItemModelPanel" - "fieldName" "RecipeItemModelPanel" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "RecipeItemModelPanel" + "visible" "0" } "TitleLabel" diff --git a/resource/ui/econ/ConfirmApplyGiftWrapDialog.res b/resource/ui/econ/ConfirmApplyGiftWrapDialog.res index c9c82a5..c9b120d 100644 --- a/resource/ui/econ/ConfirmApplyGiftWrapDialog.res +++ b/resource/ui/econ/ConfirmApplyGiftWrapDialog.res @@ -2,32 +2,32 @@ { "ConfirmApplyGiftWrapDialog" { - "fieldName" "ConfirmApplyGiftWrapDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "c-200" - "wide" "400" - "tall" "240" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "fieldName" "ConfirmApplyGiftWrapDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintborder" "2" + "paintbackground" "1" + "border" "CyanBorderThick" + "bgcolor_override" "25 25 25 255" } "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -57,57 +57,57 @@ "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica22" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "BackpackItemBorder_SelfMade" } "tool_icon" { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "112 176 74 255" } "tool_modelpanel" { diff --git a/resource/ui/econ/ConfirmCustomizeTextureDialog.res b/resource/ui/econ/ConfirmCustomizeTextureDialog.res index 0ea9ffb..3bbe1be 100644 --- a/resource/ui/econ/ConfirmCustomizeTextureDialog.res +++ b/resource/ui/econ/ConfirmCustomizeTextureDialog.res @@ -28,7 +28,7 @@ "bgcolor_override" "0 0 0 0" "noitem_textcolor" "117 107 94 255" "PaintBackgroundType" "0" - "paintborder" "0" + "paintborder" "0" "text_ypos" "20" "text_center" "1" "model_hide" "1" diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res index c235ab4..3ed5528 100644 --- a/resource/ui/econ/comboboxbackpackoverlaydialog.res +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -2,13 +2,13 @@ { "ComboBoxBackpackOverlayDialogBase" { - "fieldName" "ComboBoxBackpackOverlayDialogBase" - "visible" "1" - "enabled" "1" - "xpos" "c-140" - "ypos" "105" - "wide" "280" - "tall" "240" + "fieldName" "ComboBoxBackpackOverlayDialogBase" + "visible" "1" + "enabled" "1" + "xpos" "c-140" + "ypos" "105" + "wide" "280" + "tall" "240" "bgcolor_override" "25 25 25 255" "paintbackgroundtype" "0" "settitlebarvisible" "1" diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res index 2dec736..3efcfdf 100644 --- a/resource/ui/econ/store/v2/storehome_base.res +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -13,24 +13,24 @@ "visible" "0" "enabled" "1" "tabPosition" "0" - "settitlebarvisible" "0" - "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "25 25 25 255" + "infocus_bgcolor_override" "25 25 25 255" "outoffocus_bgcolor_override" "25 25 25 255" "item_controls_xoffset" "2" "item_controls_yoffset" "2" "max_cart_model_panels" "8" - "item_ypos" "40" - "item_mod_wide" "40" + "item_ypos" "40" + "item_mod_wide" "40" "item_panels" "12" "item_columns" "4" "item_offcenter_x" "-230" "item_xdelta" "8" "item_ydelta" "8" - "item_backdrop_zpos" "1" - "show_item_backdrop" "1" - "item_backdrop_color" "25 25 25 255" + "item_backdrop_zpos" "1" + "show_item_backdrop" "1" + "item_backdrop_color" "25 25 25 255" "item_backdrop_left_margin" "11" "item_backdrop_right_margin" "11" "item_backdrop_top_margin" "9" @@ -40,7 +40,7 @@ "item_panel_bgcolor" "51 47 46 255" "item_panel_bgcolor_mouseover" "156 146 128 255" "item_panel_bgcolor_selected" "176 166 148 255" - "classicon_xdelta" "5" + "classicon_xdelta" "5" "modelpanels_kv" { @@ -56,7 +56,6 @@ "PaintBackgroundType" "2" "paintborder" "1" "border" "NoBorder" - "model_xpos" "24" "model_ypos" "6" "model_wide" "71" @@ -76,7 +75,7 @@ { "use_item_rendertarget" "0" "allow_rot" "0" - "inventory_image_type" "1" + "inventory_image_type" "1" } "use_item_sounds" "1" diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index 4652468..a77734a 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -142,35 +142,35 @@ "selectedcolor" "TanLight" "unselectedcolor" "TanDark" "paintbackground" "1" - "defaultBgColor_override" "25 25 25 255" + "defaultBgColor_override" "25 25 25 255" "unselectedBgColor_override" "10 10 10 255" - "activeborder_override" "CyanBorderTabs" + "activeborder_override" "CyanBorderTabs" "depressedBgColor_override" "10 10 10 255" - "normalborder_override" "CyanBorderTabsInactive" + "normalborder_override" "CyanBorderTabsInactive" } } "CloseButton" { - "ControlName" "CExButton" - "fieldName" "CloseButton" - "xpos" "c-300" - "ypos" "437" - "zpos" "2" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "<< Back (&Q)" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "close" + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<< Back (&Q)" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -198,29 +198,29 @@ "NotificationsPresentPanel" { - "ControlName" "CNotificationsPresentPanel" - "fieldName" "NotificationsPresentPanel" - "xpos" "r200" - "ypos" "10" - "zpos" "10000" - "wide" "190" - "tall" "50" - "visible" "0" - "enabled" "1" + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" } "SupportCommunityMapMakersCheckButton" { - "ControlName" "CheckButton" - "fieldName" "SupportCommunityMapMakersCheckButton" - "xpos" "c275" - "ypos" "437" - "zpos" "5" - "wide" "25" - "tall" "25" - "font" "HudFontSmall" - "labelText" "" - "visible" "0" + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "c275" + "ypos" "437" + "zpos" "5" + "wide" "25" + "tall" "25" + "font" "HudFontSmall" + "labelText" "" + "visible" "0" } "SupportCommunityMapMakersLabel" @@ -241,25 +241,25 @@ "CheckoutButton" { - "ControlName" "CExButton" - "fieldName" "CheckoutButton" - "xpos" "c170" - "ypos" "437" - "zpos" "2" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "Checkout (&E) >>" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "checkout" + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Checkout (&E) >>" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index 325ce7d..f853c97 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -148,6 +148,25 @@ "labelText" "%price%" "fgcolor_override" "130 120 104 255" } + + "PreviewItemLabel" + { + "ControlName" "Label" + "fieldname" "PreviewItemLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "110" + "ypos" "36" + "wide" "250" + "tall" "15" + "zpos" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%preview_item%" + "fgcolor_override" "130 120 104 255" + } } } diff --git a/resource/ui/healthiconpanel.res b/resource/ui/healthiconpanel.res index 780d807..5b94fa8 100644 --- a/resource/ui/healthiconpanel.res +++ b/resource/ui/healthiconpanel.res @@ -5,9 +5,7 @@ "ControlName" "EditablePanel" "fieldName" "HealthIcon" "xpos" "0" - "xpos_minmode" "0" "ypos" "0" - "ypos_minmode" "0" "wide" "48" "tall" "48" "visible" "1" @@ -22,9 +20,7 @@ "ControlName" "EditablePanel" "fieldName" "SpectatorGUIHealth" "xpos" "0" - "xpos_minmode" "0" "ypos" "0" - "ypos_minmode" "0" "wide" "128" "tall" "128" "visible" "1" diff --git a/resource/ui/hud_obj_sentrygun_disp.res b/resource/ui/hud_obj_sentrygun_disp.res index 5ff9945..29cf5dc 100644 --- a/resource/ui/hud_obj_sentrygun_disp.res +++ b/resource/ui/hud_obj_sentrygun_disp.res @@ -234,6 +234,7 @@ "image" "../hud/hud_obj_status_kill_64"
"drawcolor" "ProgressOffWhite"
}
+
"KillsLabel"
{
"ControlName" "CExLabel"
@@ -252,6 +253,7 @@ "dulltext" "0"
"brighttext" "0"
}
+
"ShellIcon"
{
"ControlName" "ImagePanel"
diff --git a/resource/ui/hud_obj_tele_entrance.res b/resource/ui/hud_obj_tele_entrance.res index f18639a..9025303 100644 --- a/resource/ui/hud_obj_tele_entrance.res +++ b/resource/ui/hud_obj_tele_entrance.res @@ -128,7 +128,6 @@ "iconColor" "255 255 255 255"
}
-
"AlertTray"
{
"ControlName" "CBuildingStatusAlertTray"
diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 0f55082..8ae1cb5 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -344,6 +344,7 @@ "tall" "75" "visible" "1" "enabled" "1" + "max_size" "19" "6v6_gap" "1" "12v12_gap" "1" diff --git a/resource/ui/hudrocketpack.res b/resource/ui/hudrocketpack.res index 8aaaf33..360c9f0 100644 --- a/resource/ui/hudrocketpack.res +++ b/resource/ui/hudrocketpack.res @@ -100,13 +100,13 @@ "fieldName" "ItemEffectMeter2" "font" "Default" "xpos" "60" - "xpos_minmode" "75" "ypos" "5" + "xpos_minmode" "75" "ypos_minmode" "8" "zpos" "2" "wide" "60" "tall" "8" - "tall_minmode" "5" + "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/hudroundcounter.res b/resource/ui/hudroundcounter.res index d68513d..adb78d8 100644 --- a/resource/ui/hudroundcounter.res +++ b/resource/ui/hudroundcounter.res @@ -57,12 +57,10 @@ "zpos" "5" "wide" "115" "tall" "0" - + "image" "../hud/comp_round_timer" + "scaleimage" "1" "backgroundtype" "2" "proportionaltoparent" "1" - - "image" "../hud/comp_round_timer" - "scaleimage" "1" } "BlueScoreBG" @@ -73,10 +71,10 @@ "ypos" "0" "wide" "36" "tall" "12" - "proportionaltoparent" "1" "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" + "proportionaltoparent" "1" } "RedScoreBG" @@ -87,10 +85,10 @@ "ypos" "0" "wide" "36" "tall" "12" - "proportionaltoparent" "1" "visible" "1" "enabled" "1" "fillcolor" "205 50 50 153" + "proportionaltoparent" "1" } "TimerBG" @@ -101,9 +99,9 @@ "ypos" "12" "wide" "72" "tall" "16" - "proportionaltoparent" "1" "visible" "1" "enabled" "1" "fillcolor" "0 0 0 100" + "proportionaltoparent" "1" } }
\ No newline at end of file diff --git a/resource/ui/itemoptionspanel.res b/resource/ui/itemoptionspanel.res index fe2741d..9186c57 100644 --- a/resource/ui/itemoptionspanel.res +++ b/resource/ui/itemoptionspanel.res @@ -56,7 +56,7 @@ "wide" "140" "tall" "14" "autoResize" "0" - "RoundedCorners""0" + "RoundedCorners" "0" "visible" "0" "enabled" "1" "tabPosition" "0" @@ -84,7 +84,7 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "set_style" + "Command" "set_style" "border_default" "NoBorder" "border_armed" "NoBorder" diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index dd79c27..615eea4 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -14,13 +14,11 @@ "enabled" "1" "tabPosition" "0" "settitlebarvisible" "0" - "PaintBackgroundType" "2" - "bgcolor_override" "25 25 25 255" - - "itempanel_xpos" "0" - "itempanel_ydelta" "0" - "border" "NoBorder" + "bgcolor_override" "25 25 25 255" + "itempanel_xpos" "0" + "itempanel_ydelta" "0" + "border" "NoBorder" "itemskv" { @@ -30,17 +28,14 @@ "PaintBackgroundType" "2" "paintborder" "0" "text_forcesize" "2" - "model_xpos" "25" "model_ypos" "3" "model_wide" "58" "model_tall" "34" - "text_center" "1" "text_xpos" "60" "text_wide" "190" "name_only" "1" - "noitem_textcolor" "117 107 94 255" } } diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res index 52b3e13..54837bf 100644 --- a/resource/ui/itemrenameconfirmationdialog.res +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -295,4 +295,4 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } -} +}
\ No newline at end of file diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index bcce6e0..7343859 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -146,17 +146,17 @@ { "ControlName" "TextEntry" "fieldName" "NameFilterTextEntry" - "xpos" "c+205" - "ypos" "30" - "zpos" "2" - "wide" "90" - "tall" "19" - "autoResize" "0" + "xpos" "c+205" + "ypos" "30" + "zpos" "2" + "wide" "90" + "tall" "19" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "1" - "textHidden" "0" + "tabPosition" "1" + "textHidden" "0" "editable" "1" "unicode" "1" "fgcolor_override" "TanLight" diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index b724aa2..974ce96 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -140,38 +140,21 @@ { "ControlName" "CExButton" "fieldName" "ShowExplanationsButton" - "xpos" "rs1-9" - "ypos" "49" - "zpos" "100" - "wide" "15" - "tall" "o1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "?" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "show_explanations" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "actionsignallevel" "2" - "proportionaltoparent" "1" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" } "Title" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "Title" - "xpos" "10" - "ypos" "46" - "zpos" "0" - "wide" "f0" - "tall" "20" + "xpos" "10" + "ypos" "46" + "zpos" "0" + "wide" "f0" + "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Casual_MapSelection" "textAlignment" "west" @@ -181,13 +164,13 @@ "SelectedCount" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "SelectedCount" - "xpos" "10" - "ypos" "33" - "zpos" "0" - "wide" "f0" - "tall" "20" + "xpos" "10" + "ypos" "33" + "zpos" "0" + "wide" "f0" + "tall" "20" "proportionaltoparent" "1" "labeltext" "%selected_maps_count%" "textAlignment" "west" @@ -198,20 +181,20 @@ "QueueEstimation" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "QueueEstimation" - "xpos" "rs1-5" - "ypos" "18" - "zpos" "0" - "wide" "f0" - "tall" "20" + "xpos" "rs1-5" + "ypos" "18" + "zpos" "0" + "wide" "f0" + "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Casual_QueueEstimation" "textAlignment" "east" "font" "HudFontSmallest" "fgcolor_override" "TanLight" "textinsetx" "5" - "visible" "0" + "visible" "0" "mouseinputenabled" "0" } diff --git a/resource/ui/matchmakingdashboardmvmcriteria.res b/resource/ui/matchmakingdashboardmvmcriteria.res deleted file mode 100644 index 1c25dcb..0000000 --- a/resource/ui/matchmakingdashboardmvmcriteria.res +++ /dev/null @@ -1,215 +0,0 @@ -#base "MatchMakingDashboardSidePanel.res" - -"Resource/UI/MatchMakingDashboardMvMCriteria.res" -{ - "MVMCriteria" - { - "fieldName" "MVMCriteria" - "xpos" "r0" - "ypos" "10" - "zpos" "1002" - "wide" "420" - "tall" "f70" - "visible" "1" - "proportionaltoparent" "1" - } - - "criteria" - { - "ControlName" "CMVMCriteriaPanel" - "fieldName" "criteria" - "xpos" "5" - "ypos" "15" - "zpos" "100" - "wide" "410" - "tall" "f50" - "visible" "1" - "proportionaltoparent" "1" - - "pinCorner" "2" - } - - "BackButton" - { - "ControlName" "CExButton" - "fieldName" "BackButton" - "xpos" "6" - "ypos" "rs1-8" - "zpos" "100" - "wide" "90" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "HudFontMediumSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "back" - "proportionaltoparent" "1" - "labeltext" "#TF_Matchmaking_Back" - "mouseinputenabled" "1" - "keyboardinputenabled" "0" - //"actionsignallevel" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "MannUpToolTipButtonHack" - { - "ControlName" "EditablePanel" - "fieldName" "MannUpToolTipButtonHack" - "xpos" "106" - "ypos" "rs1-8" - "zpos" "101" - "wide" "170" - "tall" "20" - "visible" "0" - "enabled" "1" - "mouseinputenabled" "1" - "eatmouseinput" "0" - "showtooltipswhenmousedisabled" "1" - "proportionaltoparent" "1" - } - - "MannUpQueueButton" - { - "ControlName" "CExButton" - "fieldName" "MannUpQueueButton" - "xpos" "106" - "ypos" "rs1-8" - "zpos" "100" - "wide" "170" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "HudFontMediumSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "start_search" - "proportionaltoparent" "1" - "labeltext" "#TF_Matchmaking_StartSearch" - "mouseinputenabled" "1" - "keyboardinputenabled" "0" - "actionsignallevel" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" - } - - "BootCampToolTipButtonHack" - { - "ControlName" "EditablePanel" - "fieldName" "BootCampToolTipButtonHack" - "xpos" "5" - "ypos" "rs1-8" - "zpos" "101" - "wide" "270" - "tall" "20" - "visible" "0" - "enabled" "1" - "mouseinputenabled" "1" - "eatmouseinput" "0" - "showtooltipswhenmousedisabled" "1" - "proportionaltoparent" "1" - } - - "BootCampQueueButton" - { - "ControlName" "CExButton" - "fieldName" "BootCampQueueButton" - "xpos" "5" - "ypos" "rs1-8" - "zpos" "100" - "wide" "270" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "HudFontMediumSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "start_search" - "proportionaltoparent" "1" - "labeltext" "#TF_Matchmaking_StartSearch" - "mouseinputenabled" "1" - "keyboardinputenabled" "0" - "actionsignallevel" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" - } - - "NextButton" - { - "ControlName" "CExButton" - "fieldName" "NextButton" - "xpos" "cs-0.5" - "ypos" "rs1-8" - "zpos" "100" - "wide" "f20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "HudFontMediumSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "select_tour" - "proportionaltoparent" "1" - "labeltext" "#TF_MvM_SelectChallenge" - "mouseinputenabled" "1" - "keyboardinputenabled" "0" - //"actionsignallevel" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "JoinLateCheckButton" - { - "ControlName" "CheckButton" - "fieldName" "JoinLateCheckButton" - "xpos" "rs1" - "ypos" "rs1-9" - "zpos" "50" - "wide" "140" - "tall" "20" - "font" "HudFontSmallest" - "labelText" "" - "proportionaltoparent" "1" - } - - "JoinLateLabel" - { - "ControlName" "Label" - "fieldName" "JoinLateLabel" - "xpos" "rs1" - "ypos" "rs1-9" - "zpos" "50" - "wide" "115" - "tall" "20" - "font" "HudFontSmallest" - "labelText" "#TF_Matchmaking_JoinInProgress" - "proportionaltoparent" "1" - } -} diff --git a/resource/ui/mvmcreditspendpanel.res b/resource/ui/mvmcreditspendpanel.res index 895e246..80f3417 100644 --- a/resource/ui/mvmcreditspendpanel.res +++ b/resource/ui/mvmcreditspendpanel.res @@ -2,112 +2,112 @@ { "HeaderLabel" { - "ControlName" "CExLabel" - "fieldName" "HeaderLabel" - "font" "HudFontSmallBold" - "labelText" "%header%" - "textAlignment" "north-west" - "xpos" "0" - "ypos" "0" - "wide" "300" - "tall" "15" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "HudFontSmallBold" + "labelText" "%header%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "15" + "fgcolor" "tanlight" } - + "TableBackground" { - "ControlName" "EditablePanel" - "fieldName" "TableBackground" - "xpos" "0" - "ypos" "14" - "zpos" "-1" - "wide" "190" - "tall" "42" - "visible" "1" - "bgcolor_override" "20 20 20 200" + "ControlName" "EditablePanel" + "fieldName" "TableBackground" + "xpos" "0" + "ypos" "14" + "zpos" "-1" + "wide" "190" + "tall" "42" + "visible" "1" + "bgcolor_override" "20 20 20 200" } "UpgradesLabel" { - "ControlName" "CExLabel" - "fieldName" "UpgradesLabel" - "font" "HudFontSmall" - "labelText" "#TF_PVE_Upgrades" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "15" - "wide" "90" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "UpgradesLabel" + "font" "HudFontSmall" + "labelText" "#TF_PVE_Upgrades" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "15" + "wide" "90" + "tall" "20" + "fgcolor" "tanlight" } "UpgradesCountLabel" { - "ControlName" "CExLabel" - "fieldName" "UpgradesCountLabel" - "font" "HudFontSmall" - "labelText" "%upgrades%" - "textAlignment" "north-east" - "xpos" "100" - "ypos" "15" - "wide" "30" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "UpgradesCountLabel" + "font" "HudFontSmall" + "labelText" "%upgrades%" + "textAlignment" "north-east" + "xpos" "100" + "ypos" "15" + "wide" "30" + "tall" "20" + "fgcolor" "tanlight" } "BuyBackLabel" { - "ControlName" "CExLabel" - "fieldName" "BuyBackLabel" - "font" "HudFontSmall" - "labelText" "#TF_PVE_Buybacks" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "27" - "wide" "90" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "font" "HudFontSmall" + "labelText" "#TF_PVE_Buybacks" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "27" + "wide" "90" + "tall" "20" + "fgcolor" "tanlight" } "BuyBackCountLabel" { - "ControlName" "CExLabel" - "fieldName" "BuyBackCountLabel" - "font" "HudFontSmall" - "labelText" "%buybacks%" - "textAlignment" "north-east" - "xpos" "100" - "ypos" "27" - "wide" "30" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "BuyBackCountLabel" + "font" "HudFontSmall" + "labelText" "%buybacks%" + "textAlignment" "north-east" + "xpos" "100" + "ypos" "27" + "wide" "30" + "tall" "20" + "fgcolor" "tanlight" } "BottleLabel" { - "ControlName" "CExLabel" - "fieldName" "BottleLabel" - "font" "HudFontSmall" - "labelText" "#TF_PVE_Bottles" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "39" - "wide" "90" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "BottleLabel" + "font" "HudFontSmall" + "labelText" "#TF_PVE_Bottles" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "39" + "wide" "90" + "tall" "20" + "fgcolor" "tanlight" } "BottleCountLabel" { - "ControlName" "CExLabel" - "fieldName" "BottleCountLabel" - "font" "HudFontSmall" - "labelText" "%bottles%" - "textAlignment" "north-east" - "xpos" "100" - "ypos" "39" - "wide" "30" - "tall" "20" - "fgcolor" "tanlight" + "ControlName" "CExLabel" + "fieldName" "BottleCountLabel" + "font" "HudFontSmall" + "labelText" "%bottles%" + "textAlignment" "north-east" + "xpos" "100" + "ypos" "39" + "wide" "30" + "tall" "20" + "fgcolor" "tanlight" } }
\ No newline at end of file diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 09e4477..16580ce 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -75,15 +75,15 @@ "model" { "force_pos" "1" - "modelname" "" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" + "modelname" "" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" "origin_x" "45" "origin_y" "0" "origin_z" "0" - "spotlight" "1" + "spotlight" "1" if_mini { diff --git a/resource/ui/quickplaybusydialog.res b/resource/ui/quickplaybusydialog.res index ecc859e..cf149ac 100644 --- a/resource/ui/quickplaybusydialog.res +++ b/resource/ui/quickplaybusydialog.res @@ -4,15 +4,15 @@ { "ControlName" "CQuickPlayBusyDialog" "fieldName" "QuickPlayBusyDialog" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "0 0 0 200" } @@ -20,16 +20,16 @@ { "ControlName" "EditablePanel" "fieldName" "BusyContainer" - "xpos" "c-225" - "ypos" "c-75" - "zpos" "0" - "wide" "450" - "tall" "150" - "autoResize" "0" + "xpos" "c-225" + "ypos" "c-75" + "zpos" "0" + "wide" "450" + "tall" "150" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "2" "paintbackground" "1" "border" "CyanBorderThick" @@ -39,15 +39,15 @@ { "ControlName" "EditablePanel" "fieldName" "Background" - "xpos" "9999" - "ypos" "9999" - "wide" "450" - "tall" "150" - "autoResize" "0" + "xpos" "9999" + "ypos" "9999" + "wide" "450" + "tall" "150" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "40 37 37 255" } @@ -73,11 +73,11 @@ { "ControlName" "ProgressBar" "fieldName" "Progress" - "xpos" "20" - "ypos" "40" - "wide" "410" - "tall" "30" - "autoResize" "0" + "xpos" "20" + "ypos" "40" + "wide" "410" + "tall" "30" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" @@ -124,7 +124,6 @@ "Command" "user_close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_armed" "NoBorder" } } @@ -133,16 +132,16 @@ { "ControlName" "EditablePanel" "fieldName" "ResultsContainer" - "xpos" "c-250" - "ypos" "c-200" - "zpos" "0" - "wide" "500" - "tall" "400" - "autoResize" "0" + "xpos" "c-250" + "ypos" "c-200" + "zpos" "0" + "wide" "500" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "2" "paintbackground" "1" "border" "CyanBorderThick" @@ -152,16 +151,16 @@ { "ControlName" "EditablePanel" "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "500" - "tall" "400" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "500" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "25 25 25 255" + "tabPosition" "0" + "bgcolor_override" "25 25 25 255" } "TitleLabel" diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index df266a0..1628f1e 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -4,18 +4,17 @@ { "ControlName" "CQuickplayDialog" "fieldName" "QuickplayDialog" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "0 0 0 0" - - "event247_image" "illustrations/gamemode_halloween2015" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "event247_image" "illustrations/gamemode_halloween2015" "community_update_image" "illustrations/gamemode_invasion" } @@ -23,15 +22,15 @@ { "ControlName" "EditablePanel" "fieldName" "Container" - "xpos" "c-200" - "ypos" "c-190" - "wide" "400" - "tall" "400" - "autoResize" "0" + "xpos" "c-200" + "ypos" "c-190" + "wide" "400" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" "border" "NoBorder" @@ -40,21 +39,21 @@ { "ControlName" "EditablePanel" "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "400" - "tall" "400" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "25 25 25 255" } "TitleLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "HudFontMediumBold" "labelText" "#TF_Quickplay_Title" @@ -74,13 +73,13 @@ { "ControlName" "EditablePanel" "fieldName" "SimplifiedOptionsContainer" - "xpos" "10" - "ypos" "45" - "zpos" "50" - "wide" "380" - "tall" "250" - "visible" "0" - "enabled" "1" + "xpos" "10" + "ypos" "45" + "zpos" "50" + "wide" "380" + "tall" "250" + "visible" "0" + "enabled" "1" "CurPageLabel" { @@ -226,16 +225,16 @@ { "ControlName" "EditablePanel" "fieldName" "MoreInfoContainer" - "xpos" "20" - "ypos" "30" - "zpos" "3" - "wide" "280" - "tall" "205" - "autoResize" "0" + "xpos" "20" + "ypos" "30" + "zpos" "3" + "wide" "280" + "tall" "205" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" "border" "MainMenuBGBorder" @@ -244,21 +243,21 @@ { "ControlName" "EditablePanel" "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "400" - "tall" "400" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "15 15 15 255" } "MoreInfoLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "MoreInfoLabel" "font" "HudFontSmallest" "labelText" "%more_info%" @@ -335,19 +334,19 @@ { "ControlName" "EditablePanel" "fieldName" "AdvOptionsContainer" - "xpos" "10" - "ypos" "45" - "zpos" "50" - "wide" "380" - "tall" "240" - "visible" "0" - "enabled" "1" - "border" "QuickplayBorder" + "xpos" "10" + "ypos" "45" + "zpos" "50" + "wide" "380" + "tall" "240" + "visible" "0" + "enabled" "1" + "border" "QuickplayBorder" "bgcolor_override" "0 0 0 255" "TitleLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "HudFontSmallBold" "labelText" "#TF_Quickplay_AdvancedOptions" @@ -367,13 +366,13 @@ { "ControlName" "EditablePanel" "fieldName" "GameModeOptionContainer" - "xpos" "10" - "ypos" "10" - "zpos" "60" - "wide" "355" - "tall" "20" - "visible" "0" - "enabled" "1" + "xpos" "10" + "ypos" "10" + "zpos" "60" + "wide" "355" + "tall" "20" + "visible" "0" + "enabled" "1" "OptionNameLabel" { @@ -391,15 +390,15 @@ "OptionCombo" { - "ControlName" "ComboBox" - "fieldName" "OptionCombo" - "Font" "HudFontSmallest" - "xpos" "190" - "ypos" "0" - "zpos" "1" - "wide" "165" - "tall" "15" - "editable" "0" + "ControlName" "ComboBox" + "fieldName" "OptionCombo" + "Font" "HudFontSmallest" + "xpos" "190" + "ypos" "0" + "zpos" "1" + "wide" "165" + "tall" "15" + "editable" "0" } } @@ -407,11 +406,11 @@ { "ControlName" "EditablePanel" "fieldName" "ValveServerOption" - "xpos" "10" - "ypos" "30" - "zpos" "60" - "wide" "175" - "tall" "60" + "xpos" "10" + "ypos" "30" + "zpos" "60" + "wide" "175" + "tall" "60" "OptionNameLabel" { @@ -429,38 +428,38 @@ "RadioButton0" { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton1" { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton2" { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" } } @@ -468,11 +467,11 @@ { "ControlName" "EditablePanel" "fieldName" "IncreasedPlayerCountOption" - "xpos" "195" - "ypos" "30" - "zpos" "60" - "wide" "175" - "tall" "60" + "xpos" "195" + "ypos" "30" + "zpos" "60" + "wide" "175" + "tall" "60" "OptionNameLabel" { @@ -490,38 +489,38 @@ "RadioButton0" { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton1" { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton2" { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" } } @@ -529,11 +528,11 @@ { "ControlName" "EditablePanel" "fieldName" "RandomCritsOption" - "xpos" "10" - "ypos" "100" - "zpos" "60" - "wide" "175" - "tall" "60" + "xpos" "10" + "ypos" "100" + "zpos" "60" + "wide" "175" + "tall" "60" "OptionNameLabel" { @@ -551,38 +550,38 @@ "RadioButton0" { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton1" { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton2" { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" } } @@ -590,11 +589,11 @@ { "ControlName" "EditablePanel" "fieldName" "RespawnTimesOption" - "xpos" "195" - "ypos" "100" - "zpos" "60" - "wide" "175" - "tall" "60" + "xpos" "195" + "ypos" "100" + "zpos" "60" + "wide" "175" + "tall" "60" "OptionNameLabel" { @@ -612,38 +611,38 @@ "RadioButton0" { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton1" { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton2" { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" } } @@ -651,11 +650,11 @@ { "ControlName" "EditablePanel" "fieldName" "DamageSpreadOption" - "xpos" "10" - "ypos" "170" - "zpos" "60" - "wide" "175" - "tall" "60" + "xpos" "10" + "ypos" "170" + "zpos" "60" + "wide" "175" + "tall" "60" "OptionNameLabel" { @@ -673,67 +672,67 @@ "RadioButton0" { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton1" { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" } "RadioButton2" { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" } } } "PlayNowButton" { - "ControlName" "CExButton" - "fieldName" "PlayNowButton" - "xpos" "10" - "ypos" "300" - "zpos" "20" - "wide" "185" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Quickplay_PlayNow" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "playnow" + "ControlName" "CExButton" + "fieldName" "PlayNowButton" + "xpos" "10" + "ypos" "300" + "zpos" "20" + "wide" "185" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Quickplay_PlayNow" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "playnow" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" + "defaultBgColor_override" "25 25 25 255" "armedBgColor_override" "15 15 15 255" "depressedBgColor_override" "15 15 15 255" @@ -746,28 +745,29 @@ "ShowServersButton" { - "ControlName" "CExButton" - "fieldName" "ShowServersButton" - "xpos" "205" - "ypos" "300" - "zpos" "20" - "wide" "185" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "Show servers" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "show_servers" + "ControlName" "CExButton" + "fieldName" "ShowServersButton" + "xpos" "205" + "ypos" "300" + "zpos" "20" + "wide" "185" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Show servers" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "show_servers" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "1" + "defaultBgColor_override" "25 25 25 255" "armedBgColor_override" "15 15 15 255" "depressedBgColor_override" "15 15 15 255" @@ -780,34 +780,35 @@ "OptionsButton" { - "ControlName" "CExImageButton" - "fieldName" "OptionsButton" - "xpos" "10" - "ypos" "345" - "zpos" "1" - "wide" "25" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "10" + "ypos" "345" + "zpos" "1" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" //"labelText" "#GameUI_GameMenu_Options" - "font" "HudFontSmallBold" - "textAlignment" "west" - "textinsetx" "35" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "35" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ToggleShowOptions" + "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "ToggleShowOptions" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "NoBorder" "border_armed" "NoBorder" "image_drawcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" @@ -827,49 +828,49 @@ "OptionsSummaryLabel" { "ControlName" "CExLabel" - "fieldName" "OptionsSummaryLabel" - "font" "HudFontSmallest" - "textAlignment" "left" - "wrap" "1" - "xpos" "40" - "ypos" "345" - "zpos" "1" - "wide" "240" - "tall" "25" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "fieldName" "OptionsSummaryLabel" + "font" "HudFontSmallest" + "textAlignment" "left" + "wrap" "1" + "xpos" "40" + "ypos" "345" + "zpos" "1" + "wide" "240" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "ExplainBetaButton" { - "ControlName" "CExButton" - "fieldName" "ExplainBetaButton" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "?" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "explain_beta" + "ControlName" "CExButton" + "fieldName" "ExplainBetaButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "explain_beta" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "proportionaltoparent" "1" - "pin_to_sibling" "BetaCheckButton" - "pin_corner_to_sibling" "7" - "pin_to_sibling_corner" "5" + "pin_to_sibling" "BetaCheckButton" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" } "BetaCheckButton" @@ -896,25 +897,25 @@ "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "290" - "ypos" "365" - "zpos" "20" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "290" + "ypos" "365" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" "border_default" "NoBorder" "border_armed" "NoBorder" "sound_depressed" "UI/buttonclick.wav" @@ -922,23 +923,22 @@ } "BetaExplanation" { - "ControlName" "CExplanationPopup" - "fieldName" "BetaExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "280" - "tall" "160" - "visible" "0" + "ControlName" "CExplanationPopup" + "fieldName" "BetaExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "280" + "tall" "160" + "visible" "0" "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "50" - "end_y" "210" - "end_wide" "300" - "end_tall" "160" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "force_close" "1" + "end_x" "50" + "end_y" "210" + "end_wide" "300" + "end_tall" "160" "callout_inparents_x" "25" "callout_inparents_y" "385" "next_explanation" "" @@ -1015,6 +1015,7 @@ "image_drawcolor" "117 107 94 255" "image_armedcolor" "200 80 60 255" + "SubImage" { "ControlName" "ImagePanel" diff --git a/resource/ui/replaybrowser/basepage.res b/resource/ui/replaybrowser/basepage.res index 313a5c7..a775665 100644 --- a/resource/ui/replaybrowser/basepage.res +++ b/resource/ui/replaybrowser/basepage.res @@ -2,17 +2,17 @@ { "BasePage" { - "ControlName" "Frame" - "fieldName" "BasePage" - "xpos" "0" - "ypos" "40" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "BasePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" "bgcolor_override" "27 27 27 255" @@ -20,37 +20,37 @@ "SearchTextEntry" { - "ControlName" "TextEntry" - "fieldName" "SearchTextEntry" - "maxchars" "255" - "textHidden" "0" - "textAlignment" "west" - "unicode" "1" - "wrap" "0" - "xpos" "c+80" - "ypos" "5" - "tall" "15" - "wide" "160" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fgcolor_override" "White" - "bgcolor_override" "Black" - "Font" "CerbeticaBold14" + "ControlName" "TextEntry" + "fieldName" "SearchTextEntry" + "maxchars" "255" + "textHidden" "0" + "textAlignment" "west" + "unicode" "1" + "wrap" "0" + "xpos" "c+80" + "ypos" "5" + "tall" "15" + "wide" "160" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fgcolor_override" "White" + "bgcolor_override" "Black" + "Font" "CerbeticaBold14" } "ReplayList" { - "ControlName" "PanelListPanel" - "fieldName" "ReplayList" - "xpos" "c-300" - "ypos" "20" - "wide" "605" - "tall" "350" - "visible" "1" - "enabled" "1" + "ControlName" "PanelListPanel" + "fieldName" "ReplayList" + "xpos" "c-300" + "ypos" "20" + "wide" "605" + "tall" "350" + "visible" "1" + "enabled" "1" "tabPosition" "0" "paintbackground" "1" "bgcolor_override" "0 0 0 0" diff --git a/resource/ui/replaybrowser/thumbnailcollection.res b/resource/ui/replaybrowser/thumbnailcollection.res index d541772..3511fa9 100644 --- a/resource/ui/replaybrowser/thumbnailcollection.res +++ b/resource/ui/replaybrowser/thumbnailcollection.res @@ -2,15 +2,15 @@ { "ThumbnailCollection" { - "ControlName" "Panel" - "fieldName" "ThumbnailCollection" - "wide" "f0" - "tall" "180" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Panel" + "fieldName" "ThumbnailCollection" + "wide" "f0" + "tall" "180" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "1" "bgcolor_override" "27 27 27 255" } diff --git a/resource/ui/revivedialog.res b/resource/ui/revivedialog.res index fed4b5d..e1af27c 100644 --- a/resource/ui/revivedialog.res +++ b/resource/ui/revivedialog.res @@ -3,19 +3,19 @@ "ConfirmDialog" { "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-110" - "ypos" "285" - "wide" "220" - "tall" "100" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "fieldName" "ConfirmDialog" + "xpos" "c-110" + "ypos" "285" + "wide" "220" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "paintborder" "0" + "paintborder" "0" "BackColor" { @@ -28,10 +28,10 @@ "tall" "f0" "visible" "1" "enabled" "1" - "pinCorner" "0" - "autoResize" "0" + "pinCorner" "0" + "autoResize" "0" "PaintBackgroundType" "0" - "border" "NoBorder" + "border" "NoBorder" "bgcolor_override" "15 15 15 175" } @@ -120,7 +120,7 @@ "TFFont" "HudFontSmallest" "HealthDeathWarningColor" "HUDDeathWarning" "TextColor" "HudOffWhite" - "autoResize" "1" + "autoResize" "1" } } }
\ No newline at end of file diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 74feb08..5cc1d57 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -54,7 +54,7 @@ "wrap" "1" "fgcolor_override" "200 80 60 255" } - + "ExplanationLabel2" { "ControlName" "CExLabel" @@ -74,7 +74,7 @@ "wrap" "1" "fgcolor_override" "200 80 60 255" } - + "ItemImagePanel" { "ControlName" "ImagePanel" @@ -90,7 +90,7 @@ "tabPosition" "0" "scaleImage" "1" } - + "ItemImagePanel2" { "ControlName" "ImagePanel" @@ -106,7 +106,7 @@ "tabPosition" "0" "scaleImage" "1" } - + "Nope" { "ControlName" "CExButton" @@ -129,8 +129,8 @@ "Command" "nope" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } - + } + "ConfirmButton" { "ControlName" "CExButton" @@ -155,7 +155,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/vote_success.wav" } - + "PriceLabel" { "ControlName" "CExLabel" diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 4c6740a..b43b3d4 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -44,7 +44,7 @@ "visible" "1" "enabled" "1" } - + "MainBackground" { "ControlName" "ImagePanel" @@ -58,7 +58,7 @@ "image" "" "scaleImage" "1" } - + "MapInfo" { "ControlName" "EditablePanel" diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res index 02d73e4..9ccb51b 100644 --- a/resource/ui/statsummary_embedded.res +++ b/resource/ui/statsummary_embedded.res @@ -255,41 +255,41 @@ } "AveragesBG" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "AveragesBG" "xpos" "c-295" - "xpos_hidef" "c-283" - "xpos_lodef" "c-283" + "xpos_hidef" "c-283" + "xpos_lodef" "c-283" "ypos" "165" - "ypos_hidef" "22" - "ypos_lodef" "22" + "ypos_hidef" "22" + "ypos_lodef" "22" "wide" "600" "tall" "300" - "tall_hidef" "633" - "tall_lodef" "633" + "tall_hidef" "633" + "tall_lodef" "633" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "border" "NoBorder" - "bgcolor_override" "15 15 15 255" + "bgcolor_override" "15 15 15 255" } "AveragesLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "AveragesLabel" "font" "ScoreboardMedium" "labelText" "#StatSummary_Label_PerformanceReport" - "textAlignment" "west" - "textAlignment_hidef" "center" - "textAlignment_lodef" "center" + "textAlignment" "west" + "textAlignment_hidef" "center" + "textAlignment_lodef" "center" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" + "xpos_hidef" "c-193" + "xpos_lodef" "c-193" "ypos" "170" [!$OSX] "ypos" "185" [$OSX] - "ypos_hidef" "32" - "ypos_lodef" "32" + "ypos_hidef" "32" + "ypos_lodef" "32" "wide" "300" "tall" "20" "autoResize" "0" @@ -299,14 +299,14 @@ } "ClassBarBG1A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG1A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" + "xpos_hidef" "c-193" + "xpos_lodef" "c-193" "ypos" "230" - "ypos_hidef" "67" - "ypos_lodef" "67" + "ypos_hidef" "67" + "ypos_lodef" "67" "zpos" "2" "wide" "312" "tall" "16" @@ -320,14 +320,14 @@ } "ClassBarBG1B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG1B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" + "xpos_hidef" "c+122" + "xpos_lodef" "c+122" "ypos" "230" - "ypos_hidef" "67" - "ypos_lodef" "67" + "ypos_hidef" "67" + "ypos_lodef" "67" "zpos" "2" "wide" "70" "tall" "16" @@ -341,14 +341,14 @@ } "ClassBar1A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar1A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" + "xpos_hidef" "c-190" + "xpos_lodef" "c-190" "ypos" "232" - "ypos_hidef" "69" - "ypos_lodef" "69" + "ypos_hidef" "69" + "ypos_lodef" "69" "zpos" "3" "wide" "151" "tall" "12" @@ -362,14 +362,14 @@ } "ClassBar1B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar1B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" + "xpos_hidef" "c-35" + "xpos_lodef" "c-35" "ypos" "232" - "ypos_hidef" "69" - "ypos_lodef" "69" + "ypos_hidef" "69" + "ypos_lodef" "69" "zpos" "3" "wide" "151" "tall" "12" @@ -383,17 +383,17 @@ } "ClassBarLabel1A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel1A" "font" "CerbeticaBold12" "labelText" "%classbarlabel1A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" + "xpos_hidef" "c-190" + "xpos_lodef" "c-190" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" + "ypos_hidef" "65" + "ypos_lodef" "65" "zpos" "6" "wide" "100" "tall" "20" @@ -404,11 +404,11 @@ } "ClassBarLabel1B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel1B" "font" "CerbeticaBold12" "labelText" "%classbarlabel1B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" "ypos" "228" "zpos" "6" @@ -418,23 +418,23 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" + "fgcolor_override" "TanLight" } "ClassLabel1" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel1" "font" "CerbeticaBold12" "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" + "font_lodef" "CerbeticaBold12" "labelText" "%class1%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" + "xpos_hidef" "c+126" + "xpos_lodef" "c+126" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" + "ypos_hidef" "65" + "ypos_lodef" "65" "zpos" "5" "wide" "300" "tall" "20" @@ -445,14 +445,14 @@ } "ClassBarBG2A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG2A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" + "xpos_hidef" "c-193" + "xpos_lodef" "c-193" "ypos" "248" - "ypos_hidef" "85" - "ypos_lodef" "85" + "ypos_hidef" "85" + "ypos_lodef" "85" "zpos" "2" "wide" "312" "tall" "16" @@ -466,14 +466,14 @@ } "ClassBarBG2B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG2B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" + "xpos_hidef" "c+122" + "xpos_lodef" "c+122" "ypos" "248" - "ypos_hidef" "85" - "ypos_lodef" "85" + "ypos_hidef" "85" + "ypos_lodef" "85" "zpos" "2" "wide" "70" "tall" "16" @@ -487,14 +487,14 @@ } "ClassBar2A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar2A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" + "xpos_hidef" "c-190" + "xpos_lodef" "c-190" "ypos" "250" - "ypos_hidef" "87" - "ypos_lodef" "87" + "ypos_hidef" "87" + "ypos_lodef" "87" "zpos" "3" "wide" "151" "tall" "12" @@ -508,14 +508,14 @@ } "ClassBar2B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar2B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" + "xpos_hidef" "c-35" + "xpos_lodef" "c-35" "ypos" "250" - "ypos_hidef" "87" - "ypos_lodef" "87" + "ypos_hidef" "87" + "ypos_lodef" "87" "zpos" "3" "wide" "151" "tall" "12" @@ -529,17 +529,17 @@ } "ClassBarLabel2A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel2A" "font" "CerbeticaBold12" "labelText" "%classbarlabel2A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" + "xpos_hidef" "c-190" + "xpos_lodef" "c-190" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" + "ypos_hidef" "83" + "ypos_lodef" "83" "zpos" "6" "wide" "100" "tall" "20" @@ -550,17 +550,17 @@ } "ClassBarLabel2B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel2B" "font" "CerbeticaBold12" "labelText" "%classbarlabel2B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" + "xpos_hidef" "c-35" + "xpos_lodef" "c-35" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" + "ypos_hidef" "83" + "ypos_lodef" "83" "zpos" "6" "wide" "100" "tall" "20" @@ -571,19 +571,19 @@ } "ClassLabel2" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel2" "font" "CerbeticaBold12" "font_hidef" "Default" "font_lodef" "CerbeticaBold12" "labelText" "%class2%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" + "xpos_hidef" "c+126" + "xpos_lodef" "c+126" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" + "ypos_hidef" "83" + "ypos_lodef" "83" "zpos" "5" "wide" "300" "tall" "20" @@ -594,14 +594,14 @@ } "ClassBarBG3A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG3A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" + "xpos_hidef" "c-193" + "xpos_lodef" "c-193" "ypos" "266" - "ypos_hidef" "103" - "ypos_lodef" "103" + "ypos_hidef" "103" + "ypos_lodef" "103" "zpos" "2" "wide" "312" "tall" "16" @@ -615,14 +615,14 @@ } "ClassBarBG3B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG3B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" + "xpos_hidef" "c+122" + "xpos_lodef" "c+122" "ypos" "266" - "ypos_hidef" "103" - "ypos_lodef" "103" + "ypos_hidef" "103" + "ypos_lodef" "103" "zpos" "2" "wide" "70" "tall" "16" @@ -636,14 +636,14 @@ } "ClassBar3A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar3A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" + "xpos_hidef" "c-190" + "xpos_lodef" "c-190" "ypos" "268" - "ypos_hidef" "105" - "ypos_lodef" "105" + "ypos_hidef" "105" + "ypos_lodef" "105" "zpos" "3" "wide" "151" "tall" "12" @@ -657,14 +657,14 @@ } "ClassBar3B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar3B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" + "xpos_hidef" "c-35" + "xpos_lodef" "c-35" "ypos" "268" - "ypos_hidef" "105" - "ypos_lodef" "105" + "ypos_hidef" "105" + "ypos_lodef" "105" "zpos" "3" "wide" "151" "tall" "12" diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 65212bc..5f31944 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -4,15 +4,15 @@ { "ControlName" "CSteamWorkshopDialog" "fieldName" "SteamWorkshopDialog" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "25 25 25 240" } @@ -20,15 +20,15 @@ { "ControlName" "EditablePanel" "fieldName" "Container" - "xpos" "c-300" - "ypos" "c-200" - "wide" "600" - "tall" "400" - "autoResize" "0" + "xpos" "c-300" + "ypos" "c-200" + "wide" "600" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" "border" "CyanBorderThick" @@ -37,15 +37,15 @@ { "ControlName" "EditablePanel" "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "600" - "tall" "400" - "autoResize" "0" + "xpos" "0" + "ypos" "0" + "wide" "600" + "tall" "400" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "0 0 0 255" } @@ -68,15 +68,15 @@ { "ControlName" "EditablePanel" "fieldName" "BackgroundBottom" - "xpos" "0" - "ypos" "355" - "wide" "600" - "tall" "45" - "autoResize" "0" + "xpos" "0" + "ypos" "355" + "wide" "600" + "tall" "45" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "bgcolor_override" "0 0 0 255" } @@ -84,22 +84,22 @@ { "ControlName" "EditablePanel" "fieldName" "NoItemsContainer" - "xpos" "25" - "ypos" "60" - "wide" "550" - "tall" "245" - "autoResize" "0" + "xpos" "25" + "ypos" "60" + "wide" "550" + "tall" "245" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" - "border" "NoBorder" + "border" "NoBorder" "TitleLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "HudFontMediumBold" "labelText" "#TF_SteamWorkshop_Title" @@ -118,7 +118,7 @@ "DescLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "HudFontSmall" "labelText" "#TF_SteamWorkshop_Desc" @@ -133,7 +133,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "TanLight" + "fgcolor_override" "TanLight" } "LearnMoreButton" @@ -172,23 +172,23 @@ { "ControlName" "EditablePanel" "fieldName" "ItemsContainer" - "xpos" "25" - "ypos" "60" - "zpos" "1" - "wide" "550" - "tall" "245" - "autoResize" "0" + "xpos" "25" + "ypos" "60" + "zpos" "1" + "wide" "550" + "tall" "245" + "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" - "border" "MainMenuHighlightBorder" + "border" "MainMenuHighlightBorder" "TitleLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "HudFontMediumBold" "labelText" "#TF_SteamWorkshop_YourItems" @@ -209,10 +209,10 @@ { "ControlName" "CSteamWorkshopItemPanel" "fieldName" "SteamWorkshopItem0" - "xpos" "15" - "ypos" "30" - "wide" "125" - "tall" "200" + "xpos" "15" + "ypos" "30" + "wide" "125" + "tall" "200" "pinCorner" "0" "visible" "1" } @@ -221,10 +221,10 @@ { "ControlName" "CSteamWorkshopItemPanel" "fieldName" "SteamWorkshopItem1" - "xpos" "147" - "ypos" "30" - "wide" "125" - "tall" "200" + "xpos" "147" + "ypos" "30" + "wide" "125" + "tall" "200" "pinCorner" "0" "visible" "1" } @@ -233,10 +233,10 @@ { "ControlName" "CSteamWorkshopItemPanel" "fieldName" "SteamWorkshopItem2" - "xpos" "279" - "ypos" "30" - "wide" "125" - "tall" "200" + "xpos" "279" + "ypos" "30" + "wide" "125" + "tall" "200" "pinCorner" "0" "visible" "1" } @@ -245,10 +245,10 @@ { "ControlName" "CSteamWorkshopItemPanel" "fieldName" "SteamWorkshopItem3" - "xpos" "411" - "ypos" "30" - "wide" "125" - "tall" "200" + "xpos" "411" + "ypos" "30" + "wide" "125" + "tall" "200" "pinCorner" "0" "visible" "1" } diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index cb3c86b..af191bb 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -68,6 +68,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "200 80 60 255" + "SubImage" { "ControlName" "ImagePanel" diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index f160700..ddf573d 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -11,10 +11,9 @@ "tall" "f0" "visible" "1" "proportionaltoparent" "1" - "bgcolor_override" "0 0 0 50" } - + "LoadingPanel" { "ControlName" "EditablePanel" @@ -26,7 +25,7 @@ "tall" "f0" "visible" "1" "proportionaltoparent" "1" - + "SpinnerImage" { "ControlName" "ImagePanel" @@ -42,7 +41,7 @@ "image" "animated/tf2_logo_hourglass" "proportionaltoparent" "1" } - + "DescriptionLabel" { "ControlName" "CExLabel" @@ -62,7 +61,7 @@ "proportionaltoparent" "1" } } - + "PreviewImage" { "ControlName" "ImagePanel" @@ -76,7 +75,7 @@ "enable" "1" "scaleImage" "0" } - + "DisplayNameLabel" { "ControlName" "CExLabel" @@ -94,7 +93,7 @@ "enabled" "1" "fgcolor" "TanLight" } - + "TextDescriptionLabel" { "ControlName" "CExLabel" @@ -112,7 +111,7 @@ "enabled" "1" "fgcolor" "TanLight" } - + "ViewerCountLabel" { "ControlName" "CExLabel" @@ -130,7 +129,7 @@ "enabled" "1" "fgcolor" "TanLight" } - + "Stream_URLButton" { "ControlName" "CExButton" @@ -148,12 +147,12 @@ "tabPosition" "0" "default" "1" "command" "stream" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_armed" "TeamMenuBorder" - + "defaultFgColor_override" "0 0 0 0" "defaultBgColor_override" "0 0 0 0" "armedFgColor_override" "0 0 0 0" diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res index 8fed3e8..41e2838 100644 --- a/resource/ui/tankprogressbar.res +++ b/resource/ui/tankprogressbar.res @@ -12,7 +12,7 @@ "visible" "0" "enabled" "1" } - + "TankImage" { "ControlName" "CTFImagePanel" @@ -27,10 +27,10 @@ "image" "../hud/leaderboard_class_tank" "scaleImage" "1" } - + "ProgressBar" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "ProgressBar" "xpos" "30" "ypos" "7" @@ -41,16 +41,16 @@ "enabled" "1" "image" "" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional "draw_corner_height" "5" } "ProgressBarBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "ProgressBarBG" "xpos" "29" "ypos" "3" @@ -61,10 +61,10 @@ "enabled" "0" "image" "../HUD/tournament_panel_tan" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional "draw_corner_height" "5" } diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index de17e33..8a2ad98 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -475,7 +475,7 @@ "enabled" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" - + "FailedIcon" { "ControlName" "ImagePanel" @@ -546,7 +546,7 @@ "border" "CyanBorderThick" "bgcolor_override" "30 30 30 255" "PaintBackground" "1" - + "header_font" "ItemFontNameLarge" "header_fgcolor" "Orange" "issue_width" "180" diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 5dfe0e1..6c019b0 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -261,7 +261,7 @@ }
"AdvancingTeamLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "AdvancingTeamLabel"
"font" "CerbeticaBold20"
"xpos" "10"
@@ -269,18 +269,18 @@ "zpos" "1"
"wide" "180"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%AdvancingTeamLabel%"
- "textAlignment" "Center"
+ "textAlignment" "Center"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"AdvancingTeamLabelDropshadow"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "AdvancingTeamLabelDropshadow"
"font" "CerbeticaBold20"
"fgcolor" "black"
@@ -289,22 +289,22 @@ "zpos" "1"
"wide" "180"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%AdvancingTeamLabel%"
- "textAlignment" "Center"
+ "textAlignment" "Center"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
- "pin_to_sibling" "AdvancingTeamLabel"
+ "pin_to_sibling" "AdvancingTeamLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"WinReasonLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "WinReasonLabel"
"font" "Cerbetica12"
"xpos" "9999"
@@ -312,18 +312,18 @@ "zpos" "1"
"wide" "292"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%WinReasonLabel%"
- "textAlignment" "Center"
+ "textAlignment" "Center"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"DetailsLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "DetailsLabel"
"font" "Cerbetica9"
"xpos" "10"
@@ -331,18 +331,18 @@ "zpos" "1"
"wide" "180"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%DetailsLabel%"
- "textAlignment" "Center"
+ "textAlignment" "Center"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"ShadedBar"
{
- "ControlName" "ImagePanel"
+ "ControlName" "ImagePanel"
"fieldName" "ShadedBar"
"xpos" "9999"
"ypos" "9999"
@@ -359,7 +359,7 @@ }
"TopPlayersLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "TopPlayerLabel"
"font" "Cerbetica9"
"xpos" "15"
@@ -367,18 +367,18 @@ "zpos" "3"
"wide" "200"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%TopPlayersLabel%"
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"PointsThisRoundLabel"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "PointsThisRoundLabel"
"font" "Cerbetica9"
"xpos" "45"
@@ -397,7 +397,7 @@ }
"HorizontalLine"
{
- "ControlName" "ImagePanel"
+ "ControlName" "ImagePanel"
"fieldName" "HorizontalLine"
"xpos" "15"
"ypos" "115"
@@ -428,7 +428,7 @@ }
"Player1Avatar" [$WIN32]
{
- "ControlName" "CAvatarImagePanel"
+ "ControlName" "CAvatarImagePanel"
"fieldName" "Player1Avatar"
"xpos" "22"
"ypos" "120"
@@ -438,62 +438,62 @@ "visible" "1"
"enabled" "1"
"image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
}
"Player1Name"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player1Name"
"xpos" "48" [$WIN32]
"ypos" "117"
"zpos" "3"
"wide" "75" [$WIN32]
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player1Class"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player1Class"
"xpos" "128"
"ypos" "117"
"zpos" "3"
"wide" "35"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player1Score"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player1Score"
"xpos" "145"
"ypos" "117"
"zpos" "3"
"wide" "30"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "east"
+ "textAlignment" "east"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player2Badge"
{
@@ -511,7 +511,7 @@ }
"Player2Avatar" [$WIN32]
{
- "ControlName" "CAvatarImagePanel"
+ "ControlName" "CAvatarImagePanel"
"fieldName" "Player2Avatar"
"xpos" "22"
"ypos" "136"
@@ -521,48 +521,48 @@ "visible" "1"
"enabled" "1"
"image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
}
"Player2Name"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player2Name"
"xpos" "48"
"ypos" "133"
"zpos" "3"
"wide" "75"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player2Class"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player2Class"
"xpos" "128"
"ypos" "133"
"zpos" "3"
"wide" "35"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player2Score"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player2Score"
"xpos" "145"
"ypos" "133"
@@ -574,9 +574,9 @@ "visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "east"
+ "textAlignment" "east"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player3Badge"
{
@@ -594,7 +594,7 @@ }
"Player3Avatar" [$WIN32]
{
- "ControlName" "CAvatarImagePanel"
+ "ControlName" "CAvatarImagePanel"
"fieldName" "Player3Avatar"
"xpos" "22"
"ypos" "152"
@@ -604,12 +604,12 @@ "visible" "1"
"enabled" "1"
"image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
}
"Player3Name"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player3Name"
"xpos" "48"
"ypos" "149"
@@ -627,39 +627,39 @@ }
"Player3Class"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player3Class"
"xpos" "128"
"ypos" "149"
"zpos" "3"
"wide" "35"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"Player3Score"
{
- "ControlName" "CExLabel"
+ "ControlName" "CExLabel"
"fieldName" "Player3Score"
"xpos" "145"
"ypos" "149"
"zpos" "3"
"wide" "30"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "east"
+ "textAlignment" "east"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"KillStreakLeaderLabel"
@@ -677,10 +677,10 @@ "visible" "1"
"enabled" "1"
"labelText" "#Winpanel_KillStreakLeader"
- "fgcolor_override" "TanLight"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
+ "fgcolor_override" "TanLight"
}
"KillStreakMaxCountLabel"
{
@@ -703,7 +703,7 @@ }
"HorizontalLine2"
{
- "ControlName" "ImagePanel"
+ "ControlName" "ImagePanel"
"fieldName" "HorizontalLine2"
"xpos" "15"
"ypos" "179"
@@ -731,10 +731,10 @@ "pinCorner" "0"
"visible" "0"
"enabled" "1"
- }
- "KillStreakPlayer1Avatar" [$WIN32]
+ }
+ "KillStreakPlayer1Avatar" [$WIN32]
{
- "ControlName" "CAvatarImagePanel"
+ "ControlName" "CAvatarImagePanel"
"fieldName" "KillStreakPlayer1Avatar"
"xpos" "22"
"ypos" "186"
@@ -744,61 +744,61 @@ "visible" "1"
"enabled" "1"
"image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
}
"KillStreakPlayer1Name"
- {
- "ControlName" "CExLabel"
+ {
+ "ControlName" "CExLabel"
"fieldName" "KillStreakPlayer1Name"
"xpos" "48" [$WIN32]
"ypos" "183"
"zpos" "3"
"wide" "75" [$WIN32]
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"KillStreakPlayer1Class"
- {
- "ControlName" "CExLabel"
+ {
+ "ControlName" "CExLabel"
"fieldName" "KillStreakPlayer1Class"
"xpos" "128"
"ypos" "183"
"zpos" "3"
"wide" "35"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "west"
+ "textAlignment" "west"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
"KillStreakPlayer1Score"
- {
- "ControlName" "CExLabel"
+ {
+ "ControlName" "CExLabel"
"fieldName" "KillStreakPlayer1Score"
"xpos" "145"
"ypos" "183"
"zpos" "3"
"wide" "30"
"tall" "20"
- "autoResize" "0"
+ "autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "east"
+ "textAlignment" "east"
"dulltext" "0"
- "brighttext" "0"
+ "brighttext" "0"
}
}
\ No newline at end of file diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index ac21e8e..7aeb393 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -1,193 +1,188 @@ -//Health Bonus Pulse +// Bonus Health Pulse event HudHealthBonusPulse { - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 - Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Buff" Accel 0.0 0.0 - RunEvent HudHealthBonusPulseLoop 0.4 + RunEvent HudHealthBonusPulseLoop 0.4 } event HudHealthBonusPulseStop { - StopEvent HudHealthBonusPulse 0.0 - StopEvent HudHealthBonusPulseLoop 0.0 + StopEvent HudHealthBonusPulse 0.0 + StopEvent HudHealthBonusPulseLoop 0.0 - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0 } //=========================================== -//Health Dying Pulse +// Low Health Pulse event HudHealthDyingPulse { - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 - Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Hurt" Accel 0.0 0.0 - RunEvent HudHealthDyingPulseLoop 0.4 + RunEvent HudHealthDyingPulseLoop 0.4 } event HudHealthDyingPulseStop { - StopEvent HudHealthDyingPulse 0.0 - StopEvent HudHealthDyingPulseLoop 0.0 + StopEvent HudHealthDyingPulse 0.0 + StopEvent HudHealthDyingPulseLoop 0.0 - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0 } //=========================================== +// Low Ammo Pulse event HudLowAmmoPulse { - Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075 - Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075 + Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075 + Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075 - Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.000 - Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.000 - Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.000 + Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 - RunEvent HudLowAmmoPulseLoop 0.25 + RunEvent HudLowAmmoPulseLoop 0.25 } event HudLowAmmoPulseStop { - StopEvent HudLowAmmoPulse 0.0 - StopEvent HudLowAmmoPulseLoop 0.0 + StopEvent HudLowAmmoPulse 0.0 + StopEvent HudLowAmmoPulseLoop 0.0 - Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0 - Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 - Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 + Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 } //=========================================== - +// Hitmarker Pulse event DamagedPlayer { - StopEvent HitMarker 0.0 - RunEvent HitMarker 0.01 + StopEvent HitMarker 0.0 + RunEvent HitMarker 0.01 } event HitMarker { - Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0 - Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0 - Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 + Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0 + Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0 + Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 } //=========================================== -//Spy Disguise +// Spy Disguise event HudSpyDisguiseFadeIn { - //RunEvent HudSpyDisguiseChanged 0 - //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 - //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0 + //RunEvent HudSpyDisguiseChanged 0.0 + //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 + //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0 } event HudSpyDisguiseFadeOut { - //RunEvent HudSpyDisguiseChanged 0 - //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 - //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0 + //RunEvent HudSpyDisguiseChanged 0.0 + //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 + //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0 } //=========================================== -//Ubercharge Meters +// Ubercharge Meters event HudMedicCharged { - RunEvent HudMedicOrangePulseCharge 0.0 - //RunEvent HudMedicSolidColorCharge 0.0 - //RunEvent HudMedicRainbowCharged 0.0 + RunEvent HudMedicOrangePulseCharge 0.0 + //RunEvent HudMedicSolidColorCharge 0.0 + //RunEvent HudMedicRainbowCharged 0.0 - RunEvent HudMedicChargedLoop 0.6 + RunEvent HudMedicChargedLoop 0.6 } event HudMedicRainbowCharged { - 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 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 + 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 + RunEvent HudMedicChargedLoop 0.6 } event HudMedicSolidColorCharge { - Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.000 + Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.0 - Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.000 + Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.0 - RunEvent HudMedicChargedLoop 0.6 + RunEvent HudMedicChargedLoop 0.6 } event HudMedicOrangePulseCharge { - Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 + Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 - Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 + Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 - RunEvent HudMedicChargedLoop 0.6 -} - -// call to loop HudHealthBonusPulse -event HudMedicChargedLoop -{ - RunEvent HudMedicCharged 0.0 + RunEvent HudMedicChargedLoop 0.6 } event HudMedicChargedStop { - StopEvent HudMedicCharged 0.0 - StopEvent HudMedicRainbowCharged 0.0 - StopEvent HudMedicSolidColorCharge 0.0 - StopEvent HudMedicOrangePulseCharge 0.0 - - StopEvent HudMedicChargedLoop 0.0 + StopEvent HudMedicCharged 0.0 + StopEvent HudMedicRainbowCharged 0.0 + StopEvent HudMedicSolidColorCharge 0.0 + StopEvent HudMedicOrangePulseCharge 0.0 + StopEvent HudMedicChargedLoop 0.0 - Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 - Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 + Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 + Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 } event HudReadyPulse { - Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3 - Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3 + Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3 + Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3 - RunEvent HudReadyPulseLoop 0.6 + RunEvent HudReadyPulseLoop 0.6 } + event CompetitiveGame_HideDisconnectButton { - Animate DisconnectButton ypos r-100 Accel 0 0 + Animate DisconnectButton ypos r-100 Accel 0.0 0.0 } event CompetitiveGame_ShowDisconnectButton { - Animate DisconnectButton ypos r30 Accel 0 0.4 + Animate DisconnectButton ypos r30 Accel 0.0 0.4 } //=========================================== // Do not move chat window -event CompetitiveGame_LowerChatWindow { } -event CompetitiveGame_RestoreChatWindow { } -event HudTournament_MoveChatWindow { } +event CompetitiveGame_LowerChatWindow { } +event CompetitiveGame_RestoreChatWindow { } +event HudTournament_MoveChatWindow { }
\ No newline at end of file diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt index 48b1d6d..1954df7 100644 --- a/scripts/chapterbackgrounds.txt +++ b/scripts/chapterbackgrounds.txt @@ -1,14 +1,14 @@ "chapters" { - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" } "BackgroundMaps" { - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" }
\ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 37f041e..bde3e30 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -60,11 +60,11 @@ "textAlignment" "center" "fgcolor" "Crosshair" } - + //-------------------------------------------------------------- // CROSSHAIRS //-------------------------------------------------------------- - + "BasicCross" { "controlName" "CExLabel" @@ -81,7 +81,7 @@ "textAlignment" "center" "fgcolor" "Crosshair" } - + "BasicCrossLarge" { "controlName" "CExLabel" @@ -132,7 +132,7 @@ "textAlignment" "center" "fgcolor" "Crosshair" } - + "CircleDot" { "controlName" "CExLabel" @@ -320,8 +320,9 @@ "fgcolor" "Crosshair" } - //fighter pilot crosshair, enable all of then together for best results (16x9 resolution) - + //-------------------------------------------------------------- + // 16:9 CROSSHAIRS (Enable all for best result) + //-------------------------------------------------------------- "16x9Crosshair_vertical1" { "ControlName" "ImagePanel" @@ -338,7 +339,7 @@ "fillcolor" "255 255 255 255" "alpha" "50" } - + "16x9Crosshair_horizontal1" { "ControlName" "ImagePanel" @@ -372,7 +373,7 @@ "fillcolor" "255 255 255 255" "alpha" "50" } - + "16x9dark_top" { "ControlName" "ImagePanel" @@ -422,7 +423,6 @@ "alpha" "100" } - "16x9dark_right" { "ControlName" "ImagePanel" @@ -440,10 +440,9 @@ "alpha" "100" } - //end fighter pilot crosshair (16x9) - - //fighter pilot crosshair, enable all of then together for best results (16x10 resolution) - + //-------------------------------------------------------------- + // 16:10 CROSSHAIRS (Enable all for best result) + //-------------------------------------------------------------- "16x10Crosshair_vertical1" { "ControlName" "ImagePanel" @@ -460,7 +459,7 @@ "fillcolor" "255 255 255 255" "alpha" "50" } - + "16x10Crosshair_horizontal1" { "ControlName" "ImagePanel" @@ -477,7 +476,7 @@ "fillcolor" "255 255 255 255" "alpha" "50" } - + "16x10Crosshair_horizontal2" { "ControlName" "ImagePanel" @@ -494,7 +493,7 @@ "fillcolor" "255 255 255 255" "alpha" "50" } - + "16x10dark_top" { "ControlName" "ImagePanel" @@ -511,7 +510,7 @@ "fillcolor" "255 255 255 255" "alpha" "100" } - + "16x10dark_bottom" { "ControlName" "ImagePanel" @@ -528,7 +527,7 @@ "fillcolor" "255 255 255 255" "alpha" "150" } - + "16x10dark_left" { "ControlName" "ImagePanel" @@ -545,7 +544,7 @@ "fillcolor" "255 255 255 255" "alpha" "100" } - + "16x10dark_right" { "ControlName" "ImagePanel" @@ -563,10 +562,9 @@ "alpha" "100" } - //end fighter pilot crosshair (16x10) - - //fighter pilot crosshair, enable all of then together for best results (4x3 resolution) - + //-------------------------------------------------------------- + // 4:3 CROSSHAIRS (Enable all for best result) + //-------------------------------------------------------------- "4x3Crosshair_vertical1" { "ControlName" "ImagePanel" @@ -651,7 +649,7 @@ "fillcolor" "255 255 255 255" "alpha" "150" } - + "4x3dark_left" { "ControlName" "ImagePanel" @@ -690,720 +688,719 @@ //-------------------------------------------------------------- "TransparentViewmodel" { - "ControlName" "ImagePanel" - "fieldName" "TransparentViewmodel" - "xpos" "0" - "ypos" "0" - "zpos" "-100" - "wide" "f0" - "tall" "480" - "visible" "0" // Change to "1" to enable - "enabled" "0" // Change to "1" to enable - "image" "replay/thumbnails/transparent" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "TransparentViewmodel" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "f0" + "tall" "480" + "visible" "0" // Change to "1" to enable + "enabled" "0" // Change to "1" to enable + "image" "replay/thumbnails/transparent" + "scaleImage" "1" } + //-------------------------------------------------------------- - HudPlayerStatus { - "fieldName" "HudPlayerStatus" - "visible" "1" - "enabled" "1" - "xpos" "1" - "ypos" "1" - "wide" "f0" - "tall" "480" + "fieldName" "HudPlayerStatus" + "visible" "1" + "enabled" "1" + "xpos" "1" + "ypos" "1" + "wide" "f0" + "tall" "480" } - + HudWeaponAmmo { - "fieldName" "HudWeaponAmmo" - "visible" "1" - "enabled" "1" - "xpos" "c70" - "ypos" "c66" - "xpos_minmode" "c20" - "ypos_minmode" "c16" - "wide" "300" - "tall" "300" + "fieldName" "HudWeaponAmmo" + "visible" "1" + "enabled" "1" + "xpos" "c70" + "ypos" "c66" + "xpos_minmode" "c20" + "ypos_minmode" "c16" + "wide" "300" + "tall" "300" } HudObjectiveStatus { - "fieldName" "HudObjectiveStatus" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" + "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" - "zpos" "5" - "wide" "200" - "tall" "60" + "fieldName" "HudKothTimeStatus" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "0" + "zpos" "5" + "wide" "200" + "tall" "60" "blue_active_xpos" "25" "red_active_xpos" "75" } - + HudItemEffectMeter { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c-75" [$WIN32] - "ypos" "c25" [$WIN32] - "wide" "500" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" + "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-150" - "ypos" "c20" - "xpos_minmode" "c-62" - "ypos_minmode" "c24" - "wide" "500" - "tall" "500" + "fieldName" "HudMedicCharge" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "c20" + "xpos_minmode" "c-62" + "ypos_minmode" "c24" + "wide" "500" + "tall" "500" } HudDemomanCharge { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c-75" [$WIN32] - "ypos" "c25" [$WIN32] - "wide" "200" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - } - + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" [$WIN32] + "ypos" "c25" [$WIN32] + "wide" "200" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + HudBowCharge { - "fieldName" "HudBowCharge" - "visible" "1" - "enabled" "1" - "xpos" "c-100" - "ypos" "c25" - "xpos_minmode" "c-75" - "ypos_minmode" "c46" - "zpos" "1" // draw in front of ammo - "wide" "200" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - "alpha" "0" + "fieldName" "HudBowCharge" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "c25" + "xpos_minmode" "c-75" + "ypos_minmode" "c46" + "zpos" "1" + "wide" "200" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + "alpha" "0" } - + 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" - "wide" "60" - "wide_minmode" "50" - "tall" "8" - "MeterFG" "White" - "MeterBG" "Gray" - } - + "fieldName" "HudFlameRocketCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" [$WIN32] + "ypos" "r21" [$WIN32] + "xpos_minmode" "r52" [$WIN32] + "ypos_minmode" "r40" [$WIN32] + "xpos" "r112" [$X360] + "ypos" "r45" [$X360] + "zpos" "1" + "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" - "wide" "200" - "tall" "50" - "MeterFG" "Red" - "MeterBG" "Gray" + "fieldName" "HudBossHealth" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "42" + "zpos" "0" + "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] + "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" + "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" + "Alpha" "220" + "SelectionAlpha" "220" + "BoxColor" "0 0 0 220" + "SelectedBoxClor" "0 0 0 220" "SelectionNumberFg" "200 187 161 255" - "NumberFont" "HudSelectionText" + "NumberFont" "HudSelectionText" } CHudAccountPanel { - "fieldName" "CHudAccountPanel" - "xpos" "c112" - "xpos_minmode" "c68" - "ypos" "c6" - "wide" "116" - "tall" "180" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" + "fieldName" "CHudAccountPanel" + "xpos" "c112" + "xpos_minmode" "c68" + "ypos" "c6" + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" } CHealthAccountPanel { - "fieldName" "CHealthAccountPanel" - "xpos" "c-288" - "ypos" "c45" - "wide" "250" - "tall" "120" - "xpos_minmode" "c-100" - "ypos_minmode" "c5" - "wide_minmode" "f0" - "tall_minmode" "480" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" + "fieldName" "CHealthAccountPanel" + "xpos" "c-288" + "ypos" "c45" + "wide" "250" + "tall" "120" + "xpos_minmode" "c-100" + "ypos_minmode" "c5" + "wide_minmode" "f0" + "tall_minmode" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" } CDamageAccountPanel { - "fieldName" "CDamageAccountPanel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" + "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] - } - + "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" "265" - "ypos_minmode" "345" - "zpos" "1" - "wide" "600" - "tall" "47" - "priority" "100" + "fieldName" "CMainTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "265" + "ypos_minmode" "345" + "zpos" "1" + "wide" "600" + "tall" "47" + "priority" "100" } CSpectatorTargetID { - "fieldName" "CSpectatorTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "270" - "zpos" "1" - "wide" "600" - "tall" "47" - "priority" "40" - - "x_offset" "20" - "y_offset" "20" + "fieldName" "CSpectatorTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "270" + "zpos" "1" + "wide" "600" + "tall" "47" + "priority" "40" + "x_offset" "20" + "y_offset" "20" } CSecondaryTargetID { - "fieldName" "CSecondaryTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "305" - "zpos" "1" - "wide" "600" - "tall" "45" - "priority" "35" -} + "fieldName" "CSecondaryTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "305" + "zpos" "1" + "wide" "600" + "tall" "45" + "priority" "35" + } BuildingStatus_Spy { - "fieldName" "BuildingStatus_Spy" - "visible" "1" - "enabled" "1" - "xpos" "0" [$WIN32] - "ypos" "0" [$WIN32] - "ypos_minmode" "c-20" [$WIN32] - "wide" "640" - "tall" "480" - "PaintBackgroundType" "2" + "fieldName" "BuildingStatus_Spy" + "visible" "1" + "enabled" "1" + "xpos" "0" [$WIN32] + "ypos" "0" [$WIN32] + "ypos_minmode" "c-20" [$WIN32] + "wide" "640" + "tall" "480" + "PaintBackgroundType" "2" } BuildingStatus_Engineer { - "fieldName" "BuildingStatus_Engineer" - "visible" "1" - "enabled" "1" - "xpos" "0" + "fieldName" "BuildingStatus_Engineer" + "visible" "1" + "enabled" "1" + "xpos" "0" "xpos_hidef" "32" "xpos_lodef" "40" - "ypos" "0" + "ypos" "0" "ypos_hidef" "16" "ypos_lodef" "25" - "wide" "640" - "tall" "480" - "PaintBackgroundType" "2" + "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" + "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" + "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" + "fieldName" "HudRoundTimer" + "xpos" "c-20" + "ypos" "440" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + "FlashColor" "HudIcon_Red" + "icon_xpos" "0" + "icon_ypos" "2" + "digit_xpos" "34" + "digit_ypos" "2" + "PaintBackgroundType" "2" } - + HudScenarioIcon { - "fieldName" "HudScenarioIcon" - "xpos" "c110" - "ypos" "443" - "wide" "40" - "tall" "44" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - "IconColor" "Hostage_Yellow" + "fieldName" "HudScenarioIcon" + "xpos" "c110" + "ypos" "443" + "wide" "40" + "tall" "44" + "visible" "1" + "enabled" "1" + "IconColor" "Hostage_Yellow" + "PaintBackgroundType" "2" } 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" + "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 { -// "fieldName" "HudDamageIndicator" -// "visible" "1" -// "enabled" "1" -// "MinimumWidth" "10" -// "MaximumWidth" "10" -// "StartRadius" "80" -// "EndRadius" "80" -// "MinimumHeight" "30" -// "MaximumHeight" "60" -// "MinimumTime" "1" - } - + //"fieldName" "HudDamageIndicator" + //"visible" "1" + //"enabled" "1" + //"MinimumWidth" "10" + //"MaximumWidth" "10" + //"StartRadius" "80" + //"EndRadius" "80" + //"MinimumHeight" "30" + //"MaximumHeight" "60" + //"MinimumTime" "1" + } + 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" - "count_ypos" "8" - "icon_texture" "vgui/hud/icon_commentary" - "icon_xpos" "0" - "icon_ypos" "0" - "icon_width" "40" - "icon_height" "40" + "fieldName" "HudCommentary" + "xpos" "c-190" + "ypos" "320" + "wide" "380" + "tall" "50" + "visible" "1" + "enabled" "1" + "bar_xpos" "50" + "bar_ypos" "20" + "bar_height" "8" + "bar_width" "320" + "speaker_xpos" "50" + "speaker_ypos" "8" + "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" + "count_xpos_from_right" "10" + "PaintBackgroundType" "2" + "BackgroundOverrideColor" "0 0 0 128" } - + HudZoom { - "fieldName" "HudZoom" - "visible" "1" - "enabled" "1" - "Circle1Radius" "66" - "Circle2Radius" "74" - "DashGap" "16" - "DashHeight" "4" - "BorderThickness" "88" + "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" + "fieldName" "HudCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HudDeathNotice { - "fieldName" "HudDeathNotice" - "visible" "1" - "enabled" "1" - "xpos" "r592" [$WIN32] - "ypos" "20" [$WIN32] - "wide" "580" - "tall" "468" - "MaxDeathNotices" "6" - "IconScale" "0.35" - "LineHeight" "14" - "LineSpacing" "0" - "CornerRadius" "0" - "RightJustify" "1" // If 1, draw notices from the right - "TextFont" "CerbeticaBold12" - "TeamBlue" "HUDBlueTeamSolid" - "TeamRed" "HUDRedTeamSolid" - "IconColor" "HudWhite" + "fieldName" "HudDeathNotice" + "visible" "1" + "enabled" "1" + "xpos" "r592" [$WIN32] + "ypos" "20" [$WIN32] + "wide" "580" + "tall" "468" + "MaxDeathNotices" "6" + "IconScale" "0.35" + "LineHeight" "14" + "LineSpacing" "0" + "CornerRadius" "0" + "RightJustify" "1" // If 1, draw notices from the right + "TextFont" "CerbeticaBold12" + "TeamBlue" "HUDBlueTeamSolid" + "TeamRed" "HUDRedTeamSolid" + "IconColor" "HudWhite" "LocalPlayerColor" "HUDBlack" "BaseBackgroundColor" "46 43 42 175" [$WIN32] "LocalBackgroundColor" "245 229 196 200" [$WIN32] } - + HudVehicle { - "fieldName" "HudVehicle" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudVehicle" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + CVProfPanel { - "fieldName" "CVProfPanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "CVProfPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + ScorePanel { - "fieldName" "ScorePanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "wide_minmode" "f0" - "tall" "480" + "fieldName" "ScorePanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "wide_minmode" "f0" + "tall" "480" } - + HudTrain { - "fieldName" "HudTrain" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudTrain" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HudMOTD { - "fieldName" "HudMOTD" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudMOTD" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HudMessage { - "fieldName" "HudMessage" - "visible" "1" - "enabled" "1" - "wide" "f0" - "tall" "480" + "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" + "fieldName" "HudMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "1" + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" } HudSpellMenu { - "fieldName" "HudSpellMenu" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - "zpos" "10" - "xpos" "c-176" - "ypos" "c90" - "xpos_minmode" "c-115" - "ypos_minmode" "c37" - "TextFont" "Default" - "ItemFont" "Default" - "ItemFontPulsing" "Default" - } - + "fieldName" "HudSpellMenu" + "xpos" "c-176" + "ypos" "c90" + "xpos_minmode" "c-115" + "ypos_minmode" "c37" + "zpos" "10" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + HudCloseCaption { - "fieldName" "HudCloseCaption" - "visible" "1" - "enabled" "1" - "xpos" "c188" - "ypos" "302" [$WIN32] - "wide" "150" - "tall" "60" [$WIN32] + "fieldName" "HudCloseCaption" + "visible" "1" + "enabled" "1" + "xpos" "c188" + "ypos" "302" [$WIN32] + "wide" "150" + "tall" "60" [$WIN32] "xpos_minmode" "c115" "ypos_minmode" "273" [$WIN32] "wide_minmode" "100" "tall_minmode" "40" - "BgAlpha" "0" - "GrowTime" "0.25" + "BgAlpha" "0" + "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" + "topoffset" "0" } - + HudHistoryResource { - "fieldName" "HudHistoryResource" - "visible" "0" - "enabled" "0" - "xpos" "r640" [$WIN32] - "xpos" "r672" [$X360] - "wide" "640" - "tall" "330" - "history_gap" "55" + "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" + "fieldName" "HudGeiger" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HUDQuickInfo { - "fieldName" "HUDQuickInfo" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HUDQuickInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HudWeapon { - "fieldName" "HudWeapon" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudWeapon" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HudAnimationInfo { - "fieldName" "HudAnimationInfo" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudAnimationInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + CBudgetPanel { - "fieldName" "CBudgetPanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "CBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + CTextureBudgetPanel { - "fieldName" "CTextureBudgetPanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "CTextureBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } - + HudPredictionDump { - "fieldName" "HudPredictionDump" - "visible" "1" - "enabled" "1" - "wide" "1280" - "tall" "1024" + "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" + "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" + "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" + "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" + "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" "1" "avatar_ypos" "1" "avatar_xpos" "1" @@ -1421,710 +1418,710 @@ "icon_wide" "16" "text_xpos" "49" } - + 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 + "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" + "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" + "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" + "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 - } - + "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" + "fieldName" "HudCapturePanel" + "xpos" "c-75" + "ypos" "c80" + "wide" "150" + "tall" "90" + "visible" "1" + "enabled" "1" + "icon_space" "2" } - + WinPanel { - "fieldName" "WinPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-100" - "ypos" "260" - "wide" "200" - "tall" "300" + "fieldName" "WinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "260" + "wide" "200" + "tall" "300" } - + ArenaWinPanel { - "fieldName" "ArenaWinPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-225" - "ypos" "260" - "wide" "450" - "tall" "300" + "fieldName" "ArenaWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "260" + "wide" "450" + "tall" "300" } PVEWinPanel { - "fieldName" "PVEWinPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-150" - "ypos" "255" - "wide" "300" - "tall" "215" + "fieldName" "PVEWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "255" + "wide" "300" + "tall" "215" } - + StatPanel { - "fieldName" "StatPanel" - "visible" "1" - "enabled" "1" - "xpos" "9999" - "ypos" "9999" - "wide" "266" - "tall" "120" + "fieldName" "StatPanel" + "visible" "1" + "enabled" "1" + "xpos" "9999" + "ypos" "9999" + "wide" "266" + "tall" "120" } FreezePanel { - "fieldName" "FreezePanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" + "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" + "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" - } - + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + WaitingForPlayersPanel { - "fieldName" "WaitingForPlayersPanel" - "visible" "0" - "enabled" "1" - "xpos" "c-146" - "ypos" "10" - "wide" "292" - "tall" "64" + "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" + "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" - "ypos" "275" - "wide" "320" - "tall" "120" - "PaintBackgroundType" "2" + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "10" [$WIN32] + "xpos" "42" + "ypos" "275" + "wide" "320" + "tall" "120" + "PaintBackgroundType" "2" } "HudMenuEngyBuild" { - "fieldName" "HudMenuEngyBuild" - "visible" "1" - "enabled" "1" - "xpos" "c-250" - "ypos" "c-75" - "wide" "500" - "tall" "200" - "PaintBackgroundType" "0" + "fieldName" "HudMenuEngyBuild" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "c-75" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" } "HudMenuEngyDestroy" { - "fieldName" "HudMenuEngyDestroy" - "visible" "1" - "enabled" "1" - "xpos" "c-250" - "ypos" "c-75" - "wide" "500" - "tall" "200" - "PaintBackgroundType" "0" + "fieldName" "HudMenuEngyDestroy" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "c-75" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" } "HudEurekaEffectTeleportMenu" { - "fieldName" "HudEurekaEffectTeleportMenu" - "visible" "1" - "enabled" "1" - "xpos" "c-125" - "ypos" "c-55" - "wide" "500" - "tall" "200" - "PaintBackgroundType" "0" + "fieldName" "HudEurekaEffectTeleportMenu" + "visible" "1" + "enabled" "1" + "xpos" "c-125" + "ypos" "c-55" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" } "HudMenuSpyDisguise" { - "fieldName" "HudMenuSpyDisguise" - "visible" "1" - "enabled" "1" - "xpos" "c90" - "ypos" "c-72" - "wide" "490" - "tall" "220" [$WIN32] - "PaintBackgroundType" "0" - } + "fieldName" "HudMenuSpyDisguise" + "visible" "1" + "enabled" "1" + "xpos" "c90" + "ypos" "c-72" + "wide" "490" + "tall" "220" [$WIN32] + "PaintBackgroundType" "0" + } HudDemomanPipes { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c75" [$WIN32] - "ypos" "c137" [$WIN32] - "wide" "150" - "tall" "50" - "MeterFG" "White" - "MeterBG" "Gray" - } - + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c75" [$WIN32] + "ypos" "c137" [$WIN32] + "wide" "150" + "tall" "50" + "MeterFG" "White" + "MeterBG" "Gray" + } + HudTeamGoal { - "fieldName" "HudTeamGoal" - "visible" "0" - "enabled" "1" - "xpos" "c-160" - "ypos" "65" - "wide" "0" - "tall" "0" + "fieldName" "HudTeamGoal" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "wide" "0" + "tall" "0" } - + HudTeamGoalTournament { - "fieldName" "HudTeamGoalTournament" - "visible" "0" - "enabled" "1" - "xpos" "c-60" - "ypos" "20" - "wide" "0" - "tall" "0" + "fieldName" "HudTeamGoalTournament" + "visible" "0" + "enabled" "1" + "xpos" "c-60" + "ypos" "20" + "wide" "0" + "tall" "0" } - + HudTeamSwitch { - "fieldName" "HudTeamSwitch" - "visible" "0" - "enabled" "1" - "xpos" "c-160" - "ypos" "75" - "ypos_hidef" "90" - "ypos_lodef" "90" - "wide" "320" - "tall" "100" - } - + "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" - } - + "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" + "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" + "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" - "xpos_minmode" "0" - "ypos_minmode" "0" - "zpos" "2" - "wide" "250" - "tall" "80" - "wide_minmode" "f0" - "tall_minmode" "480" - } - + "fieldName" "HudTournament" + "xpos" "c-125" + "ypos" "5" + "xpos_minmode" "0" + "ypos_minmode" "0" + "zpos" "2" + "wide" "250" + "tall" "80" + "wide_minmode" "f0" + "tall_minmode" "480" + "visible" "0" + "enabled" "1" + } + HudTournamentSetup { - "fieldName" "HudTournamentSetup" - "visible" "0" - "enabled" "1" - "xpos" "c-90" - "ypos" "-70" - "ypos_lodef" "75" - "wide" "180" - "tall" "65" + "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" "0" - "ypos" "0" - "zpos" "5" - "wide" "f0" - "tall" "70" + "fieldName" "HudStopWatch" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "70" } NotificationPanel { - "fieldName" "NotificationPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-320" - "ypos" "280" - "wide" "640" - "tall" "100" + "fieldName" "NotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-320" + "ypos" "280" + "wide" "640" + "tall" "100" } - + AchievementNotificationPanel { - "fieldName" "AchievementNotificationPanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "180" - "wide" "f10" - "tall" "100" + "fieldName" "AchievementNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "180" + "wide" "f10" + "tall" "100" } - + CriticalPanel [$WIN32] { - "fieldName" "CriticalPanel" - "visible" "1" - "enabled" "1" - "xpos" "r155" - "ypos" "r75" - "wide" "150" - "tall" "25" + "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" - "zpos" "11" - "wide" "f0" - "tall" "320" + "fieldName" "HudArenaClassLayout" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "r320" + "zpos" "11" + "wide" "f0" + "tall" "320" } HudArenaVsPanel [$WIN32] { - "fieldName" "HudArenaVsPanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "240" - "wide" "f0" - "tall" "240" + "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" + "fieldName" "HudArenaPlayerCount" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "50" } "HudAchievementTracker" { - "ControlName" "EditablePanel" - "fieldName" "HudAchievementTracker" - "xpos" "5" - "NormalY" "170" - "EngineerY" "320" - "zpos" "2" - "wide" "200" - "tall" "280" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTracker" + "xpos" "5" + "NormalY" "170" + "EngineerY" "320" + "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" + "fieldName" "HudTrainingInfoMsg" + "visible" "0" + "enabled" "1" + "xpos" "10" + "ypos" "50" + "wide" "200" + "tall" "300" } - + HudInspectPanel { - "fieldName" "HudInspectPanel" - "visible" "0" - "enabled" "1" - "xpos" "r249" - "ypos" "c0" - "zpos" "10" - "wide" "300" - "tall" "900" + "fieldName" "HudInspectPanel" + "visible" "0" + "enabled" "1" + "xpos" "r249" + "ypos" "c0" + "zpos" "10" + "wide" "300" + "tall" "900" } HudTFCrosshair { - "fieldName" "HudTFCrosshair" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "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" + "fieldName" "ItemQuickSwitchPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "280" + "wide" "250" + "tall" "160" } ReplayReminder { - "fieldName" "ReplayReminder" - "visible" "0" - "enable" "1" + "fieldName" "ReplayReminder" + "visible" "0" + "enable" "1" } MainMenuAdditions { - "fieldName" "MainMenuAdditions" - "visible" "1" - "enabled" "1" - "xpos" "500" - "xpos_minmode" "c0" - "ypos" "310" - "zpos" "0" - "wide" "300" - "tall" "100" - } - + "fieldName" "MainMenuAdditions" + "visible" "1" + "enabled" "1" + "xpos" "500" + "xpos_minmode" "c0" + "ypos" "310" + "zpos" "0" + "wide" "300" + "tall" "100" + } + CoachedByPanel { - "fieldName" "CoachedByPanel" - "visible" "0" - "enable" "1" - "xpos" "5" - "ypos" "10" - "wide" "250" - "tall" "44" + "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" + "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" + "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" + "fieldName" "CHudVote" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" "bgcolor_override" "0 0 0 0" - "PaintBackgroundType" "0" // rounded corners + "PaintBackgroundType" "0" // rounded corners } - + "HudAlert" { - "fieldName" "HudAlert" - "visible" "0" - "enable" "1" - "xpos" "c-160" - "ypos" "100" - "wide" "320" - "tall" "150" + "fieldName" "HudAlert" + "visible" "0" + "enable" "1" + "xpos" "c-160" + "ypos" "100" + "wide" "320" + "tall" "150" } "CTFKillStreakNotice" { - "fieldName" "CTFKillStreakNotice" - "xpos" "0" - "ypos" "0" - "wide" "640" - "tall" "480" - "visible" "1" - "enabled" "1" + "fieldName" "CTFKillStreakNotice" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" "bgcolor_override" "0 0 0 0" - "PaintBackgroundType" "0" // rounded corners + "PaintBackgroundType" "0" // rounded corners } - + CTFFlagCalloutPanel { - "fieldName" "CTFFlagCalloutPanel" - "visible" "0" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "40" - "tall" "40" - "priority" "40" + "fieldName" "CTFFlagCalloutPanel" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "priority" "40" } - + "HudMenuTauntSelection" { - "fieldName" "HudMenuTauntSelection" - "visible" "1" - "enabled" "1" - "xpos" "c-235" - "ypos" "c-85" - "wide" "470" - "tall" "200" - "PaintBackgroundType" "0" + "fieldName" "HudMenuTauntSelection" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-85" + "wide" "470" + "tall" "200" + "PaintBackgroundType" "0" } - + "ItemAttributeTracker" { - "fieldName" "ItemAttributeTracker" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f5" - "tall" "f0" - "PaintBackgroundType" "0" + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f5" + "tall" "f0" + "PaintBackgroundType" "0" } - + HudMiniGame { - "fieldName" "HudMiniGame" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" + "fieldName" "HudMiniGame" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" } "QuestNotificationPanel" { - "fieldName" "QuestNotificationPanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" + "fieldName" "QuestNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" } - + "MatchMakingContainer" { "ControlName" "EditablePanel" "fieldName" "MatchMakingContainer" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" } - + HudSpectatorExtras { - "fieldName" "HudSpectatorExtras" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" + "fieldName" "HudSpectatorExtras" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" } - + MatchSummary { - "fieldName" "MatchSummary" - "visible" "0" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" + "fieldName" "MatchSummary" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" } HudMatchStatus { - "fieldName" "HudMatchStatus" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "f0" - "tall" "f0" + "fieldName" "HudMatchStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" } "QueueHUDStatus" { - "fieldName" "QueueHUDStatus" - "visible" "1" - "enabled" "1" - "xpos" "rs1-5" - "ypos" "1" - "zpos" "1001" - "wide" "200" - "tall" "18" + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" + "alpha" "100" "proportionaltoparent" "1" "keyboardinputenabled" "1" "mouseinputenabled" "0" - "alpha" "100" } - + HUDAutoAim { } HudHDRDemo { } HudTrainingMsg { } TrainingComplete { } AnnotationsPanel { } -} +}
\ No newline at end of file |
