diff options
| author | CriticalFlaw <[email protected]> | 2019-07-31 22:26:47 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-07-31 22:26:47 -0400 |
| commit | abd9296fc5d1b097b95a8b362b47057265d5ad42 (patch) | |
| tree | 177cb550ac1c8ee95d6016be0bd44445c6397f10 /customizations | |
| parent | 7f32be87b11a6ce4ce546602888b5205c3cbb4e9 (diff) | |
Updated customizations to use #base
Diffstat (limited to 'customizations')
| -rw-r--r-- | customizations/Backgrounds/background_classic.vtf (renamed from customizations/Main Menu/Classic/materials/console/background_upward.vtf) | bin | 2796384 -> 2796384 bytes | |||
| -rw-r--r-- | customizations/Backgrounds/background_classic_widescreen.vtf (renamed from customizations/Main Menu/Classic/materials/console/background_upward_widescreen.vtf) | bin | 2796384 -> 2796384 bytes | |||
| -rw-r--r-- | customizations/Backgrounds/background_upward.vtf (renamed from customizations/Main Menu/Modern/materials/console/background_upward.vtf) | bin | 2796384 -> 2796384 bytes | |||
| -rw-r--r-- | customizations/Backgrounds/background_upward_widescreen.vtf (renamed from customizations/Main Menu/Modern/materials/console/background_upward_widescreen.vtf) | bin | 2796384 -> 2796384 bytes | |||
| -rw-r--r-- | customizations/Main Menu/Classic/resource/gamemenu.res | 65 | ||||
| -rw-r--r-- | customizations/Main Menu/Modern/resource/gamemenu.res | 89 | ||||
| -rw-r--r-- | customizations/Main Menu/mainmenuoverride-classic.res (renamed from customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res) | 541 | ||||
| -rw-r--r-- | customizations/Main Menu/mainmenuoverride.res (renamed from customizations/Main Menu/Modern/resource/ui/mainmenuoverride.res) | 6 | ||||
| -rw-r--r-- | customizations/Player Health/hudplayerhealth-broesel.res | 467 | ||||
| -rw-r--r-- | customizations/Player Health/hudplayerhealth-cross.res | 480 | ||||
| -rw-r--r-- | customizations/Player Health/hudplayerhealth-teambar.res | 501 | ||||
| -rw-r--r-- | customizations/Player Health/hudplayerhealth.res (renamed from customizations/Player Health/hudplayerhealth-default.res) | 2 | ||||
| -rw-r--r-- | customizations/Scoreboard/scoreboard-minimal.res | 1679 | ||||
| -rw-r--r-- | customizations/Scoreboard/scoreboard.res (renamed from customizations/Scoreboard/scoreboard-default.res) | 0 | ||||
| -rw-r--r-- | customizations/Team Menu/classselection-center.res | 1032 | ||||
| -rw-r--r-- | customizations/Team Menu/classselection.res (renamed from customizations/Team Menu/classselection-left.res) | 0 | ||||
| -rw-r--r-- | customizations/Team Menu/teammenu-center.res | 348 | ||||
| -rw-r--r-- | customizations/Team Menu/teammenu.res (renamed from customizations/Team Menu/teammenu-left.res) | 0 |
18 files changed, 362 insertions, 4848 deletions
diff --git a/customizations/Main Menu/Classic/materials/console/background_upward.vtf b/customizations/Backgrounds/background_classic.vtf Binary files differindex 3dd1d6d..3dd1d6d 100644 --- a/customizations/Main Menu/Classic/materials/console/background_upward.vtf +++ b/customizations/Backgrounds/background_classic.vtf diff --git a/customizations/Main Menu/Classic/materials/console/background_upward_widescreen.vtf b/customizations/Backgrounds/background_classic_widescreen.vtf Binary files differindex 3dd1d6d..3dd1d6d 100644 --- a/customizations/Main Menu/Classic/materials/console/background_upward_widescreen.vtf +++ b/customizations/Backgrounds/background_classic_widescreen.vtf diff --git a/customizations/Main Menu/Modern/materials/console/background_upward.vtf b/customizations/Backgrounds/background_upward.vtf Binary files differindex 6eae25d..6eae25d 100644 --- a/customizations/Main Menu/Modern/materials/console/background_upward.vtf +++ b/customizations/Backgrounds/background_upward.vtf diff --git a/customizations/Main Menu/Modern/materials/console/background_upward_widescreen.vtf b/customizations/Backgrounds/background_upward_widescreen.vtf Binary files differindex 6eae25d..6eae25d 100644 --- a/customizations/Main Menu/Modern/materials/console/background_upward_widescreen.vtf +++ b/customizations/Backgrounds/background_upward_widescreen.vtf diff --git a/customizations/Main Menu/Classic/resource/gamemenu.res b/customizations/Main Menu/Classic/resource/gamemenu.res deleted file mode 100644 index 038935e..0000000 --- a/customizations/Main Menu/Classic/resource/gamemenu.res +++ /dev/null @@ -1,65 +0,0 @@ -"GameMenu" -{ - // MAIN MENU - "CharacterSetupButton" - { - "label" "Inventory" - "command" "engine open_charinfo" - } - "GeneralStoreButton" - { - "label" "Mann Co. Store" - "command" "engine open_store" - } - "SettingsButton" - { - "label" "Options" - "command" "OpenOptionsDialog" - } - "TF2SettingsButton" - { - "label" "Adv. Options" - "command" "opentf2options" - } - "AchievementsButton" - { - "label" "" - "command" "OpenAchievementsDialog" - "subimage" "glyph_achievements" - "tooltip" "Achievements" - } - "ReplayButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" - } - "SteamWorkshopButton" - { - "label" "#MMenu_SteamWorkshop" - "command" "engine OpenSteamWorkshopDialog" - } - "CallVoteButton" - { - "label" "" - "command" "callvote" - "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" - } - "MutePlayersButton" - { - "label" "" - "command" "OpenPlayerListDialog" - "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "Mute Players" - } - "ReportPlayerButton" - { - "label" "" - "command" "OpenReportPlayerDialog" - "OnlyInGame" "1" - "subimage" "glyph_commentary" - "tooltip" "Report Player" - } -}
\ No newline at end of file diff --git a/customizations/Main Menu/Modern/resource/gamemenu.res b/customizations/Main Menu/Modern/resource/gamemenu.res deleted file mode 100644 index fba28ce..0000000 --- a/customizations/Main Menu/Modern/resource/gamemenu.res +++ /dev/null @@ -1,89 +0,0 @@ -"GameMenu" -{ - // MAIN MENU - "CharacterSetupButton" - { - "label" "Inventory" - "command" "engine open_charinfo" - } - "GeneralStoreButton" - { - "label" "Mann Co. Store" - "command" "engine open_store" - } - "SettingsButton" - { - "label" "Options" - "command" "OpenOptionsDialog" - } - "TF2SettingsButton" - { - "label" "Adv. Options" - "command" "opentf2options" - } - "AchievementsButton" - { - "label" "" - "command" "OpenAchievementsDialog" - "subimage" "glyph_achievements" - "tooltip" "Achievements" - } - "ReplayButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" - } - "ConsoleButton" - { - "label" "" - "command" "engine toggleconsole" - "subimage" "glyph_options" - "tooltip" "Console" - } - "ReportBugButton" - { - "label" "" - "command" "engine bug" - "subimage" "glyph_bug" - "tooltip" "Report a Bug" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" - } - "CallVoteButton" - { - "label" "" - "command" "callvote" - "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" - } - "MutePlayersButton" - { - "label" "" - "command" "OpenPlayerListDialog" - "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "Mute Players" - } - "ReportPlayerButton" - { - "label" "" - "command" "OpenReportPlayerDialog" - "OnlyInGame" "1" - "subimage" "glyph_commentary" - "tooltip" "Report Player" - } - "RequestCoachButton" - { - "label" "" - "command" "engine cl_coach_find_coach" - "OnlyInGame" "1" - "subimage" "icon_whistle" - "tooltip" "Request a Coach" - } -}
\ No newline at end of file diff --git a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res b/customizations/Main Menu/mainmenuoverride-classic.res index 038dac9..39b9b75 100644 --- a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res +++ b/customizations/Main Menu/mainmenuoverride-classic.res @@ -185,9 +185,10 @@ "zpos" "0" "wide" "200" "tall" "f0" + "autoResize" "0" + "pinCorner" "0" "visible" "1" "enabled" "1" - "scaleImage" "1" "fillcolor" "25 25 25 255" } @@ -202,7 +203,6 @@ "tall" "f0" "visible" "1" "enabled" "1" - "scaleImage" "1" "fillcolor" "ColorCyan" } @@ -350,22 +350,6 @@ "proportionaltoparent" "1" } - "MainMenuBGPanel" - { - "ControlName" "EditablePanel" - "fieldName" "MainMenuBGPanel" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "260" - "tall" "120" - "visible" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType" "2" - "border" "MainMenuBGBorder" - } - "TooltipPanel" { "ControlName" "EditablePanel" @@ -583,7 +567,11 @@ "zpos" "1" "wide" "20" "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" + "enabled" "1" + "tabPosition" "0" "SubButton" { @@ -797,7 +785,7 @@ "tall" "180" "visible" "1" "border" "NoBorder" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "TitleLabel" { @@ -917,19 +905,18 @@ "fieldName" "TFLogoImage" "xpos" "86" "ypos" "35" - "zpos" "100" "wide" "180" "tall" "46" "visible" "0" "enabled" "0" "image" "replay/thumbnails/tflogo" "scaleImage" "1" - "command" "engine play vo/heavy_battlecry03.mp3" + "command" "engine play vo/heavy_battlecry02.mp3" } "TFCharacterImage" { - //"ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "TFCharacterImage" "xpos" "c-250" "ypos" "-80" @@ -949,7 +936,7 @@ "labelText" "rayshud v2019.0406" "xpos" "112" "ypos" "35" - "wide" "130" + "wide" "150" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -962,10 +949,10 @@ { "ControlName" "EditablePanel" "fieldname" "CharacterSetupButton" - "xpos" "80" + "xpos" "90" "ypos" "80" "zpos" "11" - "wide" "190" + "wide" "50" "tall" "16" "visible" "1" "PaintBackgroundType" "2" @@ -978,14 +965,12 @@ "wide" "200" "tall" "16" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "font" "CerbeticaBold16" "textAlignment" "west" "textinsetx" "25" - "use_proportional_insets" "1" "dulltext" "0" "brighttext" "0" "default" "1" @@ -1000,7 +985,7 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - "image_drawcolor" "117 107 94 255" + "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" "SubImage" @@ -1023,12 +1008,13 @@ { "ControlName" "EditablePanel" "fieldname" "GeneralStoreButton" - "xpos" "80" + "xpos" "90" "ypos" "60" "zpos" "11" - "wide" "190" + "wide" "90" "tall" "16" "visible" "1" + "textinsetx" "15" "PaintBackgroundType" "2" "SubButton" { @@ -1044,7 +1030,6 @@ "enabled" "1" "tabPosition" "0" "textinsetx" "25" - "use_proportional_insets" "1" "font" "CerbeticaBold16" "textAlignment" "west" "dulltext" "0" @@ -1061,7 +1046,7 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - "image_drawcolor" "117 107 94 255" + "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" "SubImage" @@ -1084,10 +1069,10 @@ { "ControlName" "EditablePanel" "fieldName" "SettingsButton" - "xpos" "80" + "xpos" "90" "ypos" "140" "zpos" "11" - "wide" "190" + "wide" "50" "tall" "16" "visible" "1" "PaintBackgroundType" "2" @@ -1101,14 +1086,12 @@ "wide" "200" "tall" "16" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "font" "CerbeticaBold16" "textAlignment" "west" "textinsetx" "25" - "use_proportional_insets" "1" "dulltext" "0" "brighttext" "0" "default" "1" @@ -1123,7 +1106,7 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - "image_drawcolor" "117 107 94 255" + "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" "SubImage" @@ -1146,10 +1129,10 @@ { "ControlName" "EditablePanel" "fieldName" "TF2SettingsButton" - "xpos" "80" + "xpos" "90" "ypos" "160" "zpos" "11" - "wide" "190" + "wide" "70" "tall" "16" "visible" "1" "PaintBackgroundType" "2" @@ -1163,12 +1146,10 @@ "wide" "200" "tall" "16" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "textinsetx" "25" - "use_proportional_insets" "1" "font" "CerbeticaBold16" "textAlignment" "west" "dulltext" "0" @@ -1185,8 +1166,9 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" @@ -1212,7 +1194,11 @@ "zpos" "2" "wide" "20" "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" + "enabled" "1" + "tabPosition" "0" "SubButton" { @@ -1266,54 +1252,70 @@ } } - "QuitButton" + "ConsoleButton" { - "ControlName" "CExImageButton" - "fieldName" "QuitButton" - "xpos" "80" - "ypos" "200" + "ControlName" "EditablePanel" + "fieldname" "ConsoleButton" + "xpos" "165" + "ypos" "62" "zpos" "1" - "wide" "190" - "tall" "16" + "wide" "0" + "tall" "0" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Quit" - "font" "CerbeticaBold16" - "textAlignment" "west" - "textinsetx" "15" - "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "paintbackground""0" - "Command" "engine replay_confirmquit" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" - - "SubImage" + "SubButton" { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "6" - "zpos" "1" - "wide" "0" - "tall" "0" + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "glyph_quit" + "tabPosition" "0" + "labelText" "" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } } } @@ -1321,10 +1323,10 @@ { "ControlName" "EditablePanel" "fieldname" "ReplayButton" - "xpos" "80" + "xpos" "90" "ypos" "100" "zpos" "11" - "wide" "190" + "wide" "40" "tall" "16" "visible" "1" "PaintBackgroundType" "2" @@ -1343,7 +1345,6 @@ "enabled" "1" "tabPosition" "0" "textinsetx" "25" - "use_proportional_insets" "1" "font" "CerbeticaBold16" "textAlignment" "west" "dulltext" "0" @@ -1378,55 +1379,70 @@ } } - "DisconnectButton" + "ReportBugButton" { - "ControlName" "CExImageButton" - "fieldName" "DisconnectButton" - "xpos" "80" - "ypos" "200" + "ControlName" "EditablePanel" + "fieldname" "ReportBugButton" + "xpos" "125" + "ypos" "62" "zpos" "1" - "wide" "190" - "tall" "16" + "wide" "0" + "tall" "0" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Disconnect" - "font" "CerbeticaBold16" - "textAlignment" "west" - "textinsetx" "15" - "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "engine disconnect" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - "border_default" "" - "border_armed" "" - "paintbackground" "0" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "image_drawcolor" "235 226 202 255" - "SubImage" + "SubButton" { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "6" - "zpos" "1" - "wide" "0" - "tall" "0" + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "glyph_quit" + "tabPosition" "0" + "labelText" "" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } } } @@ -1434,50 +1450,122 @@ { "ControlName" "EditablePanel" "fieldname" "SteamWorkshopButton" - "xpos" "80" + "xpos" "165" + "ypos" "62" + "zpos" "1" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Steam Workshop" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "" + "command" "engine OpenSteamWorkshopDialog" + "labelText" "Steam Workshop" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SteamWorkshopButton2" + { + "ControlName" "EditablePanel" + "fieldName" "SteamWorkshopButton2" + "xpos" "90" "ypos" "120" "zpos" "11" - "wide" "190" + "wide" "90" "tall" "16" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "2" + "enabled" "1" + "tabPosition" "0" "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" - "xpos" "-10" + "xpos" "-3" "ypos" "0" - "wide" "200" + "wide" "90" "tall" "16" + "zpos" "5" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "WORKSHOP" + "labelText" "Steam Workshop" "font" "CerbeticaBold16" - "textAlignment" "west" - "textinsetx" "25" - "use_proportional_insets" "1" + "command" "engine OpenSteamWorkshopDialog" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "" - + "actionsignallevel" "2" + "proportionaltoparent" "1" + "paintbackground" "0" + "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { @@ -1520,7 +1608,6 @@ "enabled" "1" "tabPosition" "0" "textinsetx" "100" - "use_proportional_insets" "1" "font" "HudFontSmallBold" "textAlignment" "west" "dulltext" "0" @@ -1686,98 +1773,138 @@ } } - "BackToReplaysButton" + "RequestCoachButton" { - "ControlName" "CExImageButton" - "fieldName" "BackToReplaysButton" - "xpos" "c-300" - "ypos" "437" + "ControlName" "EditablePanel" + "fieldname" "RequestCoachButton" + "xpos" "245" + "ypos" "62" "zpos" "1" - "wide" "170" - "tall" "25" + "wide" "0" + "tall" "0" "autoResize" "0" "pinCorner" "3" - "visible" "0" + "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#GameUI_GameMenu_ExitReplay" - "font" "HudFontSmallBold" - "textAlignment" "west" - "textinsetx" "35" - "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "exitreplayeditor" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" - "SubImage" + "SubButton" { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "6" - "zpos" "1" - "wide" "14" - "tall" "14" + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "glyph_quit" + "tabPosition" "0" + "labelText" "" + "font" "" + "Command" "engine cl_coach_find_coach" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } } } "MinmodeToggle" { - "ControlName" "CExImageButton" + "ControlName" "EditablePanel" "fieldName" "MinmodeToggle" - "xpos" "80" + "xpos" "91" "ypos" "180" - "zpos" "1" - "wide" "190" + "zpos" "11" + "wide" "90" "tall" "16" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "CerbeticaBold16" - "textAlignment" "west" - "labelText" "Minmode Toggle" - "textinsetx" "15" - "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "0" - "Command" "engine incrementvar cl_hud_minmode 0 1 1" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - - "image_drawcolor" "235 226 202 255" - "SubImage" + "SubButton" { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "6" - "zpos" "1" - "wide" "0" - "tall" "0" + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "-3" + "ypos" "0" + "wide" "90" + "tall" "16" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "glyph_options" + "tabPosition" "0" + "labelText" "Minmode Toggle" + "font" "CerbeticaBold16" + "command" "engine incrementvar cl_hud_minmode 0 1 1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "0" + } } } diff --git a/customizations/Main Menu/Modern/resource/ui/mainmenuoverride.res b/customizations/Main Menu/mainmenuoverride.res index 0544444..edbd3d9 100644 --- a/customizations/Main Menu/Modern/resource/ui/mainmenuoverride.res +++ b/customizations/Main Menu/mainmenuoverride.res @@ -968,8 +968,8 @@ { "ControlName" "ImagePanel" "fieldName" "TFCharacterImage" - "xpos" "9999" - "ypos" "-80" + "xpos" "c-250" + "ypos" "9999" "zpos" "-99" "wide" "600" "tall" "600" @@ -1933,4 +1933,4 @@ "angles_z" "0" } } -}
\ No newline at end of file +} diff --git a/customizations/Player Health/hudplayerhealth-broesel.res b/customizations/Player Health/hudplayerhealth-broesel.res index 972660b..62c1d6d 100644 --- a/customizations/Player Health/hudplayerhealth-broesel.res +++ b/customizations/Player Health/hudplayerhealth-broesel.res @@ -1,8 +1,5 @@ "Resource/UI/HudPlayerHealth.res" { - // Player Health Data - //Change visible and enabled to "1" on "HPBorderPanel1" and "HPBorderPanel2" for team-colored cross. - "HPBorderPanel1" { "ControlName" "CTFImagePanel" @@ -54,39 +51,25 @@ "HudPlayerHealth" { - "ControlName" "EditablePanel" - "fieldName" "HudPlayerHealth" "xpos" "c-271" "ypos" "c43" - "wide" "250" - "tall" "120" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" - "HealthDeathWarningColor" "HUDDeathWarning" + "xpos_minmode" "c-271" + "ypos_minmode" "c43" } "PlayerStatusHealthImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthImage" "xpos" "104" "ypos" "35" - "zpos" "4" + "xpos_minmode" "104" "wide" "56" "tall" "56" - "fgcolor_override" "0 0 0 255" - "visible" "1" - "enabled" "1" - "scaleImage" "1" "alpha" "255" + "fgcolor_override" "0 0 0 255" } "PlayerStatusHealthImageBG" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthImageBG" "xpos" "102" "ypos" "33" "zpos" "3" @@ -100,645 +83,217 @@ "PlayerStatusHealthBonusImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthBonusImage" "xpos" "99" "ypos" "30" "zpos" "-1" "wide" "66" "tall" "66" - "visible" "0" - "enabled" "1" - "image" "../hud/health_over_bg" - "scaleImage" "1" + "xpos_minmode" "99" + "ypos_minmode" "30" + "zpos_minmode" "-1" + "wide_minmode" "66" + "tall_minmode" "66" "fillcolor" "0 0 0 0" } "PlayerStatusHealthValue" { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" "xpos" "-18" "ypos" "12" - "zpos" "5" - "wide" "300" - "tall" "100" - "visible" "1" - "enabled" "1" - "labelText" "%Health%" - "textAlignment" "center" "font" "CerbeticaBold24" - "fgcolor" "Health Normal" + "font_minmode" "CerbeticaBold24" } "PlayerStatusHealthValueShadow" { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "-2" - "ypos" "-2" - "zpos" "5" - "wide" "300" - "tall" "100" - "visible" "1" - "enabled" "1" - "labelText" "%Health%" - "textAlignment" "center" "font" "CerbeticaBold24" - "fgcolor" "TransparentBlack" - - "pin_to_sibling" "PlayerStatusHealthValue" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "PlayerStatusMaxHealthValue" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusMaxHealthValue" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" + "font_minmode" "CerbeticaBold24" } "PlayerStatusAnchor" { - "ControlName" "EditablePanel" - "fieldName" "PlayerStatusAnchor" "xpos" "100" - "ypos" "10" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" } "PlayerStatusBleedImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusBleedImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/bleed_drop" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMilkImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMilkImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/bleed_drop" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusGasImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusGasImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/covered_in_gas" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMarkedForDeathImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMarkedForDeathSilentImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathSilentImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_WheelOfDoom" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_WheelOfDoom" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../signs/death_wheel_whammy" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierOffenseBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierOffenseBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierDefenseBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierDefenseBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierHealOnHitBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierHealOnHitBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SpyMarked" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SpyMarked" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_Parachute" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_Parachute" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "0" - "enabled" "1" - "scaleImage" "1" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneStrength" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneStrength" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_strength_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneHaste" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneHaste" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_haste_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneRegen" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneRegen" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_regen_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneResist" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneResist" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_resist_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneVampire" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneVampire" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_vampire_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneReflect" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneReflect" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_reflect_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RunePrecision" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RunePrecision" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_precision_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneAgility" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneAgility" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_agility_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneKnockout" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneKnockout" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_knockout_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneKing" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneKing" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_king_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RunePlague" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RunePlague" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_plague_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneSupernova" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneSupernova" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_supernova_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusSlowed" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusSlowed" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/slowed" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } }
\ No newline at end of file diff --git a/customizations/Player Health/hudplayerhealth-cross.res b/customizations/Player Health/hudplayerhealth-cross.res index d8b7be0..32e2132 100644 --- a/customizations/Player Health/hudplayerhealth-cross.res +++ b/customizations/Player Health/hudplayerhealth-cross.res @@ -1,7 +1,11 @@ "Resource/UI/HudPlayerHealth.res" { // Player Health Data - //Change visible and enabled to "1" on "HPBorderPanel1" and "HPBorderPanel2" for team-colored cross. + "HudPlayerHealth" + { + "wide" "0" + "tall" "0" + } "HPBorderPanel1" { "ControlName" "CTFImagePanel" @@ -58,47 +62,22 @@ "draw_corner_width" "0" "draw_corner_height" "0" } - - "HudPlayerHealth" - { - "ControlName" "EditablePanel" - "fieldName" "HudPlayerHealth" - "xpos" "c-288" - "ypos" "c45" - "xpos_minmode" "c-238" - "ypos_minmode" "c5" - "wide" "250" - "tall" "120" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" - "HealthDeathWarningColor" "HUDDeathWarning" - } "PlayerStatusHealthImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthImage" "xpos" "54" "ypos" "35" "xpos_minmode" "93" "ypos_minmode" "41" - "zpos" "4" "wide" "36" "tall" "36" "wide_minmode" "20" "tall_minmode" "20" - "visible" "1" - "enabled" "1" - "scaleImage" "1" "alpha" "255" } "PlayerStatusHealthImageBG" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthImageBG" "xpos" "52" "ypos" "33" "xpos_minmode" "92" @@ -116,8 +95,6 @@ "PlayerStatusHealthBonusImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthBonusImage" "xpos" "52" "ypos" "33" "zpos" "1" @@ -125,68 +102,13 @@ "tall" "40" "xpos_minmode" "91" "ypos_minmode" "39" + "zpos_minmode" "-1" "wide_minmode" "25" "tall_minmode" "25" - "visible" "0" - "enabled" "1" - "image" "../hud/health_over_bg" - "scaleImage" "1" - } - - "PlayerStatusHealthValue" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "300" - "tall" "100" - "visible" "1" - "enabled" "1" - "labelText" "%Health%" - "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "Health Normal" - } - - "PlayerStatusHealthValueShadow" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "-2" - "ypos" "-2" - "zpos" "5" - "wide" "300" - "tall" "100" - "visible" "1" - "enabled" "1" - "labelText" "%Health%" - "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - - "pin_to_sibling" "PlayerStatusHealthValue" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "PlayerStatusMaxHealthValue" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusMaxHealthValue" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" } "PlayerStatusAnchor" { - "ControlName" "EditablePanel" - "fieldName" "PlayerStatusAnchor" "xpos" "100" "ypos" "0" "xpos_minmode" "115" @@ -195,635 +117,245 @@ "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" } "PlayerStatusBleedImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusBleedImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/bleed_drop" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMilkImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMilkImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/bleed_drop" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusGasImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusGasImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/covered_in_gas" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMarkedForDeathImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMarkedForDeathSilentImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathSilentImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_WheelOfDoom" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_WheelOfDoom" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../signs/death_wheel_whammy" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierOffenseBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierOffenseBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierDefenseBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierDefenseBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierHealOnHitBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierHealOnHitBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SpyMarked" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SpyMarked" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_Parachute" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_Parachute" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneStrength" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneStrength" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_strength_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneHaste" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneHaste" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_haste_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneRegen" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneRegen" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_regen_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneResist" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneResist" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_resist_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneVampire" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneVampire" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_vampire_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneReflect" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneReflect" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_reflect_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RunePrecision" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RunePrecision" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_precision_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneAgility" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneAgility" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_agility_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneKnockout" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneKnockout" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_knockout_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneKing" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneKing" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_king_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RunePlague" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RunePlague" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_plague_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneSupernova" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneSupernova" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_supernova_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusSlowed" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusSlowed" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/slowed" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } }
\ No newline at end of file diff --git a/customizations/Player Health/hudplayerhealth-teambar.res b/customizations/Player Health/hudplayerhealth-teambar.res index 19ca8a8..d689fe7 100644 --- a/customizations/Player Health/hudplayerhealth-teambar.res +++ b/customizations/Player Health/hudplayerhealth-teambar.res @@ -1,23 +1,5 @@ "Resource/UI/HudPlayerHealth.res" { - // Player Health Data - "HudPlayerHealth" - { - "ControlName" "EditablePanel" - "fieldName" "HudPlayerHealth" - "xpos" "c-288" - "ypos" "c45" - "xpos_minmode" "c-238" - "ypos_minmode" "c5" - "wide" "250" - "tall" "120" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" - "HealthDeathWarningColor" "HUDDeathWarning" - } - "HPTeamIndicator" { "ControlName" "CTFImagePanel" @@ -45,106 +27,15 @@ "draw_corner_width" "0" "draw_corner_height" "0" } + "PlayerStatusHealthImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthImage" "xpos" "90" "xpos_minmode" "105" - "ypos" "0" - "zpos" "4" - "wide" "70" - "tall" "70" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "alpha" "0" - } - - "PlayerStatusHealthImageBG" - { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthImageBG" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - } - - "PlayerStatusHealthBonusImage" - { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "116" - "ypos" "18" - "zpos" "2" - "wide" "68" - "tall" "68" - "xpos_minmode" "140" - "ypos_minmode" "40" - "zpos_minmode" "-1" - "wide_minmode" "22" - "tall_minmode" "22" - "visible" "0" - "enabled" "1" - "image" "../hud/health_over_bg" - "scaleImage" "1" - } - - "PlayerStatusHealthValue" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "300" - "tall" "100" - "visible" "1" - "enabled" "1" - "labelText" "%Health%" - "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "Health Normal" - } - - "PlayerStatusHealthValueShadow" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "-2" - "ypos" "-2" - "zpos" "5" - "wide" "300" - "tall" "100" - "visible" "1" - "enabled" "1" - "labelText" "%Health%" - "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - - "pin_to_sibling" "PlayerStatusHealthValue" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "PlayerStatusMaxHealthValue" - { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusMaxHealthValue" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" } "PlayerStatusAnchor" { - "ControlName" "EditablePanel" - "fieldName" "PlayerStatusAnchor" "xpos" "85" "ypos" "0" "xpos_minmode" "115" @@ -153,635 +44,245 @@ "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" } "PlayerStatusBleedImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusBleedImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/bleed_drop" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMilkImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMilkImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/bleed_drop" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusGasImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusGasImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/covered_in_gas" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMarkedForDeathImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusMarkedForDeathSilentImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathSilentImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_WheelOfDoom" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_WheelOfDoom" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../signs/death_wheel_whammy" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierOffenseBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierOffenseBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierDefenseBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierDefenseBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierHealOnHitBuff" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SoldierHealOnHitBuff" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_SpyMarked" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_SpyMarked" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_Parachute" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_Parachute" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneStrength" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneStrength" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_strength_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneHaste" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneHaste" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_haste_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneRegen" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneRegen" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_regen_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneResist" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneResist" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_resist_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneVampire" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneVampire" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_vampire_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneReflect" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneReflect" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_reflect_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RunePrecision" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RunePrecision" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_precision_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneAgility" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneAgility" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_agility_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneKnockout" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneKnockout" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_knockout_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneKing" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneKing" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_king_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RunePlague" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RunePlague" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_plague_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatus_RuneSupernova" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneSupernova" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../Effects/powerup_supernova_hud" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } "PlayerStatusSlowed" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatusSlowed" - "xpos" "0" - "ypos" "0" - "zpos" "7" "wide" "32" "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../vgui/slowed" - "fgcolor" "TanDark" - "pin_to_sibling" "PlayerStatusAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" } }
\ No newline at end of file diff --git a/customizations/Player Health/hudplayerhealth-default.res b/customizations/Player Health/hudplayerhealth.res index c53bb41..f7bcc62 100644 --- a/customizations/Player Health/hudplayerhealth-default.res +++ b/customizations/Player Health/hudplayerhealth.res @@ -23,8 +23,8 @@ "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImage" "xpos" "80" - "xpos_minmode" "100" "ypos" "0" + "xpos_minmode" "100" "zpos" "4" "wide" "70" "tall" "70" diff --git a/customizations/Scoreboard/scoreboard-minimal.res b/customizations/Scoreboard/scoreboard-minimal.res index e29a7ab..fd7bc75 100644 --- a/customizations/Scoreboard/scoreboard-minimal.res +++ b/customizations/Scoreboard/scoreboard-minimal.res @@ -2,1762 +2,83 @@ { "scores" { - "ControlName" "CTFClientScoreBoardDialog" - "fieldName" "scoreinfo" - "xpos" "c-300" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "avatar_width" "54" "medal_width" "18" - "name_width" "0" - "name_width_short" "65" - "spacer" "5" - "status_width" "15" - "nemesis_width" "15" - "class_width" "20" - "score_width" "20" - "ping_width" "20" - "killstreak_width" "15" - "killstreak_image_width" "15" } "BlueScoreBG" { - "ControlName" "ImagePanel" - "fieldName" "BlueScoreBG" - "xpos" "c-270" "ypos" "279" - "wide" "270" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 153" - "scaleImage" "1" - - if_mvm - { - "visible" "0" - } } "BlueLeaderAvatar" { - "ControlName" "CAvatarImagePanel" - "fieldName" "BlueLeaderAvatar" - "xpos" "c-295" "ypos" "279" - "zpos" "5" - "wide" "25" - "tall" "25" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" } "RedScoreBG" { - "ControlName" "ImagePanel" - "fieldName" "RedScoreBG" - "xpos" "c0" "ypos" "279" - "wide" "270" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - "scaleImage" "1" - - if_mvm - { - "visible" "0" - } } "RedLeaderAvatar" { - "ControlName" "CAvatarImagePanel" - "fieldName" "RedLeaderAvatar" - "xpos" "c270" "ypos" "279" - "zpos" "5" - "wide" "25" - "tall" "25" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "9999" - "tall" "9999" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - - if_mvm - { - "visible" "0" - } } "ScoreboardBackground" { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" - "xpos" "c-270" "ypos" "304" - "zpos" "-1" - "wide" "540" - "tall" "500" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - } - } - - "MvMScoreboardBackground" - { - "ControlName" "ImagePanel" - "fieldName" "MvMScoreboardBackground" - "xpos" "c-270" - "ypos" "244" - "zpos" "-1" - "wide" "540" - "tall" "500" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - } } "Red6sBackground" { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" "xpos" "c65" "ypos" "265" "zpos" "240" - "tall" "100" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - } } "Blue6sBackground" { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" "xpos" "c65" "ypos" "121" - "zpos" "-1" - "wide" "240" - "tall" "100" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - } } "BlueTeamLabel1" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamLabel1" - "font" "Cerbetica32" - "labelText" "%blueteamname%" - "textAlignment" "west" - "xpos" "c-268" "ypos" "273" - "wide" "200" - "tall" "37" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "BlueTeamScore" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScore" - "font" "CerbeticaBold36" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "c-106" "ypos" "263" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "BlueTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScoreDropshadow" - "font" "CerbeticaBold36" "fgcolor" "Black" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "c-105" "ypos" "264" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "BlueTeamPlayerCount" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%blueteamplayercount%" - "textAlignment" "west" - "xpos" "c-270" "ypos" "257" - "wide" "100" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "RedTeamLabel1" { - "ControlName" "CExLabel" - "fieldName" "RedTeamLabel1" - "font" "Cerbetica32" - "labelText" "%redteamname%" - "textAlignment" "east" - "xpos" "c68" "ypos" "273" - "wide" "200" - "tall" "37" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "RedTeamScore" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScore" - "font" "CerbeticaBold36" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "c6" "ypos" "263" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "RedTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScoreDropshadow" - "font" "CerbeticaBold36" - "fgcolor" "Black" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "c7" "ypos" "264" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } } "RedTeamPlayerCount" { - "ControlName" "CExLabel" - "fieldName" "RedTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%redteamplayercount%" - "textAlignment" "east" - "xpos" "c140" "ypos" "257" - "wide" "130" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - - "ServerLabel" - { - "ControlName" "CExLabel" - "fieldName" "ServerLabel" - "font" "Cerbetica14" - "labelText" "%server%" - "textAlignment" "west" - "xpos" "-34" - "ypos" "14" - "zpos" "999" - "wide" "600" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "ServerTimeValue" - { - "ControlName" "CExLabel" - "fieldName" "ServerTimeValue" - "font" "Cerbetica20" - "labelText" "%servertime%" - "textAlignment" "west" - "xpos" "2" - "ypos" "2" - "zpos" "999" - "wide" "600" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" } "BluePlayerList" { - "ControlName" "SectionedListPanel" - "fieldName" "BluePlayerList" - "xpos" "c-270" "ypos" "304" - "zpos" "20" - "wide" "270" "tall" "98" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "3" - "linespacing" "14" - "fgcolor" "blue" - "linegap" "0" - "show_columns" "0" - - if_mvm - { - "visible" "0" - } } "RedPlayerList" { - "ControlName" "SectionedListPanel" - "fieldName" "RedPlayerList" - "xpos" "c0" "ypos" "304" - "zpos" "20" - "wide" "270" "tall" "98" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "3" - "linespacing" "14" - "textcolor" "red" - "linegap" "0" - "show_columns" "0" - - if_mvm - { - "visible" "0" - } - } - "VerticalLine" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "299" - "ypos" "9999" - "zpos" "9999" - "wide" "2" - "tall" "292" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 153" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "0" - } - } - "Spectators" - { - "ControlName" "CExLabel" - "fieldName" "Spectators" - "font" "Cerbetica11" - "labelText" "%spectators%" - "textAlignment" "west" - "xpos" "c-266" - "ypos" "402" - "zpos" "900" - "wide" "541" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "SpectatorsInQueue" - { - "ControlName" "CExLabel" - "fieldName" "SpectatorsInQueue" - "font" "Cerbetica11" - "labelText" "%waitingtoplay%" - "textAlignment" "west" - "xpos" "2" - "ypos" "42" - "zpos" "4" - "wide" "600" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "SpecBackground" - { - "ControlName" "ImagePanel" - "fieldName" "SpecBackground" - "xpos" "c-270" - "ypos" "405" - "zpos" "2" - "wide" "540" - "tall" "84" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "32 32 32 125" - "PaintBackgroundType" "0" - - if_mvm { - "visible" "1" - } - } - "StatsBackground" - { - "ControlName" "ImagePanel" - "fieldName" "StatsBackground" - "xpos" "c-270" - "ypos" "418" - "zpos" "2" - "wide" "540" - "tall" "64" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "32 32 32 125" - "PaintBackgroundType" "0" - - if_mvm { - "visible" "1" - } - } - - "ClassImage" - { - "ControlName" "ImagePanel" - "fieldName" "ClassImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "92" - "tall" "92" - "visible" "0" - "enabled" "0" - "image" "../hud/class_scoutred" - "scaleImage" "1" - - if_mvm - { - "visible" "1" - } - } - "PlayerNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "PlayerNameLabel" - "font" "ScoreboardMedium" - "labelText" "%playername%" - "textAlignment" "west" - "xpos" "115" - "ypos" "9999" - "zpos" "3" - "wide" "9999" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "1" - } - } - - "MapName" - { - "ControlName" "CExLabel" - "fieldName" "mapname" - "font" "Cerbetica14" - "labelText" "%mapname%" - "textAlignment" "west" - "xpos" "3" - "ypos" "25" - "zpos" "3" - "wide" "480" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "236 227 203 255" - } - "HorizontalLine" - { - "ControlName" "ImagePanel" - "fieldName" "HorizontalLine" - "xpos" "9999" - "ypos" "322" - "zpos" "3" - "wide" "465" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "127 127 127 153" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "1" - } - } - "PlayerScoreLabel" - { - "ControlName" "CExLabel" - "fieldName" "PlayerScoreLabel" - "font" "Cerbetica20" - "labelText" "%playerscore%" - "textAlignment" "center" - "xpos" "c-368" - "ypos" "310" - "zpos" "3" - "wide" "140" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - - if_mvm - { - "visible" "0" - } - } - - "LocalPlayerDuelStatsPanel" - { - "ControlName" "EditablePanel" - "fieldName" "LocalPlayerDuelStatsPanel" - "xpos" "0" - "ypos" "395" - "zpos" "3" - "wide" "600" - "tall" "53" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - - "DuelingLabel" - { - "ControlName" "CExLabel" - "fieldName" "DuelingLabel" - "font" "ScoreboardSmall" - "labelText" "#TF_ScoreBoard_Dueling" - "textAlignment" "center" - "xpos" "250" - "ypos" "2" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "DuelingIcon" - { - "ControlName" "ImagePanel" - "fieldName" "DuelingIcon" - "xpos" "284" - "ypos" "15" - "zpos" "2" - "wide" "32" - "tall" "32" - "visible" "1" - "enabled" "1" - "image" "../backpack/player/items/crafting/icon_dueling" - "scaleImage" "1" - } - - "LocalPlayerData" - { - "ControlName" "EditablePanel" - "fieldName" "LocalPlayerData" - "xpos" "75" - "ypos" "0" - "wide" "200" - "tall" "53" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "AvatarBGPanel" - { - "ControlName" "EditablePanel" - "fieldName" "AvatarBGPanel" - "xpos" "157" - "ypos" "7" - "zpos" "-1" - "wide" "36" - "tall" "36" - "visible" "1" - "PaintBackgroundType" "2" - "bgcolor_override" "TextColor" - } - "AvatarImage" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "AvatarImage" - "xpos" "159" - "ypos" "9" - "zpos" "0" - "wide" "32" - "tall" "32" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "AvatarTextLabel" - { - "ControlName" "CExLabel" - "fieldName" "AvatarTextLabel" - "fgcolor" "TanLight" - "xpos" "50" - "ypos" "7" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "labelText" "%playername%" - "textAlignment" "east" - "font" "HudFontSmallest" - } - "Score" - { - "ControlName" "CExLabel" - "fieldName" "Score" - "labelText" "%score%" - "textAlignment" "east" - "xpos" "50" - "ypos" "23" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "ScoreboardMedium" - } - } - - "OpponentData" - { - "ControlName" "EditablePanel" - "fieldName" "OpponentData" - "xpos" "325" - "ypos" "0" - "wide" "200" - "tall" "53" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "AvatarBGPanel" - { - "ControlName" "EditablePanel" - "fieldName" "AvatarBGPanel" - "xpos" "7" - "ypos" "7" - "zpos" "-1" - "wide" "36" - "tall" "36" - "visible" "1" - "PaintBackgroundType" "2" - "bgcolor_override" "TextColor" - } - "AvatarImage" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "AvatarImage" - "xpos" "9" - "ypos" "9" - "zpos" "0" - "wide" "32" - "tall" "32" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "AvatarTextLabel" - { - "ControlName" "CExLabel" - "fieldName" "AvatarTextLabel" - "fgcolor" "TanLight" - "xpos" "50" - "ypos" "7" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "labelText" "%playername%" - "textAlignment" "west" - "font" "HudFontSmallest" - } - "Score" - { - "ControlName" "CExLabel" - "fieldName" "Score" - "labelText" "%score%" - "textAlignment" "west" - "xpos" "50" - "ypos" "23" - "zpos" "3" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "ScoreboardMedium" - } - } - } - - "LocalPlayerStatsPanel" - { - "ControlName" "EditablePanel" - "fieldName" "LocalPlayerStatsPanel" - "xpos" "c-270" - "ypos" "416" - "zpos" "10" - "wide" "540" - "tall" "268" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "1" - } - - "KillsLabel" - { - "ControlName" "CExLabel" - "fieldName" "KillsLabel" - "font" "Cerbetica48" - "labelText" ":" - "textAlignment" "center" - "xpos" "0" - "ypos" "-2" - "zpos" "3" - "wide" "540" - "tall" "64" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Kills" - { - "ControlName" "CExLabel" - "fieldName" "Kills" - "font" "Cerbetica48" - "labelText" "%kills%" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Kills2" - { - "ControlName" "CExLabel" - "fieldName" "Kills2" - "font" "Cerbetica48" - "labelText" "%kills%" - "textAlignment" "east" - "xpos" "188" - "ypos" "6" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - - "DeathsLabel" - { - "ControlName" "CExLabel" - "fieldName" "DeathsLabel" - "font" "Cerbetica24" - "labelText" "#TF_ScoreBoard_DeathsLabel" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Deaths" - { - "ControlName" "CExLabel" - "fieldName" "Deaths" - "font" "Cerbetica48" - "labelText" "%deaths%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Deaths2" - { - "ControlName" "CExLabel" - "fieldName" "Deaths2" - "font" "Cerbetica48" - "labelText" "%deaths%" - "textAlignment" "west" - "xpos" "282" - "ypos" "6" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "GameType" - { - "ControlName" "CExLabel" - "fieldName" "gametype" - "font" "Cerbetica12" - "labelText" "%gametype%" - "textAlignment" "center" - "xpos" "28" - "ypos" "250" - "zpos" "3" - "wide" "116" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fgcolor" "185 177 153 255" - } - "AssistsLabel" - { - "ControlName" "CExLabel" - "fieldName" "AssistsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_AssistsLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Assists" - { - "ControlName" "CExLabel" - "fieldName" "Assists" - "font" "Cerbetica14" - "labelText" "%assists%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Assists2" - { - "ControlName" "CExLabel" - "fieldName" "Assists2" - "font" "Cerbetica14" - "labelText" "%assists%" - "textAlignment" "west" - "xpos" "70" - "ypos" "2" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - - "DestructionLabel" - { - "ControlName" "CExLabel" - "fieldName" "DestructionLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DestructionLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "16" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Destruction" - { - "ControlName" "CExLabel" - "fieldName" "Destruction" - "font" "Cerbetica14" - "labelText" "%destruction%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - } - "Destruction2" - { - "ControlName" "CExLabel" - "fieldName" "Destruction2" - "font" "Cerbetica14" - "labelText" "%destruction%" - "textAlignment" "west" - "xpos" "70" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - - "RevengeLabel" - { - "ControlName" "CExLabel" - "fieldName" "RevengeLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_RevengeLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "16" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "CapturesLabel" - { - "ControlName" "CExLabel" - "fieldName" "CapturesLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_CapturesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "30" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Captures" - { - "ControlName" "CExLabel" - "fieldName" "Captures" - "font" "Cerbetica14" - "labelText" "%captures%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Captures2" - { - "ControlName" "CExLabel" - "fieldName" "Captures2" - "font" "Cerbetica14" - "labelText" "%captures%" - "textAlignment" "west" - "xpos" "70" - "ypos" "30" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - - "DefensesLabel" - { - "ControlName" "CExLabel" - "fieldName" "DefensesLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DefensesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "44" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Defenses" - { - "ControlName" "CExLabel" - "fieldName" "Defenses" - "font" "Cerbetica14" - "labelText" "%defenses%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Defenses2" - { - "ControlName" "CExLabel" - "fieldName" "Defenses2" - "font" "Cerbetica14" - "labelText" "%defenses%" - "textAlignment" "west" - "xpos" "70" - "ypos" "44" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "DominationLabel" - { - "ControlName" "CExLabel" - "fieldName" "DominationLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DominationLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "2" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Domination" - { - "ControlName" "CExLabel" - "fieldName" "Domination" - "font" "Cerbetica14" - "labelText" "%dominations%" - "textAlignment" "west" - "xpos" "100" - "ypos" "108" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Domination2" - { - "ControlName" "CExLabel" - "fieldName" "Domination2" - "font" "Cerbetica14" - "labelText" "%dominations%" - "textAlignment" "west" - "xpos" "168" - "ypos" "2" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Revenge" - { - "ControlName" "CExLabel" - "fieldName" "Revenge" - "font" "Cerbetica14" - "labelText" "%Revenge%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Revenge2" - { - "ControlName" "CExLabel" - "fieldName" "Revenge2" - "font" "Cerbetica14" - "labelText" "%Revenge%" - "textAlignment" "west" - "xpos" "168" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "HealingLabel" - { - "ControlName" "CExLabel" - "fieldName" "HealingLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HealingLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "30" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Healing" - { - "ControlName" "CExLabel" - "fieldName" "Healing" - "font" "Cerbetica14" - "labelText" "%healing%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Healing2" - { - "ControlName" "CExLabel" - "fieldName" "Healing2" - "font" "Cerbetica14" - "labelText" "%healing%" - "textAlignment" "west" - "xpos" "168" - "ypos" "30" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "InvulnLabel" - { - "ControlName" "CExLabel" - "fieldName" "InvulnLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_InvulnLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Invuln" - { - "ControlName" "CExLabel" - "fieldName" "Invuln" - "font" "Cerbetica14" - "labelText" "%invulns%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Invuln2" - { - "ControlName" "CExLabel" - "fieldName" "Invuln2" - "font" "Cerbetica14" - "labelText" "%invulns%" - "textAlignment" "west" - "xpos" "168" - "ypos" "44" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "TeleportsLabel" - { - "ControlName" "CExLabel" - "fieldName" "TeleportsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_TeleportsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Teleports" - { - "ControlName" "CExLabel" - "fieldName" "Teleports" - "font" "Cerbetica14" - "labelText" "%teleports%" - "textAlignment" "west" - "xpos" "100" - "ypos" "156" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Teleports2" - { - "ControlName" "CExLabel" - "fieldName" "Teleports2" - "font" "Cerbetica14" - "labelText" "%teleports%" - "textAlignment" "west" - "xpos" "408" - "ypos" "2" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "HeadshotsLabel" - { - "ControlName" "CExLabel" - "fieldName" "HeadshotsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HeadshotsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "16" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Headshots" - { - "ControlName" "CExLabel" - "fieldName" "Headshots" - "font" "Cerbetica14" - "labelText" "%headshots%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Headshots2" - { - "ControlName" "CExLabel" - "fieldName" "Headshots2" - "font" "Cerbetica14" - "labelText" "%headshots%" - "textAlignment" "west" - "xpos" "408" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "BackstabsLabel" - { - "ControlName" "CExLabel" - "fieldName" "BackstabsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_BackstabsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "30" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Backstabs" - { - "ControlName" "CExLabel" - "fieldName" "Backstabs" - "font" "Cerbetica14" - "labelText" "%backstabs%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Backstabs2" - { - "ControlName" "CExLabel" - "fieldName" "Backstabs2" - "font" "Cerbetica14" - "labelText" "%backstabs%" - "textAlignment" "west" - "xpos" "408" - "ypos" "30" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "BonusLabel" - { - "ControlName" "CExLabel" - "fieldName" "BonusLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_BonusLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Bonus" - { - "ControlName" "CExLabel" - "fieldName" "Bonus" - "font" "Cerbetica14" - "labelText" "%bonus%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Bonus2" - { - "ControlName" "CExLabel" - "fieldName" "Bonus2" - "font" "Cerbetica14" - "labelText" "%bonus%" - "textAlignment" "west" - "xpos" "408" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "SupportLabel" - { - "ControlName" "CExLabel" - "fieldName" "SupportLabel" - "font" "Cerbetica14" - "labelText" "#TF_Scoreboard_Support" - "textAlignment" "west" - "xpos" "440" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Support" - { - "ControlName" "CExLabel" - "fieldName" "Support" - "font" "Cerbetica14" - "labelText" "%support%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Support2" - { - "ControlName" "CExLabel" - "fieldName" "Support2" - "font" "Cerbetica14" - "labelText" "%support%" - "textAlignment" "west" - "xpos" "502" - "ypos" "2" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "DamageLabel" - { - "ControlName" "CExLabel" - "fieldName" "DamageLabel" - "font" "Cerbetica14" - "labelText" "#TF_Scoreboard_Damage" - "textAlignment" "west" - "xpos" "440" - "ypos" "16" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Damage" - { - "ControlName" "CExLabel" - "fieldName" "Damage" - "font" "Cerbetica14" - "labelText" "%damage%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Damage2" - { - "ControlName" "CExLabel" - "fieldName" "Damage2" - "font" "Cerbetica14" - "labelText" "%damage%" - "textAlignment" "west" - "xpos" "502" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - } - - "MvMScoreboard" - { - "ControlName" "CTFHudMannVsMachineScoreboard" - "fieldName" "MvMScoreboard" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "f0" - "tall" "480" - "visible" "0" - "enabled" "1" - "verbose" "1" - - if_mvm - { - "visible" "1" - } } }
\ No newline at end of file diff --git a/customizations/Scoreboard/scoreboard-default.res b/customizations/Scoreboard/scoreboard.res index 3774fa4..3774fa4 100644 --- a/customizations/Scoreboard/scoreboard-default.res +++ b/customizations/Scoreboard/scoreboard.res diff --git a/customizations/Team Menu/classselection-center.res b/customizations/Team Menu/classselection-center.res index ce8f86d..5e1d63f 100644 --- a/customizations/Team Menu/classselection-center.res +++ b/customizations/Team Menu/classselection-center.res @@ -1,1210 +1,178 @@ "Resource/UI/ClassSelection.res" { - "class" - { - "ControlName" "ImagePanel" - "fieldName" "class" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 128" - } - - "SysMenu" - { - "ControlName" "Menu" - "fieldName" "SysMenu" - "xpos" "0" - "ypos" "0" - "wide" "64" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - } - "SelectClassLabel" { - "ControlName" "CExLabel" - "fieldName" "SelectClassLabel" "xpos" "30" "ypos" "r40" - "zpos" "5" "wide" "450" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_SelectAClass" "textAlignment" "west" "font" "CerbeticaBold32" - "fgcolor" "HudOffWhite" } "scout" { - "ControlName" "CExImageButton" - "fieldName" "scout" "xpos" "c81" "ypos" "193" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&1 Scout" - "textAlignment" "west" - "Command" "joinclass scout" - "Default" "1" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "soldier" { - "ControlName" "CExImageButton" - "fieldName" "soldier" "xpos" "c80" "ypos" "207" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&2 Soldier" - "textAlignment" "west" - "Command" "joinclass soldier" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "pyro" { - "ControlName" "CExImageButton" - "fieldName" "pyro" "xpos" "c80" "ypos" "221" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&3 Pyro" - "textAlignment" "west" - "Command" "joinclass pyro" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "demoman" { - "ControlName" "CExImageButton" - "fieldName" "demoman" "xpos" "c80" "ypos" "241" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&4 Demoman" - "textAlignment" "west" - "Command" "joinclass demoman" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "heavyweapons" { - "ControlName" "CExLabel" - "fieldName" "heavyweapons" "xpos" "c80" "ypos" "255" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&5 Heavy" - "textAlignment" "west" - "Command" "joinclass heavyweapons" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "engineer" { - "ControlName" "CExLabel" - "fieldName" "engineer" "xpos" "c80" "ypos" "269" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&6 Engineer" - "textAlignment" "west" - "Command" "joinclass engineer" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "medic" { - "ControlName" "CExImageButton" - "fieldName" "medic" "xpos" "c80" "ypos" "289" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&7 Medic" - "textAlignment" "west" - "Command" "joinclass medic" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "sniper" { - "ControlName" "CExImageButton" - "fieldName" "sniper" "xpos" "c80" "ypos" "303" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&8 Sniper" - "textAlignment" "west" - "Command" "joinclass sniper" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "spy" { - "ControlName" "CExImageButton" - "fieldName" "spy" "xpos" "c80" "ypos" "317" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&9 Spy" - "textAlignment" "west" - "Command" "joinclass spy" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "random" { - "ControlName" "CExLabel" - "fieldName" "random" "xpos" "c80" "ypos" "c101" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&R Random" - "textAlignment" "west" - "Command" "joinclass random" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" } "EditLoadoutButton" [$WIN32] { - "ControlName" "CExButton" - "fieldName" "EditLoadoutButton" "xpos" "r180" - "ypos" "r38" - "zpos" "6" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "paintbackground" "0" - "labelText" "#EditLoadout" "textAlignment" "center" - "Command" "openloadout" "font" "CerbeticaBold16" } "CancelButton" [$WIN32] { - "ControlName" "CExButton" - "fieldName" "CancelButton" "xpos" "c-295" - "ypos" "r38" - "zpos" "6" "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_ClassMenu_Cancel" "textAlignment" "center" - "Command" "vguicancel" "font" "CerbeticaBold16" - "paintbackground" "0" - "fgcolor" "200 80 60 255" - } - "LoadoutButtonBackground" - { - "ControlName" "ImagePanel" - "fieldName" "LoadoutButtonBackground" - "xpos" "c98" - "ypos" "c114" - "wide" "20" - "tall" "0" - } - "ResetButton" - { - "ControlName" "CExButton" - "fieldName" "ResetButton" - "xpos" "r470" - "ypos" "r38" - "zpos" "6" - "wide" "110" - "tall" "25" - "autoResize" "0" - "pinCorner" "2" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_ClassMenu_Reset" - "paintbackground""0" - "textAlignment" "center" - "Command" "resetclass" - "font" "CerbeticaBold16" - } - - "MenuBG" - { - "ControlName" "CModelPanel" - "fieldName" "MenuBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "16" - - "model" - { - "modelname" "models/vgui/UI_class01.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "365" - "origin_y" "0" - "origin_z" "-40" - } - } - - "Hint" - { - "ControlName" "CExLabel" - "fieldName" "Hint" - "xpos" "c-300" - "ypos" "95" - "zpos" "2" - "wide" "600" - "tall" "50" - "autoResize" "1" - "pinCorner" "2" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "%hint%" - "textAlignment" "left" - "wrap" "1" - "font" "HudFontMediumSmallSecondary" - "fgcolor" "HudTrainingHint" - } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "r50" - "zpos" "4" - "wide" "f0" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - - "countImage0" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage0" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage1" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage1" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage2" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage2" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage3" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage3" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage4" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage4" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage5" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage5" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" } - - "countImage6" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage6" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage7" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage7" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage8" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage8" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage9" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage9" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "countImage10" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "countImage10" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "30" - "tall" "60" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "numScout" { - "ControlName" "CExLabel" - "fieldName" "numScout" "xpos" "c158" "ypos" "195" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numScout%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numSoldier" { - "ControlName" "CExLabel" - "fieldName" "numSoldier" "xpos" "c158" "ypos" "209" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numSoldier%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numPyro" { - "ControlName" "CExLabel" - "fieldName" "numPyro" "xpos" "c158" "ypos" "223" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numPyro%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numDemoman" { - "ControlName" "CExLabel" - "fieldName" "numDemoman" "xpos" "c158" "ypos" "243" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numDemoman%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numHeavy" { - "ControlName" "CExLabel" - "fieldName" "numHeavy" "xpos" "c158" "ypos" "257" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numHeavy%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numEngineer" { - "ControlName" "CExLabel" - "fieldName" "numEngineer" "xpos" "c158" "ypos" "271" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numEngineer%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numMedic" { - "ControlName" "CExLabel" - "fieldName" "numMedic" "xpos" "c158" "ypos" "291" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numMedic%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numSniper" { - "ControlName" "CExLabel" - "fieldName" "numSniper" "xpos" "c158" "ypos" "305" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numSniper%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" } "numSpy" { - "ControlName" "CExLabel" - "fieldName" "numMedic" "xpos" "c158" "ypos" "319" - "zpos" "5" "wide" "100" "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%numSpy%" "textAlignment" "west" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" - } - - "MvMUpgradeImageScout" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageScout" - "xpos" "c-270" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageSolider" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageSolider" - "xpos" "c-220" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImagePyro" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImagePyro" - "xpos" "c-170" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageDemoman" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageDemoman" - "xpos" "c-80" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageHeavy" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageHeavy" - "xpos" "c-30" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageEngineer" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageEngineer" - "xpos" "c20" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageMedic" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageMedic" - "xpos" "c108" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageSniper" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageSniper" - "xpos" "c158" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" - } - - "MvMUpgradeImageSpy" - { - "ControlName" "ImagePanel" - "fieldName" "MvMUpgradeImageSpy" - "xpos" "c208" - "ypos" "30" - "zpos" "10" - "wide" "10" - "tall" "10" - "visible" "0" - "enabled" "1" - "image" "mvm/class_upgraded" - "scaleImage" "1" } "TFPlayerModel" { - "ControlName" "CTFPlayerModelPanel" - "fieldName" "TFPlayerModel" "xpos" "c-360" - "ypos" "0" - "zpos" "6" "wide" "480" "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "25" - "allow_rot" "0" - "paintbackground" "1" - "render_texture" "0" - "paintbackgroundenabled" "1" - "bgcolor_override" "255 255 255 0" "model" { - "force_pos" "1" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" "origin_x" "320" - "origin_y" "10" - "origin_z" "-49" - "frame_origin_x" "0" - "frame_origin_y" "0" - "frame_origin_z" "0" - "spotlight" "1" - "modelname" "" - } - } - - "ClassTipsPanel" - { - "ControlName" "CTFClassTipsPanel" - "fieldName" "ClassTipsPanel" - "xpos" "9999" - } - - "localPlayerImage" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerImage" - "xpos" "9999" - } - - "localPlayerBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerBG" - "xpos" "9999" - } - - "ClassHighlightPanel" - { - "ControlName" "CExplanationPopup" - "fieldName" "ClassHighlightPanel" - "xpos" "c-75" - "ypos" "280" - "zpos" "100" - "wide" "250" - "tall" "170" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - "start_x" "c-238" - "start_y" "100" - "start_wide" "1" - "start_tall" "1" - "end_x" "c-325" - "end_y" "250" - "end_wide" "275" - "end_tall" "150" - "callout_inparents_x" "c-210" - "callout_inparents_y" "437" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#CMenu_ClassHighlightPanel_Title" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "10" - "wide" "210" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanDarker" - } - - "ClassHighlightText" - { - "ControlName" "CExLabel" - "fieldName" "ClassHighlightText" - "font" "HudFontSmall" - "labelText" "%ClassHighlightText%" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "30" - "wide" "210" - "tall" "115" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanDarker" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "255" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - "paintbackground" "0" - - "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDarker" - - "image_drawcolor" "TextColor" - "image_armedcolor" "LightRed" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "replay/thumbnails/close" - "scaleImage" "1" - } } } }
\ No newline at end of file diff --git a/customizations/Team Menu/classselection-left.res b/customizations/Team Menu/classselection.res index 3566c6b..3566c6b 100644 --- a/customizations/Team Menu/classselection-left.res +++ b/customizations/Team Menu/classselection.res diff --git a/customizations/Team Menu/teammenu-center.res b/customizations/Team Menu/teammenu-center.res index 3d11035..7c3ec53 100644 --- a/customizations/Team Menu/teammenu-center.res +++ b/customizations/Team Menu/teammenu-center.res @@ -1,332 +1,108 @@ "Resource/UI/TeamMenu.res" { - "team" + "MainBG" { - "ControlName" "ImagePanel" - "fieldName" "team" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "255 0 0 255" - "tabPosition" "0" + "fillcolor" "Transparent" + } + "SidePanelBG" + { + "fillcolor" "Transparent" } "AutojoinBackground" { - "ControlName" "ImagePanel" - "fieldName" "AutojoinBackground" "xpos" "c-110" "ypos" "c-40" - "zpos" "0" "wide" "220" "tall" "20" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" } "SpectateBackground" { - "ControlName" "ImagePanel" - "fieldName" "SpectateBackground" "xpos" "c-110" "ypos" "c20" - "zpos" "0" "wide" "220" "tall" "20" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "SysMenu" - { - "ControlName" "Menu" - "fieldName" "SysMenu" - "xpos" "0" - "ypos" "0" - "wide" "64" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - } - - "MapInfo" - { - "ControlName" "HTML" - "fieldName" "MapInfo" - "xpos" "100" - "ypos" "34" - "wide" "450" - "tall" "365" - "autoResize" "3" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" } "mapname" { - "ControlName" "Label" - "fieldName" "mapname" "xpos" "c-100" "ypos" "c-100" "wide" "200" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "1" - "font" "CerbeticaBold28" - "fgcolor" "TanLight" } "SelectTeamLabel" { - "ControlName" "CExLabel" - "fieldName" "SelectTeamLabel" "xpos" "30" "ypos" "c200" - "zpos" "6" "wide" "450" - "tall" "30" - "labelText" "#TF_SelectATeam" "textAlignment" "west" - "font" "CerbeticaBold32" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "HudOffWhite" } "teambutton0" { - "ControlName" "CTFTeamButton" - "fieldName" "teambutton0" "xpos" "c-110" "ypos" "210" - "zpos" "3" "wide" "110" "tall" "40" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "3" "labelText" "&3. Blue Team" [$WIN32] "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "jointeam blue" - "team" "3" // Blue Team "font" "CerbeticaBold16" - "defaultFgColor_override" "255 255 255 128" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "255 255 255 128" - "selectedFgColor_override" "TanLight" } "BlueTeamBG" { - "ControlName" "ImagePanel" - "fieldName" "BlueTeamBG" "xpos" "c-110" "ypos" "c-20" - "zpos" "0" "wide" "110" "tall" "40" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 125" } "teambutton1" { - "ControlName" "CTFTeamButton" - "fieldName" "teambutton1" "xpos" "c0" "ypos" "210" - "zpos" "3" "wide" "110" "tall" "40" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "3" "labelText" "&4. Red Team" [$WIN32] "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "jointeam red" - "team" "4" // Red Team "font" "CerbeticaBold16" - - "defaultFgColor_override" "255 255 255 128" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "255 255 255 128" - "selectedFgColor_override" "TanLight" } "RedTeamBG" { - "ControlName" "ImagePanel" - "fieldName" "RedTeamBG" "xpos" "c0" "ypos" "c-20" - "zpos" "0" "wide" "110" "tall" "40" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" } "teambutton2" { - "ControlName" "CTFTeamButton" - "fieldName" "teambutton2" "xpos" "c-110" "ypos" "c-40" - "zpos" "3" "wide" "220" "tall" "20" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "1" "labelText" "&1. Auto-Join" "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "paintborder" "0" - "command" "jointeam auto" "font" "CerbeticaBold16" - "defaultFgColor_override" "255 255 255 128" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "255 255 255 128" - "selectedFgColor_override" "TanLight" } "teambutton3" { - "ControlName" "CTFTeamButton" - "fieldName" "teambutton3" "xpos" "c-110" "ypos" "c20" - "zpos" "3" "wide" "220" "tall" "20" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "2" "labelText" "&2. Spectate" [$WIN32] "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "paintborder" "0" - "command" "jointeam spectate" - "font" "CerbeticaBold16" - "defaultFgColor_override" "255 255 255 128" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "255 255 255 128" - "selectedFgColor_override" "TanLight" - } - - "TeamMenuAuto" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuAuto" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "102" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "#TF_Random" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "MenuSmallFont" - "fgcolor" "Black" - } - - "TeamMenuSpectate" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuSpectate" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" "font" "CerbeticaBold16" - "fgcolor" "White" - } - - "MenuBG" - { - "ControlName" "ImagePanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 7" } "BlueCount" { - "ControlName" "CExLabel" - "fieldName" "BlueCount" "xpos" "c-157" "ypos" "c-10" - "zpos" "1" "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%bluecount%" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" "font" "Cerbetica14" "fgcolor" "255 255 255 175" } @@ -353,21 +129,10 @@ "RedCount" { - "ControlName" "CExLabel" - "fieldName" "RedCount" "xpos" "c-51" "ypos" "c-10" - "zpos" "1" "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" "labelText" "%redcount%" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" "font" "Cerbetica14" "fgcolor" "255 255 255 175" } @@ -394,120 +159,19 @@ "HighlanderLabel" { - "ControlName" "CExLabel" - "fieldName" "HighlanderLabel" "xpos" "c-50" "ypos" "c100" - "zpos" "6" "wide" "105" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Highlander_Mode" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" - "centerwrap" "1" } "HighlanderLabelShadow" { - "ControlName" "CExLabel" - "fieldName" "HighlanderLabelShadow" - "xpos" "-1" - "ypos" "-1" - "zpos" "6" "wide" "105" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Highlander_Mode" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold16" - "fgcolor" "TransparentBlack" - "centerwrap" "1" - - "pin_to_sibling" "HighlanderLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "TeamsFullLabel" - { - "ControlName" "CExLabel" - "fieldName" "TeamsFullLabel" - "xpos" "c-50" - "ypos" "c150" - "zpos" "6" - "wide" "105" - "tall" "35" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#TF_Teams_Full" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold12" - "fgcolor" "TanLight" - "centerwrap" "1" - } - - "TeamsFullLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "TeamsFullLabelShadow" - "xpos" "-1" - "ypos" "-1" - "zpos" "6" - "wide" "105" - "tall" "35" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#TF_Teams_Full" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold12" - "fgcolor" "TransparentBlack" - "centerwrap" "1" - - "pin_to_sibling" "TeamsFullLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" } "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" "xpos" "r190" - "ypos" "r40" - "zpos" "6" "wide" "150" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Cancel" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "paintbackground""0" - "command" "cancelmenu" - "font" "CerbeticaBold16" } }
\ No newline at end of file diff --git a/customizations/Team Menu/teammenu-left.res b/customizations/Team Menu/teammenu.res index 1606aeb..1606aeb 100644 --- a/customizations/Team Menu/teammenu-left.res +++ b/customizations/Team Menu/teammenu.res |
