diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:11:12 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:11:12 -0400 |
| commit | 7fb5e4895a804624e0c6bb44c65910e80739d668 (patch) | |
| tree | 5ac1e996fe004e0b0a23fa8bd44f8cc68d944821 /resource/ui | |
| parent | 9d7d77c52d7c478e974a24ebe1da01c9d9f63ff9 (diff) | |
Updated the main menu
- Added MOTD button, panel and page for item testing.
- Updated Twitch, Workshop, Replay and Matchmaking Dashboard panels.
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/mainmenuoverride.res | 1 | ||||
| -rw-r--r-- | resource/ui/mainmenuplaylistentry.res | 70 | ||||
| -rw-r--r-- | resource/ui/matchmakingcasualcriteria.res | 24 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 33 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboardcasualcriteria.res | 56 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboardcomp.res | 5 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboardmvmmodeselect.res | 12 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboardplaylist.res | 2 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboardpopup_newmatch.res | 12 | ||||
| -rw-r--r-- | resource/ui/matchmakingdashboardsidepanel.res | 6 | ||||
| -rw-r--r-- | resource/ui/publishfiledialog.res | 1252 | ||||
| -rw-r--r-- | resource/ui/replaybrowser/basepage.res | 2 | ||||
| -rw-r--r-- | resource/ui/replaybrowser/mainpanel.res | 64 | ||||
| -rw-r--r-- | resource/ui/replaybrowser/thumbnailcollection.res | 2 | ||||
| -rw-r--r-- | resource/ui/steamworkshopdialog.res | 122 | ||||
| -rw-r--r-- | resource/ui/streamlistpanel.res | 51 | ||||
| -rw-r--r-- | resource/ui/streampanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/testitemroot.res | 1012 | ||||
| -rw-r--r-- | resource/ui/tfadvancedoptionsdialog.res | 26 |
19 files changed, 2453 insertions, 301 deletions
diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index 28eaa8e..f34cc2e 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -1,2 +1,3 @@ +#base "../../resource/preload.res" //#base "../../customizations/main_menu/mainmenuoverride-classic.res" #base "../../customizations/main_menu/mainmenuoverride.res" diff --git a/resource/ui/mainmenuplaylistentry.res b/resource/ui/mainmenuplaylistentry.res index f4fd2b4..80ac339 100644 --- a/resource/ui/mainmenuplaylistentry.res +++ b/resource/ui/mainmenuplaylistentry.res @@ -7,8 +7,8 @@ "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "o4" - "tall" "p1.17" + "wide" "270" + "tall" "70" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -45,7 +45,7 @@ "enabled" "1" "proportionaltoparent" "1" - "bgcolor_override" "ColorBlack" + "bgcolor_override" "DarkGrey" } "ToolTipHack" @@ -57,28 +57,46 @@ "zpos" "490" "wide" "f0" "tall" "f0" - "visible" "1" + "visible" "0" "enabled" "1" "mouseinputenabled" "1" "eatmouseinput" "0" } - "ModeButton" + "ToolTipButtonHack" { - "ControlName" "CExButton" - "fieldName" "ModeButton" + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" "xpos" "rs1-6" "ypos" "2" - "zpos" "5" + "zpos" "51" "wide" "122" "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "250" + "tall" "40" "visible" "1" "enabled" "1" "labelText" "%button_token%" "textinsetx" "4" + "textinsety" "20" "use_proportional_insets" "1" - "font" "Cerbetica12" - "textAlignment" "west" + "font" "CerbeticaBold24" + "textAlignment" "east" "dulltext" "0" "brighttext" "0" "default" "1" @@ -87,15 +105,15 @@ "actionsignallevel" "2" "border_default" "NoBorder" - "border_armed" "MenuBorder" + "border_armed" "NoBorder" "paintbackground" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultFgColor_override" "White" - "armedFgColor_override" "White" - "depressedFgColor_override" "75 125 255 255" + "defaultFgColor_override" "235 226 202 255" + "armedFgColor_override" "117 107 94 255" + "depressedFgColor_override" "235 226 202 255" } "MatchmakingBanPanel" @@ -142,16 +160,16 @@ "fieldName" "DescLabel" "font" "MMenuPlayListDesc" "labelText" "%desc_token%" - "textAlignment" "north-west" - "xpos" "rs1" - "ypos" "18" + "textAlignment" "center" + "xpos" "0" + "ypos" "35" "zpos" "2" - "wide" "125" - "tall" "40" + "wide" "270" + "tall" "35" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "wrap" "1" "fgcolor_override" "TanLight" "proportionaltoparent" "1" @@ -164,16 +182,16 @@ "fieldName" "DescLabelShadow" "font" "MMenuPlayListDesc" "labelText" "%desc_token%" - "textAlignment" "north-west" + "textAlignment" "center" "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "125" - "tall" "40" + "wide" "270" + "tall" "35" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "wrap" "1" "fgcolor_override" "TransparentBlack" "proportionaltoparent" "1" diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index e291d1b..40ab34e 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -14,7 +14,7 @@ "proportionaltoparent" "1" "pinCorner" "2" "autoResize" "1" - + "RankImage" { "ControlName" "CTFLocalPlayerBadgePanel" @@ -24,7 +24,7 @@ "zpos" "110" "wide" "o1" "tall" "60" - "visible" "1" + "visible" "0" "enabled" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" @@ -40,7 +40,7 @@ "zpos" "100" "wide" "330" "tall" "92" - "visible" "1" + "visible" "0" "proportionaltoparent" "1" "mouseinputenabled" "0" "matchgroup" "MatchGroup_Casual_12v12" @@ -53,7 +53,7 @@ "ControlName" "CExImageButton" "fieldName" "RestoreCasualSearchCriteria" "xpos" "rs1-49" - "ypos" "49" + "ypos" "15" "zpos" "100" "wide" "15" "tall" "o1" @@ -91,13 +91,13 @@ "scaleImage" "1" } } - + "SaveCasualSearchCriteria" { "ControlName" "CExImageButton" "fieldName" "SaveCasualSearchCriteria" "xpos" "rs1-29" - "ypos" "49" + "ypos" "15" "zpos" "100" "wide" "15" "tall" "o1" @@ -135,7 +135,7 @@ "scaleImage" "1" } } - + "ShowExplanationsButton" { "ControlName" "CExButton" @@ -151,7 +151,7 @@ "ControlName" "Label" "fieldName" "Title" "xpos" "10" - "ypos" "46" + "ypos" "15" "zpos" "0" "wide" "f0" "tall" "20" @@ -167,7 +167,7 @@ "ControlName" "Label" "fieldName" "SelectedCount" "xpos" "10" - "ypos" "33" + "ypos" "0" "zpos" "0" "wide" "f0" "tall" "20" @@ -207,7 +207,7 @@ "zpos" "101" "wide" "f15" "tall" "f65" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "InnerShadowBorder" "proportionaltoparent" "1" @@ -219,9 +219,9 @@ "ControlName" "CScrollableList" "fieldName" "GameModesList" "xpos" "cs-0.5" - "ypos" "65" + "ypos" "35" "wide" "f15" - "tall" "f65" + "tall" "f40" "visible" "1" "proportionaltoparent" "1" "restrict_width" "0" diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index e37bd20..6a3c663 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -58,7 +58,7 @@ "zpos" "-1" "wide" "p1.1" "tall" "f5" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "DarkGrey" @@ -74,7 +74,7 @@ "zpos" "-2" "wide" "p1.1" "tall" "p1" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "OuterShadowBorder" "proportionaltoparent" "1" @@ -105,12 +105,16 @@ "keyboardinputenabled" "0" "actionsignallevel" "2" "roundedcorners" "0" + "paintbackground" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "image_armedcolor" "72 255 255 255" + + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" "SubImage" { @@ -430,26 +434,27 @@ "actionsignallevel" "3" "paintbackground" "0" - "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDarker" + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "TextColor" - "image_armedcolor" "ColorRed" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 0 0 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" + "xpos" "cs-0.5" + "ypos" "cs-0.5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "9" + "tall" "9" "visible" "1" "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" + "proportionaltoparent" "1" } } } @@ -600,8 +605,8 @@ "xpos" "cs-0.5" "ypos" "rs1-5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index a32e170..6125776 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -4,32 +4,31 @@ { "CasualCriteria" { - "fieldName" "CasualCriteria" - "xpos" "r0" - "ypos" "10" - "zpos" "1002" - "wide" "270" - "tall" "f70" - "visible" "1" + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" "proportionaltoparent" "1" } "Title" { - "ControlName" "Label" - "fieldName" "Title" - "xpos" "8" - "ypos" "23" - "zpos" "99" - "wide" "f0" - "tall" "20" + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "23" + "zpos" "99" + "wide" "f0" + "tall" "20" "proportionaltoparent" "1" - "labeltext" "#TF_Matchmaking_HeaderCasual" - "textAlignment" "west" - "font" "CerbeticaBold24" - "fgcolor_override" "White" - - "mouseinputenabled" "0" + "labeltext" "#TF_Matchmaking_HeaderCasual" + "textAlignment" "center" + "font" "CerbeticaBold24" + "fgcolor_override" "White" + "mouseinputenabled" "0" } "criteria" @@ -45,23 +44,6 @@ "proportionaltoparent" "1" } - "ToolTipButtonHack" - { - "ControlName" "EditablePanel" - "fieldName" "ToolTipButtonHack" - "xpos" "cs-0.5" - "ypos" "rs1-8" - "zpos" "101" - "wide" "f20" - "tall" "20" - "visible" "0" - "enabled" "1" - "mouseinputenabled" "1" - "eatmouseinput" "0" - "showtooltipswhenmousedisabled" "1" - "proportionaltoparent" "1" - } - "QueueButton" { "ControlName" "CExButton" diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index 18cc763..4388c5f 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -25,7 +25,7 @@ "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Matchmaking_HeaderCompetitive" - "textAlignment" "west" + "textAlignment" "center" "font" "CerbeticaBold24" "fgcolor_override" "White" "mouseinputenabled" "0" @@ -132,8 +132,5 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" } } diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res index 0eb6dea..58eab45 100644 --- a/resource/ui/matchmakingdashboardmvmmodeselect.res +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -124,10 +124,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "HudBlack" } "PlayForBraggingRightsExplanation" @@ -244,10 +242,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "HudBlack" } "PlayOnCommunityServerExplanation" diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res index 81bb2f5..30a1c2c 100644 --- a/resource/ui/matchmakingdashboardplaylist.res +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -25,7 +25,7 @@ "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Matchmaking_HeaderModeSelect" - "textAlignment" "west" + "textAlignment" "center" "font" "CerbeticaBold24" "fgcolor_override" "White" "mouseinputenabled" "0" diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res index cf06a60..8c65c9f 100644 --- a/resource/ui/matchmakingdashboardpopup_newmatch.res +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -15,7 +15,7 @@ "mouseinputenabled" "1" "collapsed_height" "0" - "expanded_height" "60" + "expanded_height" "30" "pinCorner" "2" "autoResize" "1" @@ -49,7 +49,7 @@ "tall" "f5" "visible" "1" "PaintBackgroundType" "2" - "border" "CyanBorder" + "border" "NoBorder" "bgcolor_override" "DarkGrey" "proportionaltoparent" "1" "pinCorner" "3" @@ -59,7 +59,7 @@ "ControlName" "CAutoFittingLabel" "fieldName" "DescLabel" "xpos" "0" - "ypos" "7" + "ypos" "5" "wide" "f0" "zpos" "100" "tall" "20" @@ -127,8 +127,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "SmallJoinButton" @@ -165,8 +163,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "WideJoinButton" @@ -197,8 +193,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "JoiningLabel" diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res index efca720..a9fc884 100644 --- a/resource/ui/matchmakingdashboardsidepanel.res +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -145,13 +145,13 @@ "ControlName" "EditablePanel" "fieldName" "BGPanel" "xpos" "0" - "ypos" "-90" + "ypos" "0" "zpos" "1" "wide" "f0" "tall" "f-20" "visible" "1" - "proportionaltoparent" "0" + "proportionaltoparent" "1" "border" "TeamMenuBorder" "bgcolor_override" "DarkGrey" } -} +}
\ No newline at end of file diff --git a/resource/ui/publishfiledialog.res b/resource/ui/publishfiledialog.res new file mode 100644 index 0000000..6b6d804 --- /dev/null +++ b/resource/ui/publishfiledialog.res @@ -0,0 +1,1252 @@ +"PublishFileDialog.res" +{ + "PublishFileDialog" + { + "ControlName" "CPublishFileDialog" + "fieldName" "PublishFileDialog" + "xpos" "c-300" + "ypos" "c-200" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "border" "CyanBorderThick" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "DarkGrey" + } + + "WorkshopBG" + { + "ControlName" "ImagePanel" + "fieldName" "WorkshopBG" + "xpos" "0" + "ypos" "0" + "zpos" "-99" + "wide" "600" + "tall" "500" + "visible" "1" + "enabled" "1" + "image" "workshop_blue_top" + "scaleImage" "1" + } + + "BackgroundBottom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundBottom" + "xpos" "0" + "ypos" "355" + "wide" "600" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "DarkGrey" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "15" + "ypos" "15" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Title" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold22" + } + + "LabelPreview" + { + "ControlName" "Label" + "fieldName" "LabelPreview" + "xpos" "15" + "ypos" "45" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Preview" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + + "PreviewImageBorder" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewImageBorder" + "xpos" "15" + "ypos" "65" + "zpos" "-99" + "wide" "150" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "border" "SteamWorkshopBorder" + + "PreviewDescription" + { + "ControlName" "Label" + "fieldName" "PreviewDescription" + "xpos" "5" + "ypos" "0" + "wide" "140" + "tall" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_PreviewDesc" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "font" "HudFontSmallest" + } + } + + "PreviewImage" + { + "ControlName" "CBitmapPanel" + "fieldName" "PreviewImage" + "xpos" "15" + "ypos" "65" + "wide" "150" + "tall" "150" + "visible" "1" + } + + "ButtonPreviewBrowse" + { + "ControlName" "Button" + "fieldName" "ButtonPreviewBrowse" + "xpos" "15" + "ypos" "220" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Browse" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "PreviewBrowse" + "Default" "1" + "font" "HudFontSmallBold" + } + + "LabelTitle" + { + "ControlName" "Label" + "fieldName" "LabelTitle" + "xpos" "175" + "ypos" "45" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_TitleLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + + "FileTitle" + { + "ControlName" "TextEntry" + "fieldName" "FileTitle" + "xpos" "175" + "ypos" "70" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "0 0 0 255" + "bgcolor_override" "235 226 202 255" + "paintbackgroundtype" "2" + "font" "CerbeticaBold15" + } + + "LabelDesc" + { + "ControlName" "Label" + "fieldName" "LabelDesc" + "xpos" "175" + "ypos" "95" + "wide" "275" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_DescLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + "FileDesc" + { + "ControlName" "TextEntry" + "fieldName" "FileDesc" + "xpos" "175" + "ypos" "120" + "wide" "250" + "tall" "125" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "8000" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "0 0 0 255" + "bgcolor_override" "235 226 202 255" + "paintbackgroundtype" "2" + "font" "CerbeticaBold15" + } + + "LabelSourceFile" + { + "ControlName" "Label" + "fieldName" "LabelSourceFile" + "xpos" "175" + "ypos" "250" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_FileLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + + "SourceFile" + { + "ControlName" "Label" + "fieldName" "SourceFile" + "xpos" "225" + "ypos" "250" + "wide" "275" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "labelText" "#TF_PublishFile_NoFileSelected" + "textHidden" "0" + "editable" "0" + "maxchars" "256" + "NumericInputOnly" "0" + "unicode" "0" + "font" "CerbeticaBold15" + } + + "ButtonSourceCosmetics" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonSourceCosmetics" + "xpos" "85" + "ypos" "275" + "wide" "140" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Cosmetics" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileCosmetics" + "Default" "1" + "font" "HudFontSmallBold" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "115" + "ypos" "0" + "zpos" "1" + "wide" "25" + "tall" "25" + "scaleImage" "1" + "image" "importtool_goldstar" + } + } + + "ButtonSourceOther" + { + "ControlName" "Button" + "fieldName" "ButtonSourceOther" + "xpos" "230" + "ypos" "275" + "wide" "140" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Other" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileOther" + "Default" "1" + "font" "HudFontSmallBold" + } + + "ButtonSourceMaps" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonSourceMaps" + "xpos" "375" + "ypos" "275" + "wide" "140" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Maps" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileMaps" + "Default" "1" + "font" "HudFontSmallBold" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "115" + "ypos" "0" + "zpos" "1" + "wide" "25" + "tall" "25" + "scaleImage" "1" + "image" "beta" + } + } + + "BrowseDescription" + { + "ControlName" "Label" + "fieldName" "BrowseDescription" + "xpos" "175" + "ypos" "300" + "wide" "270" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_BrowseDesc" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanDark" + } + + "TagsTitle" + { + "ControlName" "Label" + "fieldName" "TagsTitle" + "xpos" "430" + "ypos" "45" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Tags" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "HudFontSmallBold" + } + + "ClassUsagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassUsagePanel" + "xpos" "430" + "ypos" "45" + "wide" "155" + "tall" "228" + "visible" "1" + "paintbackground" "1" + + "ClassCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox1" + "labelText" "#TF_Class_Name_Scout" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox2" + "labelText" "#TF_Class_Name_Sniper" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox3" + "labelText" "#TF_Class_Name_Soldier" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox4" + "labelText" "#TF_Class_Name_Demoman" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox5" + "labelText" "#TF_Class_Name_Medic" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "105" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox6" + "labelText" "#TF_Class_Name_HWGuy" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox7" + "labelText" "#TF_Class_Name_Pyro" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox8" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox8" + "labelText" "#TF_Class_Name_Spy" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox9" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox9" + "labelText" "#TF_Class_Name_Engineer" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "" + "ypos" "185" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "TagCheckbox_Headgear" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Headgear" + "labelText" "#TF_SteamWorkshop_Tag_Headgear" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "25" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Weapon" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Weapon" + "labelText" "#TF_SteamWorkshop_Tag_Weapon" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Misc" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Misc" + "labelText" "#TF_SteamWorkshop_Tag_Misc" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_SoundDevice" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_SoundDevice" + "labelText" "#TF_SteamWorkshop_Tag_SoundDevice" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "85" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Halloween" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Halloween" + "labelText" "#TF_SteamWorkshop_Tag_Halloween" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "105" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Smissmas" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Smissmas" + "labelText" "#TF_SteamWorkshop_Tag_Smissmas" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "125" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Taunt" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Taunt" + "labelText" "#TF_SteamWorkshop_Tag_Taunt" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "145" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_UnusualEffect" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_UnusualEffect" + "labelText" "#TF_SteamWorkshop_Tag_UnusualEffect" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "165" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_WarPaint" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_WarPaint" + "labelText" "#TF_SteamWorkshop_Tag_WarPaint" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "185" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Jungle" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Jungle" + "labelText" "#TF_SteamWorkshop_Tag_Jungle" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "205" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "MapsCheckBox_CTF" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_CTF" + "labelText" "#TF_SteamWorkshop_Tag_CTF" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_CP" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_CP" + "labelText" "#TF_SteamWorkshop_Tag_CP" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "45" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Escort" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Escort" + "labelText" "#TF_SteamWorkshop_Tag_Escort" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "65" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_EscortRace" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_EscortRace" + "labelText" "#TF_SteamWorkshop_Tag_EscortRace" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_RobotDestruction" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_RobotDestruction" + "labelText" "#TF_SteamWorkshop_Tag_RobotDestruction" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "105" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Koth" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Koth" + "labelText" "#TF_SteamWorkshop_Tag_Koth" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_AttackDefense" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_AttackDefense" + "labelText" "#TF_SteamWorkshop_Tag_AttackDefense" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_SD" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_SD" + "labelText" "#TF_SteamWorkshop_Tag_SD" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_MVM" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_MVM" + "labelText" "#TF_SteamWorkshop_Tag_MVM" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "185" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Arena" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Arena" + "labelText" "#TF_SteamWorkshop_Tag_Arena" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "25" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Powerup" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Powerup" + "labelText" "#TF_SteamWorkshop_Tag_Powerup" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "45" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Medieval" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Medieval" + "labelText" "#TF_SteamWorkshop_Tag_Medieval" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "65" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_PassTime" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_PassTime" + "labelText" "#TF_SteamWorkshop_Tag_PassTime" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "85" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Specialty" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Specialty" + "labelText" "#TF_SteamWorkshop_Tag_Specialty" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "105" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Halloween" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Halloween" + "labelText" "#TF_SteamWorkshop_Tag_Halloween" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "125" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckbox_Smissmas" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Smissmas" + "labelText" "#TF_SteamWorkshop_Tag_Smissmas" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "145" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckbox_Night" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Night" + "labelText" "#TF_SteamWorkshop_Tag_Night" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "165" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckbox_Jungle" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Jungle" + "labelText" "#TF_SteamWorkshop_Tag_Jungle" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "185" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + } + + "ButtonClose" + { + "ControlName" "Button" + "fieldName" "ButtonClose" + "xpos" "145" + "ypos" "365" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Close" + "Default" "0" + "font" "HudFontSmallBold" + } + + "ButtonPublish" + { + "ControlName" "Button" + "fieldName" "ButtonPublish" + "xpos" "305" + "ypos" "365" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Publish" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Publish" + "Default" "1" + "font" "HudFontSmallBold" + } +}
\ No newline at end of file diff --git a/resource/ui/replaybrowser/basepage.res b/resource/ui/replaybrowser/basepage.res index 4e0d7f8..cf2c209 100644 --- a/resource/ui/replaybrowser/basepage.res +++ b/resource/ui/replaybrowser/basepage.res @@ -37,7 +37,7 @@ "enabled" "1" "tabPosition" "0" "fgcolor_override" "White" - "bgcolor_override" "Black" + "bgcolor_override" "DarkerGrey" "Font" "CerbeticaBold14" } diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index 629a55f..ae2e333 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -15,20 +15,22 @@ "tabPosition" "0" "settitlebarvisible" "1" "PaintBackgroundType" "0" - "bgcolor_override" "46 43 42 0" - "infocus_bgcolor_override" "46 43 42 0" - "outoffocus_bgcolor_override" "46 43 42 0" + "bgcolor_override" "27 27 27 0" + "infocus_bgcolor_override" "27 27 27 0" + "outoffocus_bgcolor_override" "27 27 27 0" "title" "#Replay_Replay" - "title_font" "CerbeticaBold36" + "title_font" "HudFontSmallBold" "titletextinsetX" "40" "titletextinsetY" "0" "titlebarfgcolor_override" "HudOffWhite" "titlebardisabledfgcolor_override" "HudOffWhite" "titlebarbgcolor_override" "DarkGrey" + "clientinsetx_override" "0" "sheetinset_bottom" "40" } + "BackgroundHeader" { "ControlName" "ImagePanel" @@ -57,6 +59,7 @@ "fillcolor" "27 27 27 200" "tileImage" "1" } + "BackgroundFooter" { "ControlName" "ImagePanel" @@ -77,7 +80,7 @@ "fieldName" "BackgroundFooter2" "xpos" "0" "ypos" "420" - "zpos" "0" + "zpos" "1" "wide" "f0" "tall" "60" "visible" "1" @@ -85,10 +88,11 @@ "fillcolor" "27 27 27 200" "tileImage" "1" } + "FooterLine" { "ControlName" "EditablePanel" - "fieldName" "HeaderLine" + "fieldName" "FooterLine" "xpos" "0" "ypos" "420" "zpos" "2" @@ -96,55 +100,57 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" - "border" "NoBorder" "bgcolor_override" "ColorCyan" } + "Sheet" { "ControlName" "EditablePanel" "fieldName" "Sheet" - "tabxindent" "15" + "tabxindent" "80" "tabxdelta" "10" - "tabwidth" "150" + "tabwidth" "240" "tabheight" "20" "transition_time" "0" - "yoffset" "15" + "yoffset" "14" "HeaderLine" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "HeaderLine" "xpos" "0" "ypos" "32" "zpos" "5" "wide" "f0" - "tall" "10" - "visible" "0" - "enabled" "0" - "image" "loadout_solid_line" - "scaleImage" "1" + "tall" "2" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "ColorCyan" } "tabskv" { - "textinsetx" "0" - "textinsety" "-6" - "font" "CerbeticaBold20" - "selectedcolor" "White" - "unselectedcolor" "DullWhite" - "defaultBgColor_override" "Blank" - "paintbackground" "0" - "activeborder_override" "NoBorder" - "normalborder_override" "NoBorder" + "textinsetx" "25" + "textAlignment" "center" + "font" "Cerbetica18" + "selectedcolor" "TanLight" + "unselectedcolor" "TanDark" + "defaultBgColor_override" "25 25 25 255" + "paintbackground" "1" + "activeborder_override" "CyanBorderTabs" + "normalborder_override" "CyanBorderTabsInactive" + "unselectedBgColor_override" "10 10 10 255" + "depressedBgColor_override" "10 10 10 255" } } + "BackButton" { "ControlName" "CExButton" "fieldName" "BackButton" - "xpos" "c-288" + "xpos" "c-295" "ypos" "437" "zpos" "2" "wide" "100" @@ -154,7 +160,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<< Back (&Q)" + "labelText" "Back (&Q)" "font" "HudFontSmallBold" "textAlignment" "center" "dulltext" "0" @@ -163,7 +169,5 @@ "Command" "back" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/replaybrowser/thumbnailcollection.res b/resource/ui/replaybrowser/thumbnailcollection.res index 4145d46..2519e0e 100644 --- a/resource/ui/replaybrowser/thumbnailcollection.res +++ b/resource/ui/replaybrowser/thumbnailcollection.res @@ -92,8 +92,8 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "White" "wrap" "1" + "fgcolor_override" "White" } "Line" diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 240031a..440472e 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -13,8 +13,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "25 25 25 240" - "border" "NoBorder" + "bgcolor_override" "HudBlack" } "Container" @@ -157,15 +156,6 @@ "Command" "learn_more" "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" } } @@ -203,7 +193,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "86 78 68 255" + "fgcolor_override" "Black" } "SteamWorkshopItem0" @@ -268,23 +258,14 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<" - "font" "HudFontSmallBold" + "labelText" "&A" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "Command" "prevpage" "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" } "CurPageLabel" @@ -303,7 +284,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "ColorCyan" + "fgcolor_override" "Black" } "NextPageButton" @@ -321,7 +302,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "&D" - "font" "HudFontSmallBold" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -353,15 +334,6 @@ "Command" "view_files" "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" } "EditButton" @@ -386,15 +358,6 @@ "default" "1" "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" "labelText" "#TF_SteamWorkshop_Edit" "command" "edit" @@ -441,17 +404,9 @@ "sound_released" "UI/buttonclickrelease.wav" "labelText" "#TF_SteamWorkshop_View" "command" "view" - "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" + "image_drawcolor" "TanLight" "image_disabledcolor" "ColorBlack" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" "SubImage" { @@ -493,15 +448,6 @@ "sound_released" "UI/buttonclickrelease.wav" "labelText" "#TF_SteamWorkshop_Delete" "command" "delete_item" - "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" "image_drawcolor" "TanLight" "image_disabledcolor" "ColorBlack" @@ -543,15 +489,6 @@ "Command" "browse" "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" } "LoadTestMapButton" @@ -574,15 +511,6 @@ "Command" "itemtest" "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" } "PublishButton" @@ -605,15 +533,6 @@ "Command" "publish" "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" } "LearnMore2Button" @@ -636,15 +555,6 @@ "Command" "learn_more" "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" } "ViewLegalAgreementButton" @@ -670,14 +580,6 @@ "Command" "view_legal_agreement" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "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" } "CancelButton" @@ -694,7 +596,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Close" + "labelText" "#Store_CANCEL" "font" "HudFontSmallBold" "textAlignment" "center" "textinsetx" "50" @@ -703,14 +605,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "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" } } }
\ No newline at end of file diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index 8b4c5c0..254b748 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -16,7 +16,7 @@ "fieldName" "HeaderLabel" "font" "HudFontSmallBold" "textAlignment" "center" - "labelText" "Currently Live" + "labelText" "Currently Live on Twitch" "xpos" "0" "ypos" "0" "wide" "300" @@ -27,7 +27,7 @@ "enabled" "1" "PaintBackgroundType" "2" "fgcolor_override" "TanLight" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "100 65 165 255" } } @@ -45,30 +45,28 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labeltext" "X" - "font" "HudFontSmallBold" + "labeltext" "" + "font" "" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "0" - - "navDown" "MOTD_URLButton" - "navActivate" "<QuickplayButton" - + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "hide_streams" "paintbackground" "0" - + //"defaultFgColor_override" "TanLight" //"armedFgColor_override" "TanDarker" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "TanLight" - + "defaultFgColor_override" "Blank" + "armedFgColor_override" "Blank" + "depressedFgColor_override" "Blank" + "image_drawcolor" "TanLight" - "image_armedcolor" "LightRed" - + "image_armedcolor" "255 0 0 255" + "SubImage" { "ControlName" "ImagePanel" @@ -78,9 +76,9 @@ "zpos" "1" "wide" "14" "tall" "14" - "visible" "0" - "enabled" "0" - "image" "close_button" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -103,6 +101,23 @@ "fgcolor" "56 53 49 255" } + "StreamsBg" + { + "ControlName" "EditablePanel" + "fieldname" "StreamsBg" + "xpos" "0" + "ypos" "0" + "zpos" "-55" + "wide" "90" + "tall" "261" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enable" "1" + "paintbackground" "0" + "bgcolor_override" "DarkGrey" + } + "Stream1" { "ControlName" "CTFStreamPanel" diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index cd214d1..5942dd2 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -11,7 +11,7 @@ "tall" "f0" "visible" "1" "proportionaltoparent" "1" - "bgcolor_override" "0 0 0 50" + "bgcolor_override" "DarkGrey" } "LoadingPanel" diff --git a/resource/ui/testitemroot.res b/resource/ui/testitemroot.res new file mode 100644 index 0000000..edf4cf4 --- /dev/null +++ b/resource/ui/testitemroot.res @@ -0,0 +1,1012 @@ +"Resource/UI/TestItemRoot.res" +{ + "TestItemRoot" + { + "fieldName" "TestItemRoot" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "2" + "settitlebarvisible" "" + "paintborder" "0" + "paintbackground" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "#IT_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" + } + + "ClassUsagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassUsagePanel" + "xpos" "c-310" + "ypos" "50" + "wide" "400" + "tall" "95" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 128" + + "ClassUsageLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageLabel" + "font" "HudFontSmallestBold" + "labelText" "#IT_ClassUsage" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassCheckBox0" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox0" + "labelText" "#IT_Classes_All" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "45" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox1" + "labelText" "#TF_Class_Name_Scout" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "145" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox2" + "labelText" "#TF_Class_Name_Sniper" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "220" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox3" + "labelText" "#TF_Class_Name_Soldier" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "295" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox4" + "labelText" "#TF_Class_Name_Demoman" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "145" + "ypos" "40" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox5" + "labelText" "#TF_Class_Name_Medic" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "220" + "ypos" "40" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox6" + "labelText" "#TF_Class_Name_HWGuy" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "295" + "ypos" "40" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox7" + "labelText" "#TF_Class_Name_Pyro" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "145" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox8" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox8" + "labelText" "#TF_Class_Name_Spy" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "220" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox9" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox9" + "labelText" "#TF_Class_Name_Engineer" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "295" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + } + + "TestingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TestingPanel" + "xpos" "c-310" + "ypos" "150" + "wide" "400" + "tall" "105" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 128" + + "CurrentlyTestingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurrentlyTestingLabel" + "font" "HudFontSmallestBold" + "labelText" "#IT_CurrentlyTesting" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "TestingWeaponLabel" + { + "ControlName" "CExLabel" + "fieldName" "TestingWeaponLabel" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Weapon" + "textAlignment" "east" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry0" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry0" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "20" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton0" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton0" + "xpos" "270" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton0" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton0" + "xpos" "370" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "TestingHeadgearLabel" + { + "ControlName" "CExLabel" + "fieldName" "TestingHeadgearLabel" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Headgear" + "textAlignment" "east" + "xpos" "0" + "ypos" "40" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry1" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry1" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "40" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton1" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton1" + "xpos" "270" + "ypos" "40" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton1" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton1" + "xpos" "370" + "ypos" "40" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "TestingMisc1Label" + { + "ControlName" "CExLabel" + "fieldName" "TestingMisc1Label" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Misc1" + "textAlignment" "east" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry2" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry2" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "60" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton2" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton2" + "xpos" "270" + "ypos" "60" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton2" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton2" + "xpos" "370" + "ypos" "60" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "TestingMisc2Label" + { + "ControlName" "CExLabel" + "fieldName" "TestingMisc2Label" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Misc2" + "textAlignment" "east" + "xpos" "0" + "ypos" "80" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry3" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry3" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "80" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton3" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton3" + "xpos" "270" + "ypos" "80" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test3" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton3" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton3" + "xpos" "370" + "ypos" "80" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove3" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "BotAdditionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BotAdditionPanel" + "xpos" "c100" + "ypos" "50" + "wide" "200" + "tall" "95" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 128" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallestBold" + "labelText" "#IT_BotControl_Title" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "AutoAddBotsCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "AutoAddBotsCheckBox" + "labelText" "#IT_Bot_AutoAdd" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "10" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "BotsOnBlueTeamCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "AutoAddBotsCheckBox" + "labelText" "#IT_Bot_BlueTeam" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "110" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "AddBotButton" + { + "ControlName" "CExButton" + "fieldName" "AddBotButton" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Bot_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "bot_add" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BotSelectionComboBox" + { + "ControlName" "ComboBox" + "fieldName" "BotSelectionComboBox" + "Font" "HudFontSmallest" + "xpos" "95" + "ypos" "45" + "zpos" "1" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "251 235 202 0" + "disabledFgColor_override" "117 107 94 0" + "disabledBgColor_override" "251 235 202 0" + "selectionColor_override" "Transparent" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + } + + "KickAllBotsButton" + { + "ControlName" "CExButton" + "fieldName" "KickAllBotsButton" + "xpos" "20" + "ypos" "70" + "zpos" "1" + "wide" "120" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Bot_RemoveAll" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "bot_removeall" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "TestItemBotControls" + { + "fieldName" "TestItemBotControls" + "visible" "1" + "enabled" "1" + "xpos" "c100" + "ypos" "150" + "wide" "200" + "tall" "200" + "bgcolor_override" "0 0 0 128" + } + + "ExportButton" + { + "ControlName" "CExButton" + "fieldName" "ExportButton" + "xpos" "10" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ExportLoadout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "export" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ImportButton" + { + "ControlName" "CExButton" + "fieldName" "ImportButton" + "xpos" "220" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ImportLoadout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "import" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ImportRecentButton" + { + "ControlName" "CExButton" + "fieldName" "ImportRecentButton" + "xpos" "430" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ImportLast" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "importrecent" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "10" + "ypos" "430" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "430" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Ok" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ok" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "SteamWorkshopButton" + { + "ControlName" "EditablePanel" + "fieldname" "SteamWorkshopButton" + "xpos" "430" + "ypos" "430" + "zpos" "11" + "wide" "200" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "2" + + "SteamWorkshopButtonSubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SteamWorkshopButtonSubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "textalignment" "center" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "steamworkshop" + "labeltext" "#MMenu_SteamWorkshop" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_armedcolor" "235 226 202 255" + "image_drawcolor" "235 226 202 255" + "image_selectedcolor" "46 43 42 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_steamworkshop" + } + } + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "10" + "ypos" "460" + "zpos" "25" + "wide" "30" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "R" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +}
\ No newline at end of file diff --git a/resource/ui/tfadvancedoptionsdialog.res b/resource/ui/tfadvancedoptionsdialog.res index d320666..dc1346a 100644 --- a/resource/ui/tfadvancedoptionsdialog.res +++ b/resource/ui/tfadvancedoptionsdialog.res @@ -14,7 +14,7 @@ "enabled" "1" "tabPosition" "0" "bgcolor_override" "DarkGrey" - "paintbackgroundtype" "0" + "paintbackgroundtype" "2" "settitlebarvisible" "0" "paintborder" "1" "paintbackground" "1" @@ -30,7 +30,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "CerbeticaBold24" "labelText" "#TF_AdvancedOptions" "textAlignment" "center" "xpos" "0" @@ -68,15 +68,6 @@ "Command" "Close" "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" } "OkButton" @@ -102,15 +93,6 @@ "Command" "Ok" "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" } "PanelListPanel" @@ -118,9 +100,9 @@ "ControlName" "CPanelListPanel" "fieldName" "PanelListPanel" "xpos" "10" - "ypos" "40" + "ypos" "35" "wide" "480" - "tall" "260" + "tall" "270" "autoResize" "0" "pinCorner" "0" "visible" "1" |
