From 8b234a7067cfa18f195ebfc140f352e6cd6e336b Mon Sep 17 00:00:00 2001 From: ibruton Date: Tue, 12 Jul 2016 05:40:02 -0500 Subject: Fixed panels for new casual/comp modes --- minmode/resource/ui/econ/lobbyleaderboard.res | 46 + minmode/resource/ui/lobbycontainerframe.res | 723 +---------- minmode/resource/ui/lobbypanel.res | 1726 ++----------------------- 3 files changed, 213 insertions(+), 2282 deletions(-) (limited to 'minmode/resource') diff --git a/minmode/resource/ui/econ/lobbyleaderboard.res b/minmode/resource/ui/econ/lobbyleaderboard.res index d40d6f1..f4d178c 100644 --- a/minmode/resource/ui/econ/lobbyleaderboard.res +++ b/minmode/resource/ui/econ/lobbyleaderboard.res @@ -16,6 +16,52 @@ "proportionaltoparent" "1" } + "LocalLeaderboardButton" + { + "ControlName" "Button" + "fieldName" "LocalLeaderboardButton" + "xpos" "p0.05" + "ypos" "2" + "zpos" "0" + "wide" "p0.44" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "1" + "command" "local" + "labeltext" "#TF_Competitive_Friends" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "GlobalLeaderboardButton" + { + "ControlName" "Button" + "fieldName" "GlobalLeaderboardButton" + "xpos" "rs1-p0.05" + "ypos" "2" + "zpos" "0" + "wide" "p0.44" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "1" + "command" "global" + "labeltext" "#TF_Competitive_Global" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "Line" { "ControlName" "EditablePanel" diff --git a/minmode/resource/ui/lobbycontainerframe.res b/minmode/resource/ui/lobbycontainerframe.res index f3e7cc6..9e4e8ff 100644 --- a/minmode/resource/ui/lobbycontainerframe.res +++ b/minmode/resource/ui/lobbycontainerframe.res @@ -220,22 +220,6 @@ "border_armed" "ButtonHover" } - "WaitingForLeaderLabel" - { - "ControlName" "CExLabel" - "fieldName" "WaitingForLeaderLabel" - "font" "HudFontSmall" - "xpos" "c+35" - "ypos" "410" - "zpos" "2" - "wide" "300" - "tall" "80" - "textAlignment" "east" - "visible" "1" - "enabled" "1" - "labeltext" "#TF_Matchmaking_LobbyLeaderMustStart" - } - "NotificationsPresentPanel" { "ControlName" "CNotificationsPresentPanel" @@ -249,45 +233,39 @@ "enabled" "1" } - "LearnMoreButton" + "MatchmakingBanPanel" { - "ControlName" "CExImageButton" - "fieldName" "LearnMoreButton" - "xpos" "c-101" - "ypos" "437" + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "c-113" + "ypos" "428" "zpos" "2" - "wide" "195" - "tall" "25" - "autoResize" "0" - //"pinCorner" "3" - "visible" "1" + "wide" "220" + "tall" "40" + "visible" "0" "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_MvM_LearnMore" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "learn_more" + "mouseinputenabled" "0" + "bgcolor_override" "Black" - "NavUp" "PracticeButton" - "NavLeft" "BackButton2" - "NavRight" "NextButton" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "HudFontSmallest" + "fgcolor_override" "RedSolid" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "center" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "200" + "tall" "40" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + } } - "NextButton" { "ControlName" "CExImageButton" @@ -326,167 +304,6 @@ "border_armed" "ButtonHover" } - "PlayNowButton" - { - "ControlName" "CExButton" - "fieldName" "PlayNowButton" - "xpos" "c-295" - "ypos" "303" - "zpos" "20" - "wide" "180" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_MvM_MannUp" - "font" "HudFontMediumBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "mannup" - - "NavUp" "Sheet" - "NavDown" "BackButton2" - "NavLeft" "Sheet" - "NavRight" "PracticeButton" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - - "MannUpDisabledLabel" - { - "ControlName" "CExLabel" - "fieldName" "MannUpDisabledLabel" - "font" "HudFontSmall" - "labelText" "#TF_Matchmaking_MannUpDisabled" - "textAlignment" "center" - "xpos" "c-295" - "ypos" "300" - "zpos" "30" - "wide" "180" - "tall" "40" - "wrap" "1" - "centerwrap" "1" - "PaintBackgroundType" "0" - "bgcolor_override" "0 0 0 240" - } - - "PracticeButton" - { - "ControlName" "CExButton" - "fieldName" "PracticeButton" - "xpos" "c-95" - "ypos" "303" - "zpos" "20" - "wide" "180" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_MvM_BootCamp" - "font" "HudFontMediumBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "practice" - - "NavUp" "Sheet" - "NavDown" "LearnMoreButton" - "NavLeft" "PlayNowButton" - "NavRight" "StartPartyButton" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - - - } - - "PlayWithFriendsExplanation" - { - "ControlName" "EditablePanel" - "fieldName" "PlayWithFriendsExplanation" - "xpos" "c+100" - "ypos" "62" - "zpos" "8" - "wide" "200" - "tall" "285" - "PaintBackgroundType" "0" - "paintbackground" "1" - "bgcolor_override" "0 0 0 200" - "border" "NoBorder" - - "PlayWithFriendsExplanationTitle" - { - "ControlName" "CExLabel" - "fieldName" "PlayWithFriendsExplanationTitle" - "font" "HudFontSmallBold" - "labelText" "#TF_Matchmaking_PlayWithFriends" - "textAlignment" "center" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "200" - "tall" "32" - } - - "FriendsImage" - { - "ControlName" "ImagePanel" - "fieldName" "FriendsImage" - "xpos" "10" - "ypos" "32" - "zpos" "0" - "wide" "180" - "tall" "90" - "visible" "1" - "enabled" "1" - "image" "pve/mvm_friends_image" - "scaleImage" "1" - } - - "PlayWithFriendsExplanationLabel" - { - "ControlName" "CExLabel" - "fieldName" "PlayWithFriendsExplanationLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_PlayWithFriendsExplanation" - "textAlignment" "north-west" - "xpos" "10" - "ypos" "130" - "zpos" "10" - "wide" "180" - "tall" "150" - "wrap" "1" - } - } - "StartPartyButton" { "ControlName" "CExButton" @@ -508,13 +325,6 @@ "dulltext" "0" "brighttext" "0" "Command" "start_party" - - if_competitive - { - "xpos" "c+120" - "ypos" "388" - } - "NavUp" "Sheet" "NavDown" "NextButton" @@ -534,481 +344,4 @@ "border_armed" "ButtonHover" } - "StartExplanation" - { - "ControlName" "CExplanationPopup" - "fieldName" "StartExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "250" - "tall" "100" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "c-300" - "end_y" "100" - "end_wide" "300" - "end_tall" "175" - "callout_inparents_x" "c-270" - "callout_inparents_y" "380" - "next_explanation" "VoucherExplanation" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_TicketExplanation_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "260" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_TicketExplanation_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "45" - "wide" "260" - "tall" "105" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "280" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - "PositionLabel" - { - "ControlName" "CExLabel" - "fieldName" "PositionLabel" - "font" "HudFontSmallBold" - "labelText" "%explanationnumber%" - "textAlignment" "center" - "xpos" "0" - "ypos" "145" - "zpos" "-1" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 80 60 255" - } - "NButton" - { - "ControlName" "CExImageButton" - "fieldName" "NButton" - "xpos" "260" - "ypos" "145" - "zpos" "10" - "wide" "30" - "tall" "30" - "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" "nextexplanation" - - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "30" - "tall" "30" - "visible" "1" - "enabled" "1" - "image" "blog_forward" - "scaleImage" "1" - } - } - } - - "VoucherExplanation" - { - "ControlName" "CExplanationPopup" - "fieldName" "VoucherExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "250" - "tall" "100" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "c-300" - "end_y" "100" - "end_wide" "300" - "end_tall" "175" - "callout_inparents_x" "c-270" - "callout_inparents_y" "340" - //"next_explanation" "VoucherExplanation" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_VoucherExplanation_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "260" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_VoucherExplanation_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "45" - "wide" "260" - "tall" "105" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "280" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - "PButton" - { - "ControlName" "CExImageButton" - "fieldName" "PButton" - "xpos" "10" - "ypos" "145" - "zpos" "10" - "wide" "30" - "tall" "30" - "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" "prevexplanation" - - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "30" - "tall" "30" - "visible" "1" - "enabled" "1" - "image" "blog_back" - "scaleImage" "1" - } - } - "PositionLabel" - { - "ControlName" "CExLabel" - "fieldName" "PositionLabel" - "font" "HudFontSmallBold" - "labelText" "%explanationnumber%" - "textAlignment" "center" - "xpos" "0" - "ypos" "145" - "zpos" "-1" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 80 60 255" - } - } - - "MedalsHelp" - { - "ControlName" "CExplanationPopup" - "fieldName" "MedalsHelp" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "250" - "tall" "100" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "c+10" - "end_y" "60" - "end_wide" "300" - "end_tall" "175" - "callout_inparents_x" "c-35" - "callout_inparents_y" "230" - "next_explanation" "" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Competitive_MedalsHelp_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "260" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#TF_Competitive_MedalsHelp_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "45" - "wide" "260" - "tall" "105" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "280" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - "PositionLabel" - { - "ControlName" "CExLabel" - "fieldName" "PositionLabel" - "font" "HudFontSmallBold" - "labelText" "%explanationnumber%" - "textAlignment" "center" - "xpos" "0" - "ypos" "145" - "zpos" "-1" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 80 60 255" - } - } } diff --git a/minmode/resource/ui/lobbypanel.res b/minmode/resource/ui/lobbypanel.res index 3859de0..d963af4 100644 --- a/minmode/resource/ui/lobbypanel.res +++ b/minmode/resource/ui/lobbypanel.res @@ -5,7 +5,7 @@ "ControlName" "Frame" "fieldName" "LobbyPanel" "xpos" "0" - "ypos" "40" + "ypos" "50" "wide" "f0" "tall" "480" "autoResize" "0" @@ -15,1118 +15,175 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "46 43 42 255" + "proportionaltoparent" "1" "NavToRelay" "MvMTourOfDutyGroupBox" "NavDown" "MvMEconItemsGroupBox" } - - "ModeBackgroundImage" + + "TooltipPanel" { - "ControlName" "ImagePanel" - "fieldName" "ModeBackgroundImage" + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" "xpos" "0" "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "p0.8" + "zpos" "10000" + "wide" "300" + "tall" "0" "visible" "0" - "enabled" "1" - "mouseinputenabled" "0" - "image" "competitive/comp_background_tier001a" - "scaleImage" "1" - } - - - "QuickplaySearchCriteriaGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "QuickplaySearchCriteriaGroupBox" - "xpos" "c-345" - "ypos" "40" - "zpos" "-1" - "wide" "400" - "tall" "300" - - "NavToRelay" "NextPageButton" - - "SimplifiedOptionsContainer" - { - "ControlName" "EditablePanel" - "fieldName" "SimplifiedOptionsContainer" - "xpos" "0" - "ypos" "00" - "zpos" "-1" - "wide" "400" - "tall" "300" - - "CurPageLabel" - { - "ControlName" "CExLabel" - "fieldName" "CurPageLabel" - "font" "HudFontSmallBold" - "labelText" "%page%" - "textAlignment" "north-west" - "xpos" "50" - "ypos" "20" - "zpos" "10" - "wide" "100" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "89 81 71 255" - } - - "MoreInfoButton" - { - "ControlName" "CExButton" - "fieldName" "MoreInfoButton" - "xpos" "335" - "ypos" "20" - "zpos" "20" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "?" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "more_info" - "button_activation_type" "1" // only on press - - "NavDown" "NextPageButton" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "ModeInfoContainer" - { - "ControlName" "EditablePanel" - "fieldName" "ModeInfoContainer" - "xpos" "40" - "ypos" "10" - "wide" "320" - "tall" "245" - "visible" "1" - "enabled" "1" - "border" "MainMenuHighlightBorder" - - "ModeImage" - { - "ControlName" "ImagePanel" - "fieldName" "ModeImage" - "xpos" "45" - "ypos" "10" - "zpos" "0" - "wide" "230" - "tall" "230" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "maps/menu_screen_ctf_2fort" - "scaleImage" "1" - } - - "Label_GameType" - { - "ControlName" "CExLabel" - "fieldName" "Label_GameType" - "font" "HudFontMediumSmallBold" - "labelText" "%gametype%" - "textAlignment" "center" - "xpos" "0" - "ypos" "7" - "zpos" "2" - "wide" "320" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "fgcolor_override" "89 81 71 255" - } - - "DescLabel" - { - "ControlName" "CExLabel" - "fieldName" "DescLabel" - "font" "HudFontSmallest" - "labelText" "%description%" - "textAlignment" "south" - "xpos" "5" - "ypos" "175" - "zpos" "2" - "wide" "310" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "89 81 71 255" - "auto_wide_tocontents" "0" - "wrap" "1" - "centerwrap" "1" - } - - "ComplexityLabel" - { - "ControlName" "CExLabel" - "fieldName" "ComplexityLabel" - "font" "HudFontSmallest" - "labelText" "%complexity%" - "textAlignment" "south" - "xpos" "5" - "ypos" "225" - "zpos" "2" - "wide" "310" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "201 79 57 255" - "auto_wide_tocontents" "0" - "wrap" "1" - "centerwrap" "1" - } - - "MoreInfoContainer" - { - "ControlName" "EditablePanel" - "fieldName" "MoreInfoContainer" - "xpos" "20" - "ypos" "30" - "zpos" "3" - "wide" "280" - "tall" "205" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "PaintBackgroundType" "0" - "paintbackground" "1" - "border" "BackpackItemBorder" - - "Background" - { - "ControlName" "EditablePanel" - "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "400" - "tall" "400" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "40 37 37 255" - } - - "MoreInfoLabel" - { - "ControlName" "CExLabel" - "fieldName" "MoreInfoLabel" - "font" "HudFontSmallest" - "labelText" "%more_info%" - "textAlignment" "center" - "xpos" "10" - "ypos" "15" - "zpos" "1" - "wide" "260" - "tall" "160" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "centerwrap" "1" - } - } - } - - "PrevPageButton" - { - "ControlName" "CExButton" - "fieldName" "PrevPageButton" - "xpos" "12" - "ypos" "110" - "zpos" "1" - "wide" "20" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "<" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "prevpage" - "button_activation_type" "1" // only on press - - "NavUp" "MoreInfoButton" - "NavRight" "NextPageButton" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "NextPageButton" - { - "ControlName" "CExButton" - "fieldName" "NextPageButton" - "xpos" "367" - "ypos" "110" - "zpos" "10" - "wide" "20" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" ">" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "nextpage" - "button_activation_type" "1" // only on press - - "NavUp" "MoreInfoButton" - "NavLeft" "PrevPageButton" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - } - } - - "MannVsMachineGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "MannVsMachineGroupBox" - "xpos" "c-305" - "ypos" "10" - "zpos" "-1" - "wide" "400" - "tall" "350" - "visible" "1" - "enabled" "1" - "border" "MainMenuHighlightBorder" - - "MannVsMachineLabel" - { - "ControlName" "Label" - "fieldName" "MannVsMachineLabel" - "xpos" "15" - "ypos" "5" - "zpos" "1" - "wide" "370" - "tall" "25" - "labelText" "#TF_MvM_HeaderMannVsMachine" - "font" "HudFontMediumBold" - //"fgcolor_override" "89 81 71 255" - "fgcolor_override" "TanLight" - "textAlignment" "west" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "MannVsMachineExplanation" - { - "ControlName" "CExLabel" - "fieldName" "MannVsMachineExplanation" - "font" "HudFontSmall" - "fgcolor_override" "89 81 71 255" - "labelText" "#TF_MvM_MannVsMachineExplaination" - "textAlignment" "north-west" - "xpos" "15" - "ypos" "30" - "zpos" "0" - "wide" "400" - "tall" "40" - "wrap" "1" - } - - "ModeImage" - { - "ControlName" "ImagePanel" - "fieldName" "ModeImage" - "xpos" "10" - "ypos" "55" - "zpos" "0" - "wide" "380" - "tall" "190" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "illustrations/gamemode_mvm" - "scaleImage" "1" - } - } - - "MannUpGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "MannUpGroupBox" - "xpos" "c-305" - "ypos" "245" - "zpos" "-1" - "wide" "200" - "tall" "110" - "visible" "1" - "enabled" "1" - - "PlayForBraggingRightsExplanation" - { - "ControlName" "CExLabel" - "fieldName" "PlayForBraggingRightsExplanation" - "font" "HudFontSmall" - "fgcolor_override" "89 81 71 255" - "labelText" "#TF_MvM_BraggingRightsExplaination" - "textAlignment" "north-west" - "xpos" "15" - "ypos" "50" - "zpos" "0" - "wide" "170" - "tall" "60" - "wrap" "1" - } - } - - "PracticeGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "PracticeGroupBox" - "xpos" "c-105" - "ypos" "245" - "zpos" "-1" - "wide" "200" - "tall" "110" - "visible" "1" - "enabled" "1" - - "PlayOnCommunityServerExplanation" - { - "ControlName" "CExLabel" - "fieldName" "PlayOnCommunityServerExplanation" - "font" "HudFontSmall" - "fgcolor_override" "89 81 71 255" - "labelText" "#TF_MvM_PracticeExplaination" - "textAlignment" "north-west" - "xpos" "15" - "ypos" "50" - "zpos" "0" - "wide" "170" - "tall" "60" - "wrap" "1" - } - } - - "MvMTourOfDutyGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "MvMTourOfDutyGroupBox" - "xpos" "c-305" - "ypos" "10" - "zpos" "-1" - "wide" "400" - "tall" "225" - - "NavToRelay" "TourlistGroupBox" - "NavUp" "MvMSelectChallengeGroupBox" - "NavLeft" "MvMSelectChallengeGroupBox" - "NavRight" "PartyActiveGroupBox" - - "ChallengeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ChallengeLabel" - "font" "HudFontMediumSmallBold" - "labelText" "#TF_MvM_TourOfDuty" - "textAlignment" "south-west" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "400" - "tall" "26" - "fgcolor_override" "TanLight" - } - - "DifficultyLabel" - { - "ControlName" "CExLabel" - "fieldName" "DifficultyLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_Difficulty" - "textAlignment" "south-west" - "xpos" "174" - "ypos" "0" - "zpos" "0" - "wide" "100" - "tall" "24" - "fgcolor_override" "TanLight" - } - - "CompleteLabel" - { - "ControlName" "CExLabel" - "fieldName" "CompleteLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_TourOfDutyProgress" - "textAlignment" "south-west" - "xpos" "264" - "ypos" "0" - "zpos" "0" - "wide" "80" - "tall" "24" - "fgcolor_override" "TanLight" - } - - "TourLevelLabel" - { - "ControlName" "CExLabel" - "fieldName" "TourLevelLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_TourNumber" - "textAlignment" "south-west" - "xpos" "330" - "ypos" "0" - "zpos" "0" - "wide" "80" - "tall" "26" - "fgcolor_override" "TanLight" - } - - "TourlistGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "TourlistGroupBox" - "xpos" "0" - "ypos" "28" - "zpos" "-1" - "wide" "400" - "tall" "197" - "PaintBackgroundType" "2" - "paintbackground" "1" - "bgcolor_override" "0 0 0 200" - "border" "NoBorder" - - "NavToRelay" "TourList" - - "GreyOutPanel" - { - "ControlName" "EditablePanel" - "fieldName" "GreyOutPanel" - "xpos" "0" - "ypos" "0" - "zpos" "200" - "wide" "400" - "tall" "225" - "visible" "0" - "bgcolor_override" "128 128 128 128" - } - - "TourList" - { - "ControlName" "SectionedListPanel" - "fieldName" "TourList" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "5" - "zpos" "0" - "wide" "400" - "tall" "197" - "linespacing" "12" - } - } - - "TourDifficultyWarning" - { - "ControlName" "CExLabel" - "fieldName" "TourDifficultyWarning" - "font" "HudFontSmall" - "labelText" "#TF_MVM_Tour_ExpertDifficulty_Warning" - "xpos" "30" - "ypos" "100" - "zpos" "2" - "wide" "340" - "tall" "120" - "textAlignment" "north-west" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanLight" - } - } - - "MannUpTourLootDescriptionBox" - { - "ControlName" "EditablePanel" - "fieldName" "MannUpTourLootDescriptionBox" - "xpos" "c-305" - "ypos" "240" - "zpos" "-1" - "wide" "400" - "tall" "120" "PaintBackgroundType" "2" - "paintbackground" "1" - "bgcolor_override" "0 0 0 200" - "border" "NoBorder" - - "TourLootImage" - { - "ControlName" "ImagePanel" - "fieldName" "TourLootImage" - "xpos" "280" - "ypos" "6" - "zpos" "0" - "wide" "110" - "tall" "110" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "pve/mvm_loot_image" - "scaleImage" "1" - } - - "ToorLootTitle" - { - "ControlName" "CExLabel" - "fieldName" "ToorLootTitle" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_TourLootTitle" - "textAlignment" "west" - "xpos" "10" - "ypos" "5" - "zpos" "0" - "wide" "200" - "tall" "30" - } - - "ToorLootDetailLabel" - { - "ControlName" "CExLabel" - "fieldName" "ToorLootDetailLabel" - "font" "HudFontSmall" - "labelText" "%tour_loot_detail%" - "textAlignment" "west" - "wrap" "1" - "xpos" "10" - "ypos" "30" - "zpos" "0" - "wide" "280" - "tall" "50" - } - } - - "MvMEconItemsGroupBox" - { - "ControlName" "EditablePanel" - "fieldName" "MvMEconItemsGroupBox" - "xpos" "c-305" - "ypos" "240" - "zpos" "-1" - "wide" "400" - "tall" "120" - "bgcolor_override" "0 0 0 200" - "border" "NoBorder" - - "NavToRelay" "OpenHelpButton" - "NavUp" "MvMTourOfDutyGroupBox" - "NavDown" "MvMPracticeGroupBox" - "NavRight" "PartyActiveGroupBox" - - "InventoryTitleLabel" + "border" "MainMenuBGBorder" + + "TipLabel" { "ControlName" "CExLabel" - "fieldName" "InventoryTitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_InventoryTitle" + "fieldName" "TipLabel" + "font" "HudFontSmallestBold" + "labelText" "%tiptext%" "textAlignment" "west" - "xpos" "8" - "ypos" "5" - "zpos" "0" - "wide" "200" - "tall" "30" - } - - "OpenHelpButton" - { - "ControlName" "CExButton" - "fieldName" "OpenHelpButton" - "xpos" "175" + "xpos" "20" "ypos" "10" "zpos" "2" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "?" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "open_help" - "button_activation_type" "1" // only on press - - "NavDown" "OpenStoreButton2" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "MannUpTicketImage" - { - "ControlName" "ImagePanel" - "fieldName" "MannUpTicketImage" - "xpos" "6" - "ypos" "61" - "zpos" "0" - "wide" "60" - "tall" "60" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "pve/mvm_ticket_inactive" - "scaleImage" "1" - } - - "MannUpTicketCountLabel" - { - "ControlName" "CExLabel" - "fieldName" "MannUpTicketCountLabel" - "font" "HudFontMediumBold" - "labelText" "%ticket_count%" - "textAlignment" "north-west" - "fgcolor_override" "TanLight" - "xpos" "70" - "ypos" "79" - "zpos" "1" - "wide" "60" - "tall" "30" - "mouseinputenabled" "0" - } - - "OpenStoreButton" - { - "ControlName" "CExButton" - "fieldName" "OpenStoreButton" - "xpos" "95" - "ypos" "82" - "zpos" "2" "wide" "100" - "tall" "20" + "tall" "10" "autoResize" "0" - "pinCorner" "3" + "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_MvM_BuyMore" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "open_store_ticket" - - "NavUp" "OpenStoreButton2" - "NavDown" "<