summaryrefslogtreecommitdiff
path: root/resource/ui
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-07-01 21:27:19 -0400
committerCriticalFlaw <[email protected]>2021-07-01 21:27:19 -0400
commit7bbc1440403df82533141d0e190119caa496d124 (patch)
treea33ba6653dae4e7f26dd1c82fd5ba335a9ac2d9e /resource/ui
parent90572a5be5d690c578f6bd6fcbe21dada75a1d81 (diff)
Added a Fabricator Recipes page
Diffstat (limited to 'resource/ui')
-rw-r--r--resource/ui/dynamicrecipepanel.res502
-rw-r--r--resource/ui/matchmakingdashboardmvmcriteria.res178
-rw-r--r--resource/ui/mvmcriteria.res637
3 files changed, 1317 insertions, 0 deletions
diff --git a/resource/ui/dynamicrecipepanel.res b/resource/ui/dynamicrecipepanel.res
new file mode 100644
index 0000000..ed98d74
--- /dev/null
+++ b/resource/ui/dynamicrecipepanel.res
@@ -0,0 +1,502 @@
+"Resource/UI/DynamicRecipe.res"
+{
+ "dynamic_recipe_panel"
+ {
+ "ControlName" "Frame"
+ "fieldName" "dynamic_recipe_panel"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "400"
+ "zpos" "501"
+ "visible" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "enabled" "1"
+ "tabPosition" "0"
+ "settitlebarvisible" "0"
+ "PaintBackgroundType" "0"
+ "bgcolor_override" "DarkGrey"
+ "infocus_bgcolor_override" "DarkGrey"
+ "outoffocus_bgcolor_override" "DarkGrey"
+
+ "item_ypos" "30"
+ "output_item_ypos" "255"
+ "item_crafting_offcenter_x" "0"
+ "item_backpack_xdelta" "2"
+ "item_backpack_ydelta" "4"
+ "inventory_xpos" "0"
+ "inventory_ypos" "30"
+
+ "button_xpos_offcenter" "175"
+ "button_ypos" "85"
+ "button_ydelta" "80"
+ "button_override_delete_xpos" "0"
+
+ "modelpanels_kv"
+ {
+ "ControlName" "CItemModelPanel"
+ "wide" "70"
+ "tall" "45"
+ "visible" "0"
+ "enabled" "0"
+ "bgcolor_override" "Transparent"
+ "noitem_TanLight" "TanLight"
+ "PaintBackgroundType" "2"
+ "paintborder" "1"
+
+ "model_ypos" "5"
+ "model_tall" "35"
+ "text_center" "1"
+ "name_only" "1"
+ "text_forcesize" "3"
+ "noitem_use_fullpanel" "1"
+
+ "inset_eq_x" "2"
+ "inset_eq_y" "2"
+
+ "itemmodelpanel"
+ {
+ "use_item_rendertarget" "0"
+ "allow_rot" "0"
+ }
+
+ }
+
+ "filter_xoffset" "-290"
+ "filter_ypos" "30"
+ "filter_xdelta" "10"
+ "filter_ydelta" "10"
+
+ "recipefilterbuttons_kv"
+ {
+ "zpos" "2"
+ "wide" "30"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" ""
+ "textAlignment" "south-west"
+ "Command" ""
+ "Default" "0"
+ "font" "MenuKeys"
+ "scaleImage" "1"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ }
+
+ "recipecontainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "recipecontainer"
+ "xpos" "c0"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "300"
+ "tall" "350"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "200 187 161 0"
+
+ "RecipeTitle"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RecipeTitle"
+ "font" "HudFontMediumSmall"
+ "labelText" "%recipetitle%"
+ "textAlignment" "west"
+ "xpos" "80"
+ "ypos" "250"
+ "zpos" "1"
+ "wide" "200"
+ "tall" "50"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "TanLight"
+ "wrap" "1"
+ }
+
+ "InputLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "InputLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#Craft_Recipe_Inputs"
+ "textAlignment" "north-west"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "TanLight"
+ }
+
+ "OutputLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "OutputLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#Dynamic_Recipe_Outputs_Not_Complete"
+ "textAlignment" "north-west"
+ "xpos" "0"
+ "ypos" "238"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "TanLight"
+ }
+
+ "UntradableLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "UntradableLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#Dynamic_Recipe_Outputs_Not_Tradable"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "299"
+ "zpos" "1"
+ "wide" "250"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "fgcolor" "Red"
+ }
+
+ "CraftButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CraftButton"
+ "xpos" "0"
+ "ypos" "320"
+ "zpos" "20"
+ "wide" "200"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "0"
+ "tabPosition" "0"
+ "labelText" "#CraftConfirm"
+ "font" "HudFontMedium"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "craft"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "PrevInputPageButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "PrevInputPageButton"
+ "xpos" "184"
+ "ypos" "180"
+ "zpos" "1"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "A"
+ "font" "MenuArrows"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "previnputpage"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ "CurInputPageLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CurInputPageLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%inputpage%"
+ "textAlignment" "center"
+ "xpos" "210"
+ "ypos" "180"
+ "zpos" "1"
+ "wide" "45"
+ "tall" "20"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "ColorCyan"
+ }
+ "NextInputPageButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "NextInputPageButton"
+ "xpos" "265"
+ "ypos" "180"
+ "zpos" "1"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "D"
+ "font" "MenuArrows"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "nextinputpage"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ }
+
+ "inventorycontainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "inventorycontainer"
+ "xpos" "c-300"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "300"
+ "tall" "350"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "200 187 161 0"
+
+ "NoMatches"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "NoMatches"
+ "font" "HudFontSmall"
+ "labelText" "#Dynamic_Recipe_No_Matching_Items"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "125"
+ "zpos" "1"
+ "wide" "280"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "fgcolor" "TanLight"
+ "wrap" "1"
+ }
+
+ "UntradableCheckBox"
+ {
+ "ControlName" "CheckButton"
+ "fieldName" "UntradableCheckBox"
+ "labelText" "#Dynamic_Recipe_Untradable_Checkbox"
+ "Font" "HudFontSmall"
+ "textAlignment" "west"
+ "xpos" "-4"
+ "ypos" "250"
+ "zpos" "1"
+ "wide" "280"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "dulltext" "0"
+ "brighttext" "0"
+ "fgcolor" "TanLight"
+ }
+
+ "BackpackItems"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BackpackItems"
+ "font" "HudFontMediumSmall"
+ "labelText" "#Dynamic_Recipe_Matching_Items"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "1"
+ "wide" "280"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "1"
+ "fgcolor" "TanLight"
+ }
+
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "xpos" "0"
+ "ypos" "320"
+ "zpos" "20"
+ "wide" "200"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#Cancel"
+ "font" "HudFontMedium"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "cancel"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "PrevPageButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "PrevPageButton"
+ "xpos" "0"
+ "ypos" "180"
+ "zpos" "1"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "&A"
+ "font" "MenuArrows"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "prevpage"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ "CurPageLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CurPageLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%backpackpage%"
+ "textAlignment" "center"
+ "xpos" "26"
+ "ypos" "180"
+ "zpos" "1"
+ "wide" "45"
+ "tall" "20"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "ColorCyan"
+ }
+ "NextPageButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "NextPageButton"
+ "xpos" "81"
+ "ypos" "180"
+ "zpos" "1"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "&D"
+ "font" "MenuArrows"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "nextpage"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ }
+
+ "mouseoveritempanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "mouseoveritempanel"
+ "xpos" "c-70"
+ "ypos" "270"
+ "zpos" "100"
+ "wide" "300"
+ "tall" "300"
+ "visible" "0"
+ "bgcolor_override" "Transparent"
+ "noitem_TanLight" "TanLight"
+ "PaintBackgroundType" "2"
+ "paintborder" "1"
+ "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" "TanLight"
+ "centerwrap" "1"
+ }
+ }
+
+ "mousedragitempanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "mousedragitempanel"
+ "xpos" "c-70"
+ "ypos" "270"
+ "zpos" "100"
+ "wide" "54"
+ "tall" "42"
+ "visible" "0"
+ "bgcolor_override" "Transparent"
+ "noitem_TanLight" "TanLight"
+ "PaintBackgroundType" "2"
+ "paintborder" "1"
+ "model_ypos" "5"
+ "model_tall" "35"
+ "text_ypos" "60"
+ "text_center" "1"
+ "name_only" "1"
+
+ "itemmodelpanel"
+ {
+ "use_item_rendertarget" "0"
+ "allow_rot" "0"
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/matchmakingdashboardmvmcriteria.res b/resource/ui/matchmakingdashboardmvmcriteria.res
new file mode 100644
index 0000000..3151229
--- /dev/null
+++ b/resource/ui/matchmakingdashboardmvmcriteria.res
@@ -0,0 +1,178 @@
+#base "MatchMakingDashboardSidePanel.res"
+
+"Resource/UI/MatchMakingDashboardMvMCriteria.res"
+{
+ "MVMCriteria"
+ {
+ "fieldName" "MVMCriteria"
+ "xpos" "r0"
+ "ypos" "10"
+ "zpos" "1002"
+ "wide" "420"
+ "tall" "f70"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ }
+
+ "criteria"
+ {
+ "ControlName" "CMVMCriteriaPanel"
+ "fieldName" "criteria"
+ "xpos" "5"
+ "ypos" "15"
+ "zpos" "100"
+ "wide" "410"
+ "tall" "f50"
+ "visible" "1"
+ "pinCorner" "2"
+ "proportionaltoparent" "1"
+ }
+
+ "BackButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "BackButton"
+ "xpos" "6"
+ "ypos" "rs1-8"
+ "zpos" "100"
+ "wide" "90"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "font" "HudFontMediumSmall"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "back"
+ "proportionaltoparent" "1"
+ "labeltext" "#TF_Matchmaking_Back"
+ "mouseinputenabled" "1"
+ "keyboardinputenabled" "0"
+ //"actionsignallevel" "1"
+ "defaultBgColor_override" "DarkerGrey"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "MannUpQueueButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "MannUpQueueButton"
+ "xpos" "106"
+ "ypos" "rs1-8"
+ "zpos" "100"
+ "wide" "150"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "font" "HudFontMediumSmall"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "start_search"
+ "proportionaltoparent" "1"
+ "labeltext" "#TF_Matchmaking_StartSearch"
+ "mouseinputenabled" "1"
+ "keyboardinputenabled" "0"
+ "actionsignallevel" "1"
+ "defaultBgColor_override" "DarkerGrey"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "BootCampQueueButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "BootCampQueueButton"
+ "xpos" "5"
+ "ypos" "rs1-8"
+ "zpos" "100"
+ "wide" "250"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "font" "HudFontMediumSmall"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "start_search"
+ "proportionaltoparent" "1"
+ "labeltext" "#TF_Matchmaking_StartSearch"
+ "mouseinputenabled" "1"
+ "keyboardinputenabled" "0"
+ "actionsignallevel" "1"
+ "defaultBgColor_override" "DarkerGrey"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "NextButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "NextButton"
+ "xpos" "6"
+ "ypos" "rs1-8"
+ "zpos" "100"
+ "wide" "f20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "font" "HudFontMediumSmall"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "select_tour"
+ "proportionaltoparent" "1"
+ "labeltext" "#TF_MvM_SelectChallenge"
+ "mouseinputenabled" "1"
+ "keyboardinputenabled" "0"
+ //"actionsignallevel" "1"
+ "defaultBgColor_override" "DarkerGrey"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "JoinLateCheckButton"
+ {
+ "ControlName" "CheckButton"
+ "fieldName" "JoinLateCheckButton"
+ "xpos" "rs1-10"
+ "ypos" "rs1-9"
+ "zpos" "50"
+ "wide" "140"
+ "tall" "20"
+ "font" "HudFontSmall"
+ "labelText" ""
+ "proportionaltoparent" "1"
+ }
+
+ "JoinLateLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "JoinLateLabel"
+ "xpos" "rs1-10"
+ "ypos" "rs1-9"
+ "zpos" "50"
+ "wide" "115"
+ "tall" "20"
+ "font" "HudFontSmall"
+ "labelText" "#TF_Matchmaking_JoinInProgress"
+ "proportionaltoparent" "1"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/mvmcriteria.res b/resource/ui/mvmcriteria.res
new file mode 100644
index 0000000..71f899b
--- /dev/null
+++ b/resource/ui/mvmcriteria.res
@@ -0,0 +1,637 @@
+"Resource/UI/MvMCriteria.res"
+{
+ "MvMTourOfDutyGroupBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MvMTourOfDutyGroupBox"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "225"
+
+ "ChallengeLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "ChallengeLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#TF_MvM_TourOfDuty"
+ "textAlignment" "south-west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "400"
+ "tall" "26"
+ "fgcolor_override" "White"
+ }
+
+ "DifficultyLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "DifficultyLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#TF_MvM_Difficulty"
+ "textAlignment" "south-west"
+ "xpos" "189"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "24"
+ "fgcolor_override" "White"
+ }
+
+ "CompleteLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "CompleteLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#TR_ProgressDone"
+ "textAlignment" "south-west"
+ "xpos" "279"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "80"
+ "tall" "24"
+ "fgcolor_override" "White"
+ }
+
+ "TourLevelLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TourLevelLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#TF_MvM_TourNumber"
+ "textAlignment" "south-west"
+ "xpos" "345"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "80"
+ "tall" "26"
+ "fgcolor_override" "White"
+ }
+
+ "TourlistGroupBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "TourlistGroupBox"
+ "xpos" "0"
+ "ypos" "28"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "197"
+ "PaintBackgroundType" "0"
+ "paintbackground" "1"
+ "bgcolor_override" "DarkerGrey"
+
+ "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" "Label"
+ "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" "250 114 45 255"
+ }
+ }
+
+ "MannUpTourLootDescriptionBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MannUpTourLootDescriptionBox"
+ "xpos" "0"
+ "ypos" "240"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "120"
+ "PaintBackgroundType" "0"
+ "paintbackground" "1"
+ "bgcolor_override" "DarkerGrey"
+
+ "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" "Label"
+ "fieldName" "ToorLootTitle"
+ "font" "HudFontMediumSmall"
+ "labelText" "#TF_MvM_TourLootTitle"
+ "textAlignment" "west"
+ "xpos" "10"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "30"
+ }
+
+ "ToorLootDetailLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "ToorLootDetailLabel"
+ "font" "FontRegular12"
+ "labelText" "%tour_loot_detail%"
+ "textAlignment" "west"
+ "wrap" "1"
+ "xpos" "10"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "280"
+ "tall" "50"
+ }
+ }
+
+ "MvMEconItemsGroupBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MvMEconItemsGroupBox"
+ "xpos" "0"
+ "ypos" "240"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "120"
+ "bgcolor_override" "0 0 0 200"
+ "border" "QuickplayBorder"
+
+ "InventoryTitleLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "InventoryTitleLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "#TF_MvM_InventoryTitle"
+ "textAlignment" "north-west"
+ "xpos" "8"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "20"
+ }
+
+ "MannUpTicketAd"
+ {
+ "ControlName" "CCyclingAdContainerPanel"
+ "fieldName" "MannUpTicketAd"
+ "xpos" "3"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "70"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "mouseinputenabled" "1"
+ "paintborder" "0"
+
+ "items"
+ {
+ "0"
+ {
+ "item" "Tour of Duty Ticket"
+ "show_market" "0"
+ "show_name" "0"
+ "show_ad_text" "0"
+ "show_background" "0"
+ }
+ }
+ }
+
+ "MannUpTicketCountLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "MannUpTicketCountLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%ticket_count%"
+ "textAlignment" "north-west"
+ "fgcolor_override" "201 79 57 255"
+ "xpos" "11"
+ "ypos" "28"
+ "zpos" "2"
+ "wide" "60"
+ "tall" "30"
+ "mouseinputenabled" "0"
+ }
+
+ "SquadSurplusTicketAd"
+ {
+ "ControlName" "CCyclingAdContainerPanel"
+ "fieldName" "SquadSurplusTicketAd"
+ "xpos" "83"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "70"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "mouseinputenabled" "1"
+ "paintborder" "0"
+
+ "items"
+ {
+ "0"
+ {
+ "item" "MvM Squad Surplus Voucher"
+ "show_market" "0"
+ "show_name" "0"
+ "show_ad_text" "0"
+ "show_background" "0"
+ }
+ }
+ }
+
+ "SquadSurplusCountLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "SquadSurplusCountLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%voucher_count%"
+ "textAlignment" "north-west"
+ "fgcolor_override" "201 79 57 255"
+ "xpos" "89"
+ "ypos" "28"
+ "zpos" "2"
+ "wide" "60"
+ "tall" "30"
+ "mouseinputenabled" "0"
+ }
+
+ "SquadSurplusCheckButton"
+ {
+ "ControlName" "CheckButton"
+ "fieldName" "SquadSurplusCheckButton"
+ "xpos" "5"
+ "ypos" "92"
+ "zpos" "2"
+ "wide" "25"
+ "tall" "25"
+ "font" "HudFontSmall"
+ "labelText" ""
+ }
+
+ "ActivateSquadSurplusLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "SquadSurplusCheckLabel"
+ "font" "FontRegular12"
+ "labelText" "#TF_MvM_ActivateSquadSurplus"
+ "textAlignment" "west"
+ "wrap" "1"
+ "xpos" "33"
+ "ypos" "90"
+ "zpos" "0"
+ "wide" "140"
+ "tall" "25"
+ }
+
+ "Slot0"
+ {
+ "ControlName" "CMvMPlayerTicketStatusPanel"
+ "fieldName" "Slot0"
+ "xpos" "200"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "28"
+ "tall" "200"
+ "party_slot" "0"
+ }
+
+ "Slot1"
+ {
+ "ControlName" "CMvMPlayerTicketStatusPanel"
+ "fieldName" "Slot1"
+ "xpos" "200+30"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "28"
+ "tall" "200"
+ "party_slot" "1"
+ }
+
+ "Slot2"
+ {
+ "ControlName" "CMvMPlayerTicketStatusPanel"
+ "fieldName" "Slot2"
+ "xpos" "200+30+30"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "28"
+ "tall" "200"
+ "party_slot" "2"
+ }
+
+ "Slot3"
+ {
+ "ControlName" "CMvMPlayerTicketStatusPanel"
+ "fieldName" "Slot3"
+ "xpos" "200+30+30+30"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "28"
+ "tall" "200"
+ "party_slot" "3"
+ }
+
+ "Slot4"
+ {
+ "ControlName" "CMvMPlayerTicketStatusPanel"
+ "fieldName" "Slot4"
+ "xpos" "200+30+30+30+30"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "28"
+ "tall" "200"
+ "party_slot" "4"
+ }
+
+ "Slot5"
+ {
+ "ControlName" "CMvMPlayerTicketStatusPanel"
+ "fieldName" "Slot5"
+ "xpos" "200+30+30+30+30+30"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "28"
+ "tall" "200"
+ "party_slot" "5"
+ }
+
+ "MissingTicketsAlertImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "MissingTicketsAlertImage"
+ "xpos" "195"
+ "ypos" "r35"
+ "zpos" "105"
+ "wide" "35"
+ "tall" "35"
+ "visible" "1"
+ "enabled" "1"
+ "image" "glyph_alert"
+ "scaleImage" "1"
+ "mouseinputenabled" "0"
+ "proportionaltoparent" "1"
+ "drawcolor" "255 255 255 255"
+ }
+
+ "MissingTicketsLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "MissingTicketsLabel"
+ "font" "FontRegular12"
+ "fgcolor_override" "TanDark"
+ "labelText" "#TF_Matchmaking_CantQueue_NoTicket"
+ "textAlignment" "south-west"
+ "wrap" "1"
+ "xpos" "235"
+ "ypos" "rs1-5"
+ "zpos" "0"
+ "wide" "165"
+ "tall" "35"
+ "proportionaltoparent" "1"
+ }
+ }
+
+ "MvMPracticeGroupBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MvMPracticeGroupBox"
+ "xpos" "0"
+ "ypos" "240"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "120"
+ "PaintBackgroundType" "2"
+ "paintbackground" "1"
+ "bgcolor_override" "0 0 0 200"
+ "border" "QuickplayBorder"
+
+ "NoMannUpImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "NoMannUpImage"
+ "xpos" "250"
+ "ypos" "6"
+ "zpos" "0"
+ "wide" "110"
+ "tall" "110"
+ "visible" "1"
+ "enabled" "1"
+ "mouseinputenabled" "0"
+ "image" "pve/mvm_loot_image"
+ "scaleImage" "1"
+ }
+
+ "NoMannUpTitleLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "NoMannUpTitleLabel"
+ "font" "HudFontSmallBold"
+ "labelText" "#TF_MvM_NoMannUpTitle"
+ "textAlignment" "west"
+ "xpos" "10"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "30"
+ }
+
+ "NoMannUpDescriptionLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "NoMannUpDescriptionLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_MvM_NoMannUpDescription"
+ "textAlignment" "west"
+ "wrap" "1"
+ "xpos" "10"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "280"
+ "tall" "50"
+ }
+
+ "MannUpNowButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "MannUpNowButton"
+ "xpos" "10"
+ "ypos" "85"
+ "zpos" "2"
+ "wide" "120"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#TF_MvM_MannUpNow"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "command" "mann_up_now"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ }
+
+ "MvMSelectChallengeGroupBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MvMSelectChallengeGroupBox"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "225"
+
+ "ChallengeLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "ChallengeLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%tour_name%"
+ "textAlignment" "south-west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "400"
+ "tall" "26"
+ "fgcolor_override" "TanLight"
+ "allcaps" "1"
+ }
+
+ "CompleteLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "CompleteLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%complete_heading%"
+ "textAlignment" "south-west"
+ "xpos" "270"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "24"
+ "fgcolor_override" "TanLight"
+ "allcaps" "1"
+ }
+
+ "TourLevelImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TourLevelImage"
+ "xpos" "342"
+ "ypos" "-10"
+ "zpos" "0"
+ "wide" "60"
+ "tall" "60"
+ "visible" "1"
+ "enabled" "1"
+ "mouseinputenabled" "0"
+ "image" "../hud/mvm_tours"
+ "scaleImage" "1"
+ }
+
+ "TourLevelLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TourLevelLabel"
+ "font" "HudFontMediumSmall"
+ "labelText" "%tour_level%"
+ "textAlignment" "south"
+ "xpos" "357"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "30"
+ "tall" "26"
+ "fgcolor_override" "Black"
+ }
+
+ "ChallengeListGroupBox"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ChallengeListGroupBox"
+ "xpos" "0"
+ "ypos" "28"
+ "zpos" "-1"
+ "wide" "400"
+ "tall" "197"
+ "PaintBackgroundType" "2"
+ "paintbackground" "1"
+ "bgcolor_override" "0 0 0 200"
+ "border" "QuickplayBorder"
+
+ "GreyOutPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "GreyOutPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "200"
+ "wide" "400"
+ "tall" "225"
+ "visible" "0"
+ "bgcolor_override" "128 128 128 128"
+ }
+
+ "ChallengeList"
+ {
+ "ControlName" "SectionedListPanel"
+ "fieldName" "ChallengeList"
+ "font" "HudFontSmall"
+ "xpos" "70"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "330"
+ "tall" "192"
+ "linespacing" "12"
+ }
+ }
+ }
+} \ No newline at end of file