diff options
15 files changed, 4475 insertions, 274 deletions
@@ -6,23 +6,21 @@ A hud for Team Fortress 2. About ------- -A simplistic yet bold hud for TF2 made to cut out a lot of clutter included that of the stock hud. It includes both a 6s and 16v16 scoreboard that can be toggled by changing to and from the minimal mode, and a range of various vivid colors associated with both low health as well as ammo. - -It was originally created for myself as a fun side project to do while I wasn't doing schoolwork, but I've been asked by others to release it, so here it is. However, this is very much still under construction, and does NOT currently have any edits for MvM. This means that while MvM may still be playable, a lot of the features will either be not visible, or cut off. +A simplistic yet bold hud for TF2 made to cut out a lot of clutter included that of the stock hud. It includes both a 6s and 16v16 scoreboard that can be toggled by changing to and from the minimal mode, and a range of various vivid colors associated with both low health as well as ammo. Screenshots -------- -* [Health/Ammo, overheal, TargetID](http://puu.sh/188pJ) -* [16v16 scoreboard](http://puu.sh/188qq) -* [6v6 scoreboard](http://puu.sh/188qS) -* [Low ammo, kill feed](http://puu.sh/188r9) -* [Charge meter, last damage done location](http://puu.sh/188rV) -* [Spectator TargetID](http://puu.sh/188tf) -* [Tournament spectator hud, inspect panel, koth timers](http://puu.sh/188wK) -* [CTF hud](http://puu.sh/188xO) -* [Class selection screen](http://puu.sh/19R5o) -* [Team selection screen](http://puu.sh/19R58) +* http://puu.sh/188pJ - Health/Ammo, overheal, TargetID +* http://puu.sh/188qq - 16v16 scoreboard +* http://puu.sh/188qS - 6v6 scoreboard +* http://puu.sh/188r9 - Low ammo, kill feed +* http://puu.sh/188rV - Charge meter, last damage done location +* http://puu.sh/188tf - Spectator TargetID +* http://puu.sh/188wK - Tournament spectator hud, inspect panel, koth timers +* http://puu.sh/188xO - CTF hud +* http://puu.sh/19R5o - Class selection screen +* http://puu.sh/19R58 - Team selection screen To Download -------- @@ -51,11 +49,10 @@ tf └── ... ``` - Help/Support -------- -Please remember that this hud is not completely finished, and will have some bugs within it. You're free to either open a support ticket here on [GitHub](https://github.com/raysfire/rayshud/issues/new), or make a post in the [rayshud Steam Group](https://steamcommunity.com/groups/rayshud), if you need any help/have found a bug. +If you've found a bug, need help or have a suggestion - either [open a support ticket here on GitHub](https://github.com/raysfire/rayshud/issues/new) or [make a post on the Steam Group](https://github.com/raysfire/rayshud/issues/new). Credits -------- @@ -64,4 +61,4 @@ Credits * m0re - Inspiration, occasional reference. * Whoever makes PVHUD - Inspiration, occasional reference. * My team - For dealing with me and giving me constructive feedback all the time. -* Flame - If it weren't for your guide, I couldn't have made this at all. Thanks a million, man.
\ No newline at end of file +* Flame - If it weren't for your guide, I couldn't have made this at all. Thanks a million, man.
\ No newline at end of file diff --git a/4_by_3_ratio/MvMScoreboard.res b/customizations/4_by_3_ratio/MvMScoreboard.res index db7babc..d0a0dda 100644 --- a/4_by_3_ratio/MvMScoreboard.res +++ b/customizations/4_by_3_ratio/MvMScoreboard.res @@ -1,232 +1,232 @@ -"Resource/UI/MvMScoreboard.res"
-{
- "WaveStatusPanel"
- {
- "ControlName" "CWaveStatusPanel"
- "fieldName" "WaveStatusPanel"
- "xpos" "c-300"
- "ypos" "8"
- "zpos" "0"
- "wide" "600"
- "tall" "67"
- "visible" "1"
- "enabled" "1"
-
- "verbose" "1"
- }
-
- "ScoreboardBackground"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ScoreboardBackground"
- "xpos" "c-270"
- "ypos" "244"
- "zpos" "-1"
- "wide" "540"
- "tall" "500"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "0 0 0 100"
- }
- "PopFileLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "PopFileLabel"
- "font" "Cerbetica24"
- "labelText" "%popfile%"
- "textAlignment" "center"
- "xpos" "c-270"
- "ypos" "c-30"
- "wide" "270"
- "tall" "30"
- "fgcolor" "tanlight"
- }
-
- "DifficultyContainer"
- {
- "ControlName" "EditablePanel"
- "fieldName" "DifficultyContainer"
- "xpos" "c0"
- "ypos" "c-30"
- "wide" "270"
- "tall" "30"
- "visible" "1"
-
- "DifficultyLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "DifficultyLabel"
- "font" "Cerbetica24"
- "labelText" "#TF_MvM_Difficulty"
- "textAlignment" "center"
- "xpos" "0"
- "ypos" "-6"
- "wide" "0"
- "tall" "0" //disable
- "fgcolor" "tanlight"
- }
-
- "DifficultyValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "DifficultyValue"
- "font" "Cerbetica24"
- "labelText" "%difficultyvalue%"
- "textAlignment" "center"
- "xpos" "0"
- "ypos" "0"
- "wide" "270"
- "tall" "30"
- "fgcolor" "tanlight"
- }
- }
-
- "PlayerListBackground"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "PlayerListBackground"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-1"
- "wide" "400"
- "tall" "150"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/tournament_panel_brown"
-
- "scaleImage" "1"
-
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
- }
-
- "MvMPlayerList"
- {
- "ControlName" "SectionedLsistPanel"
- "fieldName" "MvMPlayerList"
- "xpos" "c-260"
- "ypos" "248"
- "wide" "520"
- "tall" "148"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "autoresize" "3"
- "linespacing" "22"
- "textcolor" "White"
- "font" "Cerbetica24"
- }
-
- "CreditStatsContainer"
- {
- "ControlName" "EditablePanel"
- "fieldName" "CreditStatsContainer"
- "xpos" "c-190"
- "ypos" "70"
- "wide" "480"
- "tall" "205"
- "visible" "1"
-
- "CreditStatsBackground"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "CreditStatsBackground"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-1"
- "wide" "400"
- "tall" "135"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
- }
-
- "CreditsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CreditsLabel"
- "font" "Cerbetica16"
- "labelText" "#TF_PVE_Currency"
- "textAlignment" "center"
- "xpos" "9999"
- "ypos" "9999"
- "wide" "200"
- "fgcolor" "tanlight"
- }
-
- "PreviousWaveCreditInfoPanel"
- {
- "ControlName" "CCreditDisplayPanel"
- "fieldName" "PreviousWaveCreditInfoPanel"
- "xpos" "8"
- "ypos" "30"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "TotalGameCreditInfoPanel"
- {
- "ControlName" "CCreditDisplayPanel"
- "fieldName" "TotalGameCreditInfoPanel"
- "xpos" "208"
- "ypos" "30"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "PreviousWaveCreditSpendPanel"
- {
- "ControlName" "CCreditSpendPanel"
- "fieldName" "PreviousWaveCreditSpendPanel"
- "xpos" "8"
- "ypos" "75"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "TotalGameCreditSpendPanel"
- {
- "ControlName" "CCreditSpendPanel"
- "fieldName" "TotalGameCreditSpendPanel"
- "xpos" "208"
- "ypos" "75"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "RespecStatusLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RespecStatusLabel"
- "font" "HudFontSmall"
- "labelText" "%respecstatus%"
- "textAlignment" "north-west"
- "xpos" "180"
- "ypos" "8"
- "wide" "220"
- "tall" "40"
- "fgcolor" "tanlight"
- }
- }
+"Resource/UI/MvMScoreboard.res" +{ + "WaveStatusPanel" + { + "ControlName" "CWaveStatusPanel" + "fieldName" "WaveStatusPanel" + "xpos" "c-300" + "ypos" "8" + "zpos" "0" + "wide" "600" + "tall" "67" + "visible" "1" + "enabled" "1" + + "verbose" "1" + } + + "ScoreboardBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "c-270" + "ypos" "244" + "zpos" "-1" + "wide" "540" + "tall" "500" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "PopFileLabel" + { + "ControlName" "CExLabel" + "fieldName" "PopFileLabel" + "font" "Cerbetica24" + "labelText" "%popfile%" + "textAlignment" "center" + "xpos" "c-270" + "ypos" "c-30" + "wide" "270" + "tall" "30" + "fgcolor" "tanlight" + } + + "DifficultyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DifficultyContainer" + "xpos" "c0" + "ypos" "c-30" + "wide" "270" + "tall" "30" + "visible" "1" + + "DifficultyLabel" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyLabel" + "font" "Cerbetica24" + "labelText" "#TF_MvM_Difficulty" + "textAlignment" "center" + "xpos" "0" + "ypos" "-6" + "wide" "0" + "tall" "0" //disable + "fgcolor" "tanlight" + } + + "DifficultyValue" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyValue" + "font" "Cerbetica24" + "labelText" "%difficultyvalue%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "wide" "270" + "tall" "30" + "fgcolor" "tanlight" + } + } + + "PlayerListBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "PlayerListBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "400" + "tall" "150" + "visible" "1" + "enabled" "1" + "image" "../hud/tournament_panel_brown" + + "scaleImage" "1" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "MvMPlayerList" + { + "ControlName" "SectionedLsistPanel" + "fieldName" "MvMPlayerList" + "xpos" "c-260" + "ypos" "248" + "wide" "520" + "tall" "148" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "22" + "textcolor" "White" + "font" "Cerbetica24" + } + + "CreditStatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CreditStatsContainer" + "xpos" "c-190" + "ypos" "70" + "wide" "480" + "tall" "205" + "visible" "1" + + "CreditStatsBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CreditStatsBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "400" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "CreditsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsLabel" + "font" "Cerbetica16" + "labelText" "#TF_PVE_Currency" + "textAlignment" "center" + "xpos" "9999" + "ypos" "9999" + "wide" "200" + "fgcolor" "tanlight" + } + + "PreviousWaveCreditInfoPanel" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "PreviousWaveCreditInfoPanel" + "xpos" "8" + "ypos" "30" + "wide" "184" + "tall" "60" + "wide" "200" + "visible" "1" + } + + "TotalGameCreditInfoPanel" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "TotalGameCreditInfoPanel" + "xpos" "208" + "ypos" "30" + "wide" "184" + "tall" "60" + "wide" "200" + "visible" "1" + } + + "PreviousWaveCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "PreviousWaveCreditSpendPanel" + "xpos" "8" + "ypos" "75" + "wide" "184" + "tall" "60" + "wide" "200" + "visible" "1" + } + + "TotalGameCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "TotalGameCreditSpendPanel" + "xpos" "208" + "ypos" "75" + "wide" "184" + "tall" "60" + "wide" "200" + "visible" "1" + } + + "RespecStatusLabel" + { + "ControlName" "CExLabel" + "fieldName" "RespecStatusLabel" + "font" "HudFontSmall" + "labelText" "%respecstatus%" + "textAlignment" "north-west" + "xpos" "180" + "ypos" "8" + "wide" "220" + "tall" "40" + "fgcolor" "tanlight" + } + } }
\ No newline at end of file diff --git a/4_by_3_ratio/ScoreBoard-9s.res b/customizations/4_by_3_ratio/ScoreBoard-9s.res index cc3e8bc..cc3e8bc 100644 --- a/4_by_3_ratio/ScoreBoard-9s.res +++ b/customizations/4_by_3_ratio/ScoreBoard-9s.res diff --git a/4_by_3_ratio/ScoreBoard.res b/customizations/4_by_3_ratio/ScoreBoard.res index 5ee9390..5ee9390 100644 --- a/4_by_3_ratio/ScoreBoard.res +++ b/customizations/4_by_3_ratio/ScoreBoard.res diff --git a/4_by_3_ratio/SpectatorTournament.res b/customizations/4_by_3_ratio/SpectatorTournament.res index 10edb8d..10edb8d 100644 --- a/4_by_3_ratio/SpectatorTournament.res +++ b/customizations/4_by_3_ratio/SpectatorTournament.res diff --git a/customizations/Classic Main Menu/materials/console/background_upward.vtf b/customizations/Classic Main Menu/materials/console/background_upward.vtf Binary files differnew file mode 100644 index 0000000..3dd1d6d --- /dev/null +++ b/customizations/Classic Main Menu/materials/console/background_upward.vtf diff --git a/customizations/Classic Main Menu/materials/console/background_upward_widescreen.vtf b/customizations/Classic Main Menu/materials/console/background_upward_widescreen.vtf Binary files differnew file mode 100644 index 0000000..3dd1d6d --- /dev/null +++ b/customizations/Classic Main Menu/materials/console/background_upward_widescreen.vtf diff --git a/customizations/Classic Main Menu/materials/vgui/replay/thumbnails/background_upward_widescreen.vmt b/customizations/Classic Main Menu/materials/vgui/replay/thumbnails/background_upward_widescreen.vmt new file mode 100644 index 0000000..d74142d --- /dev/null +++ b/customizations/Classic Main Menu/materials/vgui/replay/thumbnails/background_upward_widescreen.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$translucent" 1 + "$baseTexture" "vgui\replay\thumbnails\background_upward_widescreen" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" +} + diff --git a/customizations/Classic Main Menu/materials/vgui/replay/thumbnails/background_upward_widescreen.vtf b/customizations/Classic Main Menu/materials/vgui/replay/thumbnails/background_upward_widescreen.vtf Binary files differnew file mode 100644 index 0000000..3dd1d6d --- /dev/null +++ b/customizations/Classic Main Menu/materials/vgui/replay/thumbnails/background_upward_widescreen.vtf diff --git a/customizations/Classic Main Menu/resource/GameMenu.res b/customizations/Classic Main Menu/resource/GameMenu.res new file mode 100644 index 0000000..164b33d --- /dev/null +++ b/customizations/Classic Main Menu/resource/GameMenu.res @@ -0,0 +1,118 @@ +"GameMenu" [$WIN32] +{ + // MAIN MENU + "ResumeGameButton" + { + "label" "Resume" + "command" "ResumeGame" + "OnlyInGame" "1" + "subimage" "icon_resume" + } + "QuickplayButton" + { + "label" "Casual" + "command" "play_casual" + "subimage" "" + "OnlyAtMenu" "1" + } + "QuickplayChangeButton" + { + "label" "Casual" + "command" "play_casual" + "subimage" "" + "OnlyInGame" "1" + } + "PlayPVEButton" + { + "label" "MvM" + "command" "play_mvm" + "subimage" "" + "OnlyAtMenu" "0" + } + "CompetitiveButton" + { + "label" "Competitive" + "command" "play_competitive" + "subimage" "" + "OnlyAtMenu" "0" + } + "ServerBrowserButton" + { + "label" "Servers" + "command" "OpenServerBrowser" + "subimage" "" + "OnlyAtMenu" "0" + } + "TrainingButton" + { + "label" "Training" + "command" "offlinepractice" + "subimage" "" + } + + "GeneralStoreButton" + { + "label" "Shop" + "command" "engine open_store" + "subimage" "" + } + "CharacterSetupButton" + { + "label" "Items" + "command" "engine open_charinfo" + "subimage" "" + } + "ReplayBrowserButton" + { + "label" "Replays" + "command" "engine replay_reloadbrowser" + "subimage" "" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "" + } + + "CreateServerButton" + { + "label" "#GameUI_GameMenu_CreateServer" + "command" "OpenCreateMultiplayerGameDialog" + "OnlyAtMenu" "1" + "tooltip" "#GameUI_GameMenu_CreateServer" + } + + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_alert" + "tooltip" "#MMenu_ReportPlayer" + } + "CallVoteButton" + { + "label" "" + "command" "callvote" + "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "#MMenu_CallVote" + } + "MutePlayersButton" + { + "label" "" + "command" "OpenPlayerListDialog" + "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "#MMenu_MutePlayers" + } + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "#MMenu_RequestCoach" + } +} diff --git a/customizations/Classic Main Menu/resource/ui/MainMenuOverride.res b/customizations/Classic Main Menu/resource/ui/MainMenuOverride.res new file mode 100644 index 0000000..236e5ca --- /dev/null +++ b/customizations/Classic Main Menu/resource/ui/MainMenuOverride.res @@ -0,0 +1,4083 @@ +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + + // "bgcolor_override" "0 0 0 100" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-100" + "button_y" "120" + "button_y_delta" "5" + "button_kv" + { + "xpos" "0" + "ypos" "150" + "wide" "250" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "CerbeticaBold16" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "image_depressedcolor" "Button Color" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "10" + "ypos" "5" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-200" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + + if_halloween_0 + { + "image" "../console/title_team_halloween2011" + } + if_halloween_1 + { + "image" "../console/title_team_halloween2012" + } + if_halloween_2 + { + "image" "../console/title_team_halloween2013" + } + if_halloween_3 + { + "image" "../console/title_team_halloween2014" + } + if_fullmoon + { + "image" "../console/title_fullmoon" + } + if_christmas + { + "image" "../console/background_xmas2011" + } + if_eotl_launch + { + "image" "../console/title_eotl01" + } + if_community_update + { + "image" "../console/title_invasion" + } + + if_operation + { + "image" "../console/title_team_tough_break" + } + } + + "SidePanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "SidePanelBG" + "xpos" "75" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "25 25 25 255" + } + "SidePanelLeftStripe" + { + "ControlName" "ImagePanel" + "fieldName" "SidePanelLeftStripe" + "xpos" "77" + "ypos" "0" + "zpos" "0" + "wide" "2" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "Base Color" + } + "SidePanelRightStripe" + { + "ControlName" "ImagePanel" + "fieldName" "SidePanelRightStripe" + "xpos" "271" + "ypos" "0" + "zpos" "0" + "wide" "2" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "Base Color" + } + "BottomPanelMain" + { + "ControlName" "ImagePanel" + "fieldName" "BottomPanelMain" + "xpos" "0" + "ypos" "275" + "zpos" "-2" + "wide" "f0" + "tall" "0" + "visible" "1" + "enabled" "0" + "scaleImage" "0" + "fillcolor" "25 25 25 255" + } + "BottomPanelTopStripe" + { + "ControlName" "ImagePanel" + "fieldName" "BottomPanelTopStripe" + "xpos" "0" + "ypos" "277" + "zpos" "-1" + "wide" "f0" + "tall" "0" + "visible" "1" + "enabled" "0" + "scaleImage" "0" + "fillcolor" "Base Color" + } + "BottomPanelBottomStripe" + { + "ControlName" "ImagePanel" + "fieldName" "BottomPanelBottomStripe" + "xpos" "0" + "ypos" "396" + "zpos" "-1" + "wide" "f0" + "tall" "0" + "visible" "1" + "enabled" "0" + "scaleImage" "0" + "fillcolor" "Base Color" + } + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "86" + "ypos" "35" + "zpos" "100" + "wide" "180" + "tall" "46" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/tflogo" + "scaleImage" "1" + } + + "TFCharacterImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "1" + "enabled" "1" + "scaleImage" "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" + } + "PlayLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayLabel" + "font" "CerbeticaBold16" + "labelText" "#MMenu_Play" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "HudFontSmall" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "117 107 94 255" + "wrap" "1" + } + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallBold" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "auto_wide_tocontents" "1" + } + } + + "MOTD_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_ShowButtonPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "MOTD_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "motd_show" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "image_drawcolor" "TanLight" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "button_MOTD" + "scaleImage" "1" + } + } + } + + "MOTD_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_Panel" + "xpos" "c0" + "ypos" "63" + "zpos" "1" + "wide" "300" + "tall" "360" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "border" "CyanBorderThick" + "bgcolor_override" "25 25 25 255" + + "MOTD_HeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_HeaderContainer" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "22" + "visible" "1" + + "MOTD_HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "MOTD_HeaderLabel" + "font" "CerbeticaBold24" + "textAlignment" "center" + "labelText" "%motdheader%" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + } + } + + "MOTD_CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_CloseButton" + "xpos" "282" + "ypos" "4" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "X" + "font" "CerbeticaBold16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "motd_hide" + + "paintbackground" "0" + + //"defaultFgColor_override" "235 226 202 255" + //"armedFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Base Color" + "depressedFgColor_override" "Base Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "200 80 60 255" + } + + "MOTD_HeaderIcon" + { + "ControlName" "ImagePanel" + "fieldName" "MOTD_HeaderIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "100" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "image" "class_icons/filter_all_motd" + "scaleImage" "1" + } + + "MOTD_TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "MOTD_TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%motdtitle%" + "textAlignment" "west" + "xpos" "10" + "ypos" "25" + "wide" "250" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + "wrap" "1" + } + + "MOTD_Label" + { + "ControlName" "CExLabel" + "fieldName" "MOTD_Label" + "font" "HudFontSmall" + "labelText" "%motddate%" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "40" + "wide" "300" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + } + + "MOTD_TitleImageBg" + { + "ControlName" "ImagePanel" + "fieldName" "MOTD_TitleImageBg" + "xpos" "10" + "ypos" "55" + "zpos" "99" + "wide" "280" + "tall" "180" + "visible" "1" + "enabled" "1" + "image" "item_bg" + "scaleImage" "1" + } + + "MOTD_TitleImageContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_TitleImageContainer" + "xpos" "10" + "ypos" "55" + "zpos" "100" + "wide" "280" + "tall" "180" + "visible" "1" + "border" "NoBorder" + + "MOTD_TitleImage" + { + "ControlName" "ImagePanel" + "fieldName" "MOTD_TitleImage" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "280" + "tall" "280" + "visible" "1" + "enabled" "1" + "image" "class_icons/filter_all" + "scaleImage" "0" + } + } + + "MOTD_TextScroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "MOTD_TextScroller" + "xpos" "20" + "ypos" "240" + "wide" "280" + "tall" "95" + "PaintBackgroundType" "2" + "fgcolor_override" "Base Color" + + "MOTD_TextPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_TextPanel" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "300" + "visible" "1" + "PaintBackgroundType" "2" + + "MOTD_TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "MOTD_TextLabel" + "font" "HudFontSmall" + "labelText" "%motdtext%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "300" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + "wrap" "1" + } + } + } + + "MOTD_URLButton" + { + "ControlName" "CExButton" + "fieldName" "MOTD_URLButton" + "xpos" "75" + "ypos" "339" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#MMenu_MOTD_URL" + "textinsetx" "20" + "use_proportional_insets" "1" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "motd_viewurl" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "25 25 25 255" + "armedBgColor_override" "35 35 35 255" + "depressedBgColor_override" "25 25 25 255" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + + "border_default" "NoBorder" + "border_armed" "NoBorder" + } + + "MOTD_PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_PrevButton" + "xpos" "12" + "ypos" "336" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "motd_prev" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "MOTD_NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_NextButton" + "xpos" "267" + "ypos" "336" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "motd_next" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "Notifications_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "184" + "ypos" "415" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_achievements" + "scaleImage" "1" + "drawcolor" "255 255 255 255" + } + + "Notifications_CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_CountLabel" + "font" "CerbeticaBold16" + "labelText" "%noticount%" + "textAlignment" "center" + "xpos" "12" + "ypos" "-4" + "zpos" "4" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Base Color" + } + "Notifications_CountLabelBG" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_CountLabelBG" + "font" "CerbeticaBold16" + "labelText" "%noticount%" + "textAlignment" "center" + "xpos" "13" + "ypos" "-3" + "zpos" "4" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "0 0 0 255" + } + + "Notifications_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "CerbeticaBold12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "noti_show" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "button_Alert" + "scaleImage" "1" + } + } + } + + "ShowWarButton" + { + "ControlName" "CExImageButton" + "fieldName" "ShowWarButton" + "xpos" "c100" + "ypos" "30" + "zpos" "1" + "wide" "120" + "tall" "28" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "War is here!" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "25" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "showcomic" + "proportionaltoparent" "1" + + "navUp" "Notifications_Panel" + "navLeft" "SettingsButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + } + + "Notifications_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_Panel" + "xpos" "c0" + "ypos" "102" + "zpos" "1" + "wide" "210" + "tall" "80" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "Notifications_CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_CloseButton" + "xpos" "186" + "ypos" "8" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "noti_hide" + + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "Notifications_TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%notititle%" + "textAlignment" "north-west" + "xpos" "12" + "ypos" "8" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + "wrap" "1" + } + + "Notifications_Scroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "Notifications_Scroller" + "xpos" "8" + "ypos" "25" + "wide" "210" + "tall" "135" + "PaintBackgroundType" "2" + "fgcolor_override" "117 107 94 255" + + "Notifications_Control" + { + "ControlName" "CMainMenuNotificationsControl" + "fieldName" "Notifications_Control" + "xpos" "0" + "ypos" "0" + "wide" "220" + "tall" "135" + "visible" "1" + } + } + } + + "StoreHasNewItemsImage" + { + "ControlName" "ImagePanel" + "fieldName" "StoreHasNewItemsImage" + "xpos" "c-59" + "ypos" "245" + "zpos" "13" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../vgui/new" + "scaleImage" "1" + } + + "StoreBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StoreBGPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "260" + "tall" "60" + "visible" "1" + "PaintBackgroundType" "2" + "border" "" + } + "CustomizeLabel" + { + "ControlName" "CExLabel" + "fieldName" "CustomizeLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Customize" + "textAlignment" "west" + "xpos" "c-278" + "ypos" "226" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor_override" "235 227 203 255" + } + + "CreateBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "CreateBGPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "260" + "tall" "60" + "visible" "1" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + } + "CreateLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreateLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Create" + "textAlignment" "west" + "xpos" "c-278" + "ypos" "298" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + } + + "ShowPromoCodesButton" + { + "ControlName" "CExImageButton" + "fieldName" "ShowPromoCodesButton" + "xpos" "9999" + "ypos" "9999" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "labelText" "#MMenu_ShowPromoCodes" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "command" "showpromocodes" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + "FreeTrialPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FreeTrialPanel" + "xpos" "c-300" + "ypos" "310" + "zpos" "0" + "wide" "250" + "tall" "130" + "visible" "0" + + "Image" + { + "ControlName" "ImagePanel" + "fieldName" "Image" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "image" "tf_box" + "scaleImage" "1" + } + + "UpgradeLabel1" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel" + "font" "HudFontSmallestBold" + "labelText" "#TF_Trial_MainMenu_Upgrade1" + "textAlignment" "north" + "xpos" "80" + "ypos" "5" + "wide" "165" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + "UpgradeLabel2" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel2" + "font" "HudFontSmallBold" + "labelText" "#TF_Trial_MainMenu_Upgrade2" + "textAlignment" "north" + "xpos" "80" + "ypos" "18" + "wide" "165" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "255 155 138 255" + } + "UpgradeLabel3" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel3" + "font" "HudFontSmallestBold" + "labelText" "#TF_Trial_MainMenu_Upgrade3" + "textAlignment" "north" + "xpos" "80" + "ypos" "48" + "wide" "165" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "137 134 127 255" + } + } + + "VersionNumber" + { + "ControlName" "EditablePanel" + "fieldname" "VersionNumber" + "xpos" "22" + "ypos" "95" + "zpos" "11" + "wide" "220" + "tall" "20" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "55" + "ypos" "0" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "CerbeticaBold20" + "textAlignment" "center" + "labelText" "rayshud v2017.06.07" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/wooo_tree.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "ResumeGameButton" + { + "ControlName" "EditablePanel" + "fieldname" "ResumeGameButton" + "xpos" "70" + "ypos" "137" + "zpos" "11" + "wide" "180" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "180" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "CerbeticaBold16" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "ReportPlayerButton" + { + "ControlName" "EditablePanel" + "fieldname" "ReportPlayerButton" + "xpos" "190" + "ypos" "155" + "zpos" "12" + "wide" "20" + "tall" "20" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + "CallVoteButton" + { + "ControlName" "EditablePanel" + "fieldname" "CallVoteButton" + "xpos" "210" + "ypos" "155" + "zpos" "12" + "wide" "20" + "tall" "20" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "Button Color" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + "MutePlayersButton" + { + "ControlName" "EditablePanel" + "fieldname" "MutePlayersButton" + "xpos" "230" + "ypos" "155" + "zpos" "12" + "wide" "20" + "tall" "20" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "Button Color" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + "RequestCoachButton" + { + "ControlName" "EditablePanel" + "fieldname" "RequestCoachButton" + "xpos" "250" + "ypos" "155" + "zpos" "12" + "wide" "20" + "tall" "20" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + + "CreateServerButton" + { + "ControlName" "EditablePanel" + "fieldname" "CreateServerButton" + "xpos" "240" + "ypos" "155" + "zpos" "12" + "wide" "20" + "tall" "20" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "CerbeticaBold16" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "3" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + + "QuickplayButton" + { + "ControlName" "EditablePanel" + "fieldname" "QuickplayButton" + "xpos" "70" + "ypos" "155" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "QuickplayChangeButton" + { + "ControlName" "EditablePanel" + "fieldname" "QuickplayChangeButton" + "xpos" "70" + "ypos" "155" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "CerbeticaBold16" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "PlayPVEButton" + { + "ControlName" "EditablePanel" + "fieldname" "PlayPVEButton" + "xpos" "70" + "ypos" "173" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CompetitiveButton" + { + "ControlName" "EditablePanel" + "fieldname" "CompetitiveButton" + "xpos" "70" + "ypos" "191" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "ServerBrowserButton" + { + "ControlName" "EditablePanel" + "fieldname" "ServerBrowserButton" + "xpos" "70" + "ypos" "209" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + "TrainingButton" + { + "ControlName" "EditablePanel" + "fieldname" "TrainingButton" + "xpos" "70" + "ypos" "227" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "2" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "labelText" "Training" + "font" "CerbeticaBold16" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "5" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "GeneralStoreButton" + { + "ControlName" "EditablePanel" + "fieldname" "GeneralStoreButton" + "xpos" "70" + "ypos" "263" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "2" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + "CharacterSetupButton" + { + "ControlName" "EditablePanel" + "fieldname" "CharacterSetupButton" + "xpos" "70" + "ypos" "281" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "2" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + "ReplayBrowserButton" + { + "ControlName" "EditablePanel" + "fieldname" "ReplayBrowserButton" + "xpos" "70" + "ypos" "299" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "2" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "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" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + "SteamWorkshopButton" + { + "ControlName" "EditablePanel" + "fieldname" "SteamWorkshopButton" + "xpos" "70" + "ypos" "317" + "zpos" "11" + "wide" "200" + "tall" "16" + "visible" "1" + "PaintBackgroundType" "2" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "CerbeticaBold16" + "labelText" "WORKSHOP" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SettingsButton" + { + "ControlName" "CExImageButton" + "fieldName" "SettingsButton" + "xpos" "60" + "ypos" "353" + "zpos" "1" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Options" + "font" "CerbeticaBold16" + "textAlignment" "west" + "textinsetx" "35" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "paintbackground""0" + "Command" "OpenOptionsDialog" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_options" + } + } + "TF2SettingsButton" + { + "ControlName" "CExImageButton" + "fieldName" "TF2SettingsButton" + "xpos" "60" + "ypos" "371" + "zpos" "1" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Adv. Options" + "font" "CerbeticaBold16" + "textAlignment" "west" + "textinsetx" "35" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "paintbackground""0" + "Command" "opentf2options" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_options" + } + } + "ScoreboardToggle" + { + "ControlName" "CExImageButton" + "fieldName" "ScoreboardToggle" + "xpos" "60" + "ypos" "389" + "zpos" "1" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Minmode Toggle" + "font" "CerbeticaBold16" + "textAlignment" "west" + "textinsetx" "35" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "paintbackground""0" + "Command" "engine incrementvar cl_hud_minmode 0 1 1" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_options" + } + } + "QuitButton" + { + "ControlName" "CExImageButton" + "fieldName" "QuitButton" + "xpos" "60" + "ypos" "425" + "zpos" "1" + "wide" "75" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Quit" + "font" "CerbeticaBold16" + "textAlignment" "west" + "textinsetx" "35" + "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" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_quit" + } + } + + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "9999" + "ypos" "9999" + "zpos" "-50" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "9999" + "ypos" "9999" + "zpos" "-5-" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "DemoUIButton" + { + "ControlName" "CExImageButton" + "fieldName" "DemoUIButton" + "xpos" "58" + "ypos" "452" + "zpos" "1" + "wide" "100" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "DemoUI" + "font" "CerbeticaBold12" + "textAlignment" "west" + "textinsetx" "35" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "paintbackground""0" + "Command" "engine demoui" + + "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" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_quit" + } + } + + "NewUserForumsButton" + { + "ControlName" "CExImageButton" + "fieldName" "NewUserForumsButton" + "xpos" "125" + "ypos" "450" + "zpos" "2" + "wide" "24" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "paintbackground""0" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "view_newuser_forums" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "PaintBackgroundType" "0" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_tutorial" + "scaleImage" "1" + } + } + + "AchievementsButton" + { + "ControlName" "CExImageButton" + "fieldName" "AchievementsButton" + "xpos" "145" + "ypos" "450" + "zpos" "3" + "wide" "24" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "paintbackground""0" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "OpenAchievementsDialog" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_achievements" + "scaleImage" "1" + } + } + + "CommentaryButton" + { + "ControlName" "CExImageButton" + "fieldName" "CommentaryButton" + "xpos" "165" + "ypos" "450" + "zpos" "4" + "wide" "24" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "OpenLoadSingleplayerCommentaryDialog" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_forums" + "scaleImage" "1" + } + } + + "CoachPlayersButton" + { + "ControlName" "CExImageButton" + "fieldName" "CoachPlayersButton" + "xpos" "185" + "ypos" "450" + "zpos" "5" + "wide" "24" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "paintbackground""0" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "engine cl_coach_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_commentary" + "scaleImage" "1" + } + } + + "ReportBugButton" + { + "ControlName" "CExImageButton" + "fieldName" "ReportBugButton" + "xpos" "205" + "ypos" "450" + "zpos" "1" + "wide" "24" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "paintbackground""0" + "Command" "engine bug" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_bug" + "scaleImage" "1" + } + } + + "QuestLogButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogButton" + "xpos" "227" + "ypos" "450" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "labelText" "" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "command" "questlog" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "paintborder" "0" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "button_quests" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + } + } + + "NotificationsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NotificationsContainer" + "xpos" "rs1" + "ypos" "0" + "zpos" "10" + "wide" "16" + "tall" "16" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_achievements" + "scaleImage" "1" + "drawcolor" "210 125 33 255" + "proportionaltoparent" "1" + } + + "Notifications_CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_CountLabel" + "font" "HudFontSmallestBold" + "labelText" "%noticount%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "4" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "255 255 255 255" + "proportionaltoparent" "1" + } + } + } + + "DisconnectButton" + { + "ControlName" "CExImageButton" + "fieldName" "DisconnectButton" + "xpos" "60" + "ypos" "425" + "zpos" "1" + "wide" "110" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Disconnect" + "font" "CerbeticaBold16" + "textAlignment" "west" + "textinsetx" "35" + "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" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + + "image" "glyph_quit" + } + } + + "BackToReplaysButton" + { + "ControlName" "CExImageButton" + "fieldName" "BackToReplaysButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "1" + "wide" "170" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "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" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_quit" + } + } + + "TutorialHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "TutorialHighlight" + "xpos" "c-285" + "ypos" "195" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%highlighttext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_TutorialHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "60" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "TutorialHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "TutorialHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_TutorialHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "tutorial" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "PracticeHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "PracticeHighlight" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_PracticeHighlight_Title" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_PracticeHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "50" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "PracticeHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "PracticeHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_PracticeHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "offlinepractice" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "NewUserForumHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "NewUserForumHighlight" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-112" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-205" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-116" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_NewUserForumHighlight_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_NewUserForumHighlight_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "OptionsHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "OptionsHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c238" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c55" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c240" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_OptionsHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_OptionsHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "LoadoutHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "LoadoutHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-190" + "start_y" "267" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-125" + "end_y" "180" + "end_wide" "250" + "end_tall" "220" + "callout_inparents_x" "c-163" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_LoadoutHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_LoadoutHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "StoreHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "StoreHighlightPanel" + "xpos" "c0" + "ypos" "300" + "zpos" "100" + "wide" "250" + "tall" "60" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c20" + "start_y" "285" + "start_wide" "250" + "start_tall" "125" + "end_x" "c20" + "end_y" "285" + "end_wide" "250" + "end_tall" "125" + "callout_inparents_x" "c-40" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_StoreHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "%highlighttext%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "EventPromo" + { + "ControlName" "EditablePanel" + "fieldname" "EventPromo" + "xpos" "c0" + "ypos" "0" + "zpos" "-60" + "wide" "320" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + + + "EventImage" + { + "ControlName" "ImagePanel" + "fieldName" "EventImage" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "-1" + "wide" "p0.9" + "tall" "o1" + "visible" "0" + "enabled" "1" + "image" "menu_background_eotl_duck" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + + "Background" + { + "ControlName" "EditablePanel" + "fieldname" "Background" + "xpos" "cs-0.5" + "ypos" "300" + "zpos" "0" + "wide" "p0.8" + "tall" "120" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "paintborder" "1" + "border" "MainMenuBGBorder" + + "OperationTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "OperationTitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Update" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textinsetx" "20" + "fgcolor_override" "235 227 203 255" + } + + "ViewDetailsButton" + { + "ControlName" "EditablePanel" + "fieldname" "ViewDetailsButton" + "xpos" "p0.02" + "ypos" "27" + "zpos" "11" + "wide" "p0.48" + "tall" "26" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "cs-0.5" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "labeltext" "#MMenu_ViewUpdateDetails" + "proportionaltoparent" "1" + "command" "view_update_page" + "actionsignallevel" "4" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + } + } + + "ViewComicButton" + { + "ControlName" "EditablePanel" + "fieldname" "ViewComicButton" + "xpos" "p0.5" + "ypos" "27" + "zpos" "11" + "wide" "p0.48" + "tall" "26" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "cs-0.5" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "labeltext" "#MMenu_ViewUpdateComic" + "proportionaltoparent" "1" + "command" "view_update_comic" + "actionsignallevel" "4" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + } + } + + "CyclingAd" + { + "ControlName" "CCyclingAdContainerPanel" + "fieldName" "CyclingAd" + "xpos" "5" + "ypos" "p0.47" + "zpos" "100" + "wide" "f10" + "tall" "p0.5" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "0 0 0 255" + + "items" + { + "0" + { + "item" "Unused Operation Tough Break Pass" + "show_market" "0" + } + "1" + { + "item" "Tough Break Case 01 Pyroland" + "show_market" "1" + } + "2" + { + "item" "Tough Break Case 02 Warbirds" + "show_market" "1" + } + "3" + { + "item" "Tough Break Key" + "show_market" "0" + } + "4" + { + "item" "Tough Break Cosmetic Case" + "show_market" "1" + } + "5" + { + "item" "Tough Break Cosmetic Key" + "show_market" "0" + } + "5" + { + "item" "Taunt: Aerobic Taunt" + "show_market" "0" + } + } + + } // Background + + "NewImage" + { + "ControlName" "ImagePanel" + "fieldName" "NewImage" + "xpos" "-60" + "ypos" "-52" + "zpos" "100" + "wide" "80" + "tall" "o1" + "visible" "1" + "enabled" "1" + "image" "new_large" + "scaleImage" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + } // EventPromo + + + "icon_generator" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "icon_generator" + + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "300" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "fov" "54" + "start_framed" "1" + + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + } + } +} diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index 16c5116..ab9befb 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -112,12 +112,7 @@ Scheme "font" "resource/fonts/Cerbetica_bold.ttf" "name" "Cerbetica Bold" } - "14" - { - "font" "resource/fonts/Cerbetica_bold_medic.otf" - "name" "Cerbetica Bold Medic" - } - "15" // Used for main menu icons + "14" // Used for main menu icons { "font" "resource/fonts/heydings_icons.ttf" "name" "Heydings Icons" diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index a42779c..f3fe1e8 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -2813,7 +2813,7 @@ Scheme { "1" { - "name" "Cerbetica Bold Medic" + "name" "Cerbetica Bold" "tall" "56" "additive" "0" "antialias" "1" diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 6f80fc1..75d8da6 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -9,8 +9,6 @@ "ypos" "c45" "xpos_minmode" "c-238" "ypos_minmode" "c5" - "xpos" "32" - "zpos" "2" "wide" "250" "tall" "120" "visible" "1" @@ -23,30 +21,30 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImage" - "xpos" "9999" //"c-262" // HB xpos - "ypos" "r77" // HB ypo + "xpos" "80" + "xpos_minmode" "100" + "ypos" "0" "zpos" "4" - "wide" "40" // HB size - "tall" "40" // HB size - "visible" "0" // HB enabled - "enabled" "0" // HB enabled - "scaleImage" "1" - } - + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "alpha" "0" + } "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImageBG" - "xpos" "c-264" // HB bg xpos - "ypos" "r79" // HB bg ypos + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "44" // HB bg size - "tall" "44"// HB bg size - "visible" "0" // HB enabled - "enabled" "0" // HB enabled - "Alpha" "0" // HB enabled + "wide" "55" + "tall" "55" + "visible" "1" + "enabled" "1" "image" "../hud/health_bg" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusHealthBonusImage" { diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index a25b2e0..23c6a6e 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -2121,7 +2121,7 @@ "use_proportional_insets" "1" "font" "Cerbetica14" "textAlignment" "east" - "labelText" "v2017.03.15" + "labelText" "v2017.06.07" "dulltext" "0" "brighttext" "0" "default" "1" |
