diff options
| author | CriticalFlaw <[email protected]> | 2020-11-01 08:50:15 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-11-01 08:50:15 -0500 |
| commit | d7b5e91f1448f4f0997ec471c380bab807677e61 (patch) | |
| tree | 91affe3f060dc6aa45833e11fd3e2f87977a03bf /resource/ui | |
| parent | 3a82bce10530199ef6eb71d60d2665eff66432c8 (diff) | |
Scream Fortress 2020
- Updated Steam Workshop pages.
- Updated closed captions and hud animations
- Removed unused borders, added missing ones.
- Removed unused Twitch pages.
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/basechat.res | 5 | ||||
| -rw-r--r-- | resource/ui/charinfoarmorysubpanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/classselection.res | 2 | ||||
| -rw-r--r-- | resource/ui/compstats.res | 8 | ||||
| -rw-r--r-- | resource/ui/huddamageaccount.res | 2 | ||||
| -rw-r--r-- | resource/ui/hudplayerclass.res | 2 | ||||
| -rw-r--r-- | resource/ui/hudplayerhealth.res | 2 | ||||
| -rw-r--r-- | resource/ui/importfiledialog.res | 2300 | ||||
| -rw-r--r-- | resource/ui/mainmenuoverride.res | 2 | ||||
| -rw-r--r-- | resource/ui/publishfiledialog.res | 94 | ||||
| -rw-r--r-- | resource/ui/scoreboard.res | 2 | ||||
| -rw-r--r-- | resource/ui/statsummary_embedded.res | 3 | ||||
| -rw-r--r-- | resource/ui/steamworkshopdialog.res | 2 | ||||
| -rw-r--r-- | resource/ui/streamlistpanel.res | 227 | ||||
| -rw-r--r-- | resource/ui/streampanel.res | 186 | ||||
| -rw-r--r-- | resource/ui/teammenu.res | 2 |
16 files changed, 2365 insertions, 476 deletions
diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 092fffb..9ae653d 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -10,7 +10,8 @@ "ypos" "25" "wide" "210" "tall" "100" - "PaintBackgroundType" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" } ChatInputLine @@ -64,4 +65,4 @@ "font" "ChatFont" "maxchars" "-1" } -}
\ No newline at end of file +} diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res index 14021bf..8b5ba72 100644 --- a/resource/ui/charinfoarmorysubpanel.res +++ b/resource/ui/charinfoarmorysubpanel.res @@ -161,7 +161,7 @@ "wrap" "1" "highlight_color" "ColorCyan" "itemset_color" "216 244 9 255" - "link_color" "200 128 255 255" + "link_color" "ColorPurple" "image_up_arrow" "scroll_up_off" "image_up_arrow_mouseover" "scroll_up_on" "image_down_arrow" "scroll_down_off" diff --git a/resource/ui/classselection.res b/resource/ui/classselection.res index 3ac45a7..9745e5e 100644 --- a/resource/ui/classselection.res +++ b/resource/ui/classselection.res @@ -1,2 +1,2 @@ //#base "../../customizations/team_menu/classselection-center.res" -#base "../../customizations/team_menu/classselection.res"
\ No newline at end of file +#base "../../customizations/team_menu/classselection.res" diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index 1b18085..11d045c 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -33,10 +33,10 @@ "ControlName" "CPvPRankPanel" "fieldName" "RankPanel" "xpos" "0" - "ypos" "-68" + "ypos" "-60" "zpos" "100" "wide" "330" - "tall" "102" + "tall" "92" "visible" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" @@ -56,7 +56,7 @@ "ControlName" "CExButton" "fieldName" "ShowLeaderboardsButton" "xpos" "rs1-10" - "ypos" "40" + "ypos" "38" "zpos" "0" "wide" "p0.45" "tall" "15" @@ -77,7 +77,7 @@ "ControlName" "Button" "fieldName" "ShowMatchHistoryButton" "xpos" "10" - "ypos" "40" + "ypos" "38" "zpos" "0" "wide" "p0.45" "tall" "15" diff --git a/resource/ui/huddamageaccount.res b/resource/ui/huddamageaccount.res index f4f00a1..5722af4 100644 --- a/resource/ui/huddamageaccount.res +++ b/resource/ui/huddamageaccount.res @@ -54,4 +54,4 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } -}
\ No newline at end of file +} diff --git a/resource/ui/hudplayerclass.res b/resource/ui/hudplayerclass.res index c5642ae..ffb958d 100644 --- a/resource/ui/hudplayerclass.res +++ b/resource/ui/hudplayerclass.res @@ -1,2 +1,2 @@ //#base "../../customizations/player_model/hudplayerclass-left.res" -#base "../../customizations/player_model/hudplayerclass.res"
\ No newline at end of file +#base "../../customizations/player_model/hudplayerclass.res" diff --git a/resource/ui/hudplayerhealth.res b/resource/ui/hudplayerhealth.res index 9d1283f..76fc9a3 100644 --- a/resource/ui/hudplayerhealth.res +++ b/resource/ui/hudplayerhealth.res @@ -1,3 +1,3 @@ //#base "../../customizations/player_health/hudplayerhealth-broesel.res" //#base "../../customizations/player_health/hudplayerhealth-cross.res" -#base "../../customizations/player_health/hudplayerhealth.res"
\ No newline at end of file +#base "../../customizations/player_health/hudplayerhealth.res" diff --git a/resource/ui/importfiledialog.res b/resource/ui/importfiledialog.res new file mode 100644 index 0000000..72ab31d --- /dev/null +++ b/resource/ui/importfiledialog.res @@ -0,0 +1,2300 @@ +"ImportFileDialog.res" +{ + "ImportFileDialog" + { + "ControlName" "CImportFileDialog" + "fieldName" "ImportFileDialog" + "xpos" "c-300" + "ypos" "c-200" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "border" "NoBorder" + } + + "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" "0 0 0 255" + } + + "WorkshopBG" + { + "ControlName" "ImagePanel" + "fieldName" "WorkshopBG" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "600" + "tall" "300" + "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" "0 0 0 255" + } + + "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_ImportFile_Title" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica20" + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "5" + "ypos" "0" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_NameLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "Name" + { + "ControlName" "TextEntry" + "fieldName" "Name" + "xpos" "5" + "ypos" "20" + "wide" "190" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + "paintbackgroundtype" "2" + "font" "Cerbetica12" + } + + "TypeLabel" + { + "ControlName" "Label" + "fieldName" "TypeLabel" + "xpos" "210" + "ypos" "0" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_TypeLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "TypeComboBox" + { + "ControlName" "ComboBox" + "fieldName" "TypeComboBox" + "font" "Cerbetica12" + "xpos" "210" + "ypos" "20" + "wide" "190" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "editable" "0" + "visible" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + } + + "EquipRegionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EquipRegionPanel" + "xpos" "5" + "ypos" "40" + "wide" "190" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "editable" "0" + "visible" "1" + + "EquipRegionLabel" + { + "ControlName" "Label" + "fieldName" "EquipRegionLabel" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_EquipRegionLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "EquipRegionComboBox" + { + "ControlName" "ComboBox" + "fieldName" "EquipRegionComboBox" + "font" "Cerbetica12" + "xpos" "0" + "ypos" "20" + "wide" "190" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "editable" "0" + "visible" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + } + } + + "WorkshopIDLabel" + { + "ControlName" "Label" + "fieldName" "WorkshopIDLabel" + "xpos" "205" + "ypos" "0" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_WorkshopIDLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "WorkshopIDTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "WorkshopIDTextEntry" + "xpos" "205" + "ypos" "20" + "wide" "190" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "1" + "unicode" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + "paintbackgroundtype" "2" + "font" "Cerbetica12" + } + + "TFEnglishNameLabel" + { + "ControlName" "Label" + "fieldName" "TFEnglishNameLabel" + "xpos" "205" + "ypos" "43" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "TF_English Name" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "TFEnglishNameTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "TFEnglishNameTextEntry" + "xpos" "205" + "ypos" "63" + "wide" "190" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + "paintbackgroundtype" "2" + "font" "Cerbetica12" + } + + "PerforceCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "PerforceCheckButton" + "labelText" "Perforce" + "font" "Cerbetica12" + "textAlignment" "west" + "xpos" "245" + "ypos" "85" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "border" "NoBorder" + } + + "PartnerCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "PartnerCheckButton" + "labelText" "Partner" + "font" "Cerbetica12" + "textAlignment" "west" + "xpos" "325" + "ypos" "85" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "border" "NoBorder" + } + + "IconPanel" + { + "ControlName" "EditablePanel" + "fieldName" "IconPanel" + "xpos" "405" + "ypos" "5" + "wide" "190" + "tall" "122" + "visible" "1" + "border" "NoBorder" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + + "ButtonIconClear" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonIconClear" + "xpos" "173" + "ypos" "2" + "zpos" "2" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "ClearIcon" + "image_drawcolor" "TanLight" + "image_armedcolor" "200 10 20 255" + "image_disabledcolor" "0 0 0 255" + "use_proportional_insets" "1" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "replay/thumbnails/close" + } + } + + "ButtonIconBrowse" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonIconBrowse" + "xpos" "153" + "ypos" "2" + "zpos" "2" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "BrowseIcon" + "image_drawcolor" "TanLight" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_view" + } + } + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "190" + "tall" "122" + } + + "IconLabel" + { + "ControlName" "Label" + "fieldName" "IconLabel" + "xpos" "4" + "ypos" "0" + "zpos" "2" + "wide" "105" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_IconLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + } + + "ClassModelsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassModelsPanel" + "xpos" "5" + "ypos" "80" + "wide" "70" + "tall" "219" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + "ClassesTitle" + { + "ControlName" "Label" + "fieldName" "ClassModelsTitle" + "xpos" "4" + "ypos" "-3" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_Models" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "ClassHighlight1" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight1" + "xpos" "4" + "ypos" "18" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton1" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass1" + "xpos" "4" + "ypos" "15" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Scout" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight2" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight2" + "xpos" "4" + "ypos" "40" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton2" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass2" + "xpos" "4" + "ypos" "37" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Sniper" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight3" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight3" + "xpos" "4" + "ypos" "62" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton3" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass3" + "xpos" "4" + "ypos" "59" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Soldier" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight4" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight4" + "xpos" "4" + "ypos" "84" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton4" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass4" + "xpos" "4" + "ypos" "81" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Demoman" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight5" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight5" + "xpos" "4" + "ypos" "106" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton5" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass5" + "xpos" "4" + "ypos" "103" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Medic" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight6" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight6" + "xpos" "4" + "ypos" "128" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton6" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass6" + "xpos" "4" + "ypos" "125" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_HWGuy" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight7" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight7" + "xpos" "4" + "ypos" "150" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton7" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass7" + "xpos" "4" + "ypos" "147" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Pyro" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight8" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight8" + "xpos" "4" + "ypos" "172" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton8" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass8" + "xpos" "4" + "ypos" "169" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Spy" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + "ClassHighlight9" + { + "ControlName" "Panel" + "fieldName" "ClassHighlight9" + "xpos" "4" + "ypos" "194" + "wide" "75" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "TanDark" + } + "ClassButton9" + { + "ControlName" "RadioButton" + "fieldName" "ButtonSelectClass9" + "xpos" "4" + "ypos" "191" + "wide" "75" + "tall" "25" + "labelText" "#TF_Class_Name_Engineer" + "font" "Cerbetica12" + "defaultFgColor_override" "TanLight" + } + } + + "BodygroupsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BodygroupsPanel" + "xpos" "105" + "ypos" "80" + "wide" "90" + "tall" "219" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "NoBorder" + + "BodygroupTitle" + { + "ControlName" "Label" + "fieldName" "BodygroupTitle" + "xpos" "4" + "ypos" "-3" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_Bodygroups" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "Bodygroup0" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup0" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "18" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup1" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup1" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "40" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup2" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup2" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "62" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup3" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup3" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "84" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup4" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup4" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "106" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup5" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup5" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "128" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup6" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup6" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "150" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup7" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup7" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "172" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + + "Bodygroup8" + { + "ControlName" "CheckButton" + "fieldName" "Bodygroup8" + "labelText" "" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "194" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdateBodygroup" + "border" "NoBorder" + } + } + + "LODsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LODsPanel" + "xpos" "250" + "ypos" "80" + "wide" "150" + "tall" "270" + "visible" "1" + "paintbackground" "0" + + "LOD0Panel" + { + "ControlName" "EditablePanel" + "fieldName" "LOD0Panel" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "50" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + + "LOD0Label" + { + "ControlName" "Label" + "fieldName" "LOD0Label" + "xpos" "4" + "ypos" "-3" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_LOD0" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonLOD0Clear" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLOD0Clear" + "xpos" "133" + "ypos" "2" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "ClearLOD0" + "image_drawcolor" "TanLight" + "image_armedcolor" "200 10 20 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "replay/thumbnails/close" + } + } + "ButtonLOD0Browse" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLOD0Browse" + "xpos" "113" + "ypos" "2" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "BrowseLOD0" + "image_drawcolor" "TanLight" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_view" + } + } + "LOD0File" + { + "ControlName" "Label" + "fieldName" "LOD0File" + "xpos" "4" + "ypos" "20" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + } + "LOD0Details" + { + "ControlName" "Label" + "fieldName" "LOD0Details" + "xpos" "4" + "ypos" "35" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "" + "font" "Cerbetica12" + } + } + + "LOD1Panel" + { + "ControlName" "EditablePanel" + "fieldName" "LOD1Panel" + "xpos" "0" + "ypos" "60" + "wide" "150" + "tall" "50" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + "LOD1Label" + { + "ControlName" "Label" + "fieldName" "LOD1Label" + "xpos" "4" + "ypos" "-3" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_LOD1" + "textAlignment" "west" + "font" "Cerbetica12" + "enabled" "0" + } + "ButtonLOD1Clear" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLOD1Clear" + "xpos" "133" + "ypos" "2" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "enabled" "0" + "labelText" "" + "command" "ClearLOD1" + "image_drawcolor" "TanLight" + "image_armedcolor" "200 10 20 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "replay/thumbnails/close" + } + } + "ButtonLOD1Browse" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLOD1Browse" + "xpos" "113" + "ypos" "2" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "enabled" "0" + "labelText" "" + "command" "BrowseLOD1" + "image_drawcolor" "TanLight" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_view" + } + } + "LOD1File" + { + "ControlName" "Label" + "fieldName" "LOD1File" + "xpos" "4" + "ypos" "20" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + "enabled" "0" + } + "LOD1Details" + { + "ControlName" "Label" + "fieldName" "LOD1Details" + "xpos" "4" + "ypos" "35" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "" + "font" "Cerbetica12" + "enabled" "0" + } + } + + "LOD2Panel" + { + "ControlName" "EditablePanel" + "fieldName" "LOD2Panel" + "xpos" "0" + "ypos" "120" + "wide" "150" + "tall" "50" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + "LOD2Label" + { + "ControlName" "Label" + "fieldName" "LOD2Label" + "xpos" "4" + "ypos" "-3" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_LOD2" + "textAlignment" "west" + "font" "Cerbetica12" + "enabled" "0" + } + "ButtonLOD2Clear" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLOD2Clear" + "xpos" "133" + "ypos" "2" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "enabled" "0" + "labelText" "" + "command" "ClearLOD2" + "image_drawcolor" "TanLight" + "image_armedcolor" "200 10 20 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "replay/thumbnails/close" + } + } + "ButtonLOD2Browse" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLOD2Browse" + "xpos" "113" + "ypos" "2" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "enabled" "0" + "labelText" "" + "command" "BrowseLOD2" + "image_drawcolor" "TanLight" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_view" + } + } + "LOD2File" + { + "ControlName" "Label" + "fieldName" "LOD2File" + "xpos" "4" + "ypos" "20" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + "enabled" "0" + } + "LOD2Details" + { + "ControlName" "Label" + "fieldName" "LOD2Details" + "xpos" "4" + "ypos" "35" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "" + "font" "Cerbetica12" + "enabled" "0" + } + } + + "ButtonEditQC" + { + "ControlName" "Button" + "fieldName" "ButtonEditQC" + "xpos" "0" + "ypos" "195" + "zpos" "1" + "wide" "92" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_EditQC" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "EditQC" + "Default" "0" + "font" "Cerbetica12" + } + } + + "SkinsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "SkinsPanel" + "xpos" "405" + "ypos" "130" + "wide" "190" + "tall" "219" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + "SkinsTitle" + { + "ControlName" "Label" + "fieldName" "SkinsTitle" + "xpos" "4" + "ypos" "-3" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_Skins" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + + "SwapVMTButton" + { + "ControlName" "Button" + "fieldName" "SwapVMTButton" + "xpos" "125" + "ypos" "3" + "wide" "60" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_SwapVMT" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "SwapVMT" + "Default" "1" + "font" "Cerbetica12" + } + + "SkinComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SkinComboBox" + "Font" "Cerbetica12" + "xpos" "4" + "ypos" "18" + "wide" "181" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "editable" "0" + "visible" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + } + + "Material0Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Material0Panel" + "xpos" "4" + "ypos" "39" + "wide" "250" + "tall" "50" + "visible" "0" + "paintbackground" "0" + + "Material0Label" + { + "ControlName" "Label" + "fieldName" "Material0Label" + "xpos" "4" + "ypos" "3" + "wide" "240" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonMaterial0Edit" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonMaterial0Edit" + "xpos" "162" + "ypos" "3" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "EditMaterial0" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_edit" + } + } + "Material0File" + { + "ControlName" "Label" + "fieldName" "Material0File" + "xpos" "4" + "ypos" "18" + "wide" "190" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + } + } + + "Material1Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Material1Panel" + "xpos" "4" + "ypos" "74" + "wide" "250" + "tall" "50" + "visible" "0" + "paintbackground" "0" + + "Material1Label" + { + "ControlName" "Label" + "fieldName" "Material1Label" + "xpos" "4" + "ypos" "3" + "wide" "240" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonMaterial1Edit" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonMaterial1Edit" + "xpos" "162" + "ypos" "3" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "EditMaterial1" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_edit" + } + } + "Material1File" + { + "ControlName" "Label" + "fieldName" "Material1File" + "xpos" "4" + "ypos" "18" + "wide" "190" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + "fillcolor" "255 0 0 255" + } + } + + "Material2Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Material2Panel" + "xpos" "4" + "ypos" "109" + "wide" "250" + "tall" "50" + "visible" "0" + "paintbackground" "0" + + "Material2Label" + { + "ControlName" "Label" + "fieldName" "Material2Label" + "xpos" "4" + "ypos" "3" + "wide" "240" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonMaterial2Edit" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonMaterial2Edit" + "xpos" "162" + "ypos" "3" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "EditMaterial2" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_edit" + } + } + "Material2File" + { + "ControlName" "Label" + "fieldName" "Material2File" + "xpos" "4" + "ypos" "18" + "wide" "190" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + } + } + + "Material3Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Material3Panel" + "xpos" "4" + "ypos" "144" + "wide" "250" + "tall" "50" + "visible" "0" + "paintbackground" "0" + + "Material3Label" + { + "ControlName" "Label" + "fieldName" "Material3Label" + "xpos" "4" + "ypos" "3" + "wide" "240" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonMaterial3Edit" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonMaterial3Edit" + "xpos" "162" + "ypos" "3" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "EditMaterial3" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_edit" + } + } + "Material3File" + { + "ControlName" "Label" + "fieldName" "Material3File" + "xpos" "4" + "ypos" "18" + "wide" "190" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + } + } + + "Paintable0CheckBox" + { + "ControlName" "CheckButton" + "fieldName" "Paintable0CheckBox" + "labelText" "#TF_ImportFile_Paintable0" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "4" + "ypos" "190" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdatePaintable0" + "border" "NoBorder" + } + + "Paintable1CheckBox" + { + "ControlName" "CheckButton" + "fieldName" "Paintable1CheckBox" + "labelText" "#TF_ImportFile_Paintable1" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "100" + "ypos" "190" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "117 107 94 255" + "command" "UpdatePaintable1" + "border" "NoBorder" + } + } + + "AnimationPropLabel" + { + "ControlName" "Label" + "fieldName" "AnimationPropLabel" + "xpos" "0" + "ypos" "105" + "wide" "150" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_AnimationProp" + "textAlignment" "west" + "font" "Cerbetica12" + } + + "TauntInputPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TauntInputPanel" + "xpos" "95" + "ypos" "80" + "wide" "150" + "tall" "219" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "AnimationSourcePanel" + { + "ControlName" "EditablePanel" + "fieldName" "AnimationSourcePanel" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "50" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + + "AnimationSourceLabel" + { + "ControlName" "Label" + "fieldName" "AnimationSourceLabel" + "xpos" "4" + "ypos" "-3" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_AnimationSource" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonAnimationSourceClear" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonAnimationSourceClear" + "xpos" "133" + "ypos" "2" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "ClearAnimationSource" + "image_drawcolor" "TanLight" + "image_armedcolor" "200 10 20 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "replay/thumbnails/close" + } + } + "ButtonAnimationSourceBrowse" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonAnimationSourceBrowse" + "xpos" "113" + "ypos" "2" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "BrowseAnimationSource" + "image_drawcolor" "TanLight" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_view" + } + } + "AnimationSourceFile" + { + "ControlName" "Label" + "fieldName" "AnimationSourceFile" + "xpos" "4" + "ypos" "20" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + } + "AnimationSourceDetails" + { + "ControlName" "Label" + "fieldName" "AnimationSourceDetails" + "xpos" "4" + "ypos" "35" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "" + "font" "Cerbetica12" + } + } + + "AnimationVCDPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AnimationVCDPanel" + "xpos" "0" + "ypos" "60" + "wide" "150" + "tall" "50" + "visible" "1" + "paintbackground" "0" + "border" "NoBorder" + + + "AnimationVCDLabel" + { + "ControlName" "Label" + "fieldName" "AnimationVCDLabel" + "xpos" "4" + "ypos" "-3" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_AnimationVCD" + "textAlignment" "west" + "font" "Cerbetica12" + } + "ButtonAnimationVCDClear" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonAnimationVCDClear" + "xpos" "133" + "ypos" "2" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "ClearAnimationVCD" + "image_drawcolor" "TanLight" + "image_armedcolor" "200 10 20 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "replay/thumbnails/close" + } + } + "ButtonAnimationVCDBrowse" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonAnimationVCDBrowse" + "xpos" "113" + "ypos" "2" + "wide" "19" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "textinsetx" "15" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "labelText" "" + "command" "BrowseAnimationVCD" + "image_drawcolor" "TanLight" + "image_armedcolor" "170 221 183 255" + "image_disabledcolor" "0 0 0 255" + "paintbackground" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "13" + "tall" "13" + "scaleImage" "1" + "image" "glyph_workshop_view" + } + } + "AnimationVCDFile" + { + "ControlName" "Label" + "fieldName" "AnimationVCDFile" + "xpos" "4" + "ypos" "20" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_PublishFile_NoFileSelected" + "font" "Cerbetica12" + } + } + + "AnimDurationLabel" + { + "ControlName" "Label" + "fieldName" "AnimDurationLabel" + "xpos" "0" + "ypos" "120" + "wide" "120" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" "#TF_ImportFile_AnimationDuration" + "font" "Cerbetica12" + } + + "AnimationLoopCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "AnimationLoopCheckButton" + "labelText" "Loop" + "Font" "Cerbetica12" + "textAlignment" "west" + "xpos" "0" + "ypos" "140" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "command" "UpdateAnimationLoopable" + "border" "NoBorder" + } + + "AnimationLoopStartLabel" + { + "ControlName" "Label" + "fieldName" "AnimationLoopStartLabel" + "xpos" "50" + "ypos" "165" + "wide" "60" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "labelText" ": Start Time" + "font" "Cerbetica12" + "proportionaltoparent" "1" + } + + "AnimationLoopStartTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "AnimationLoopStartTextEntry" + "xpos" "4" + "ypos" "165" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "1" + "unicode" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "ColorBlack" + "paintbackgroundtype" "2" + "proportionaltoparent" "1" + "font" "Cerbetica12" + } + + "ButtonEditQCI" + { + "ControlName" "Button" + "fieldName" "ButtonEditQCI" + "xpos" "0" + "ypos" "195" + "zpos" "1" + "wide" "92" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_EditQCI" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "EditQCI" + "Default" "0" + "font" "Cerbetica12" + } + } + + "ButtonLoad" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonLoad" + "xpos" "120" + "ypos" "365" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Browse" + "font" "Cerbetica12" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "command" "Load" + } + + "ButtonClose" + { + "ControlName" "CExButton" + "fieldName" "ButtonClose" + "xpos" "10" + "ypos" "365" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Close" + "font" "Cerbetica12" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "Close" + } + + "ButtonPreview" + { + "ControlName" "Button" + "fieldName" "ButtonPreview" + "xpos" "270" + "ypos" "365" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_Preview" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "BuildPreview" + "Default" "1" + "font" "Cerbetica12" + } + + "ButtonVerify" + { + "ControlName" "Button" + "fieldName" "ButtonVerify" + "xpos" "380" + "ypos" "365" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_Verify" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "BuildVerify" + "Default" "1" + "font" "Cerbetica12" + } + + "ButtonBuild" + { + "ControlName" "Button" + "fieldName" "ButtonBuild" + "xpos" "490" + "ypos" "365" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ImportFile_Build" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "BuildFinal" + "Default" "1" + "font" "Cerbetica12" + } + + "BetaNotice" + { + "ControlName" "ImagePanel" + "fieldName" "BetaNotice" + "xpos" "c100" + "ypos" "c-240" + "zpos" "1" + "wide" "128" + "tall" "128" + "scaleImage" "1" + "image" "beta" + "visible" "0" + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "c-290" + "ypos" "c-182" + "zpos" "1" + "wide" "340" + "tall" "313" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "render_texture" "0" + "fov" "40" + "allow_manip" "1" + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "modelname" "" + } + } +}
\ No newline at end of file diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index 2a34e24..f34cc2e 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -1,3 +1,3 @@ #base "../../resource/preload.res" //#base "../../customizations/main_menu/mainmenuoverride-classic.res" -#base "../../customizations/main_menu/mainmenuoverride.res"
\ No newline at end of file +#base "../../customizations/main_menu/mainmenuoverride.res" diff --git a/resource/ui/publishfiledialog.res b/resource/ui/publishfiledialog.res index 0b8d8ee..8899f5e 100644 --- a/resource/ui/publishfiledialog.res +++ b/resource/ui/publishfiledialog.res @@ -31,7 +31,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "DarkGrey" + "bgcolor_override" "ColorBlack" } "WorkshopBG" @@ -42,7 +42,7 @@ "ypos" "0" "zpos" "-99" "wide" "600" - "tall" "500" + "tall" "300" "visible" "1" "enabled" "1" "image" "workshop_blue_top" @@ -62,7 +62,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "DarkGrey" + "bgcolor_override" "ColorBlack" } "Title" @@ -218,7 +218,7 @@ "maxchars" "128" "NumericInputOnly" "0" "unicode" "1" - "fgcolor_override" "0 0 0 255" + "fgcolor_override" "ColorBlack" "bgcolor_override" "235 226 202 255" "paintbackgroundtype" "2" "font" "HudFontSmall" @@ -262,7 +262,7 @@ "maxchars" "8000" "NumericInputOnly" "0" "unicode" "1" - "fgcolor_override" "0 0 0 255" + "fgcolor_override" "ColorBlack" "bgcolor_override" "235 226 202 255" "paintbackgroundtype" "2" "font" "HudFontSmall" @@ -293,8 +293,8 @@ { "ControlName" "Label" "fieldName" "SourceFile" - "xpos" "225" - "ypos" "250" + "xpos" "230" + "ypos" "310" "wide" "275" "tall" "25" "autoResize" "0" @@ -465,7 +465,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox1" "labelText" "#TF_Class_Name_Scout" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "25" @@ -485,7 +485,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox2" "labelText" "#TF_Class_Name_Sniper" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "45" @@ -505,7 +505,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox3" "labelText" "#TF_Class_Name_Soldier" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "65" @@ -525,7 +525,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox4" "labelText" "#TF_Class_Name_Demoman" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "85" @@ -545,7 +545,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox5" "labelText" "#TF_Class_Name_Medic" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "105" @@ -565,7 +565,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox6" "labelText" "#TF_Class_Name_HWGuy" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "125" @@ -585,7 +585,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox7" "labelText" "#TF_Class_Name_Pyro" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "145" @@ -605,7 +605,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox8" "labelText" "#TF_Class_Name_Spy" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "165" @@ -625,7 +625,7 @@ "ControlName" "CheckButton" "fieldName" "ClassCheckBox9" "labelText" "#TF_Class_Name_Engineer" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "" "ypos" "185" @@ -646,7 +646,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Headgear" "labelText" "#TF_SteamWorkshop_Tag_Headgear" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "25" @@ -666,7 +666,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Weapon" "labelText" "#TF_SteamWorkshop_Tag_Weapon" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "45" @@ -686,7 +686,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Misc" "labelText" "#TF_SteamWorkshop_Tag_Misc" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "65" @@ -706,7 +706,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_SoundDevice" "labelText" "#TF_SteamWorkshop_Tag_SoundDevice" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "85" @@ -726,7 +726,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Halloween" "labelText" "#TF_SteamWorkshop_Tag_Halloween" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "105" @@ -746,7 +746,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Smissmas" "labelText" "#TF_SteamWorkshop_Tag_Smissmas" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "125" @@ -766,7 +766,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Taunt" "labelText" "#TF_SteamWorkshop_Tag_Taunt" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "145" @@ -786,7 +786,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_UnusualEffect" "labelText" "#TF_SteamWorkshop_Tag_UnusualEffect" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "165" @@ -806,7 +806,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_WarPaint" "labelText" "#TF_SteamWorkshop_Tag_WarPaint" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "185" @@ -826,7 +826,7 @@ "ControlName" "CheckButton" "fieldName" "TagCheckbox_Jungle" "labelText" "#TF_SteamWorkshop_Tag_Jungle" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "205" @@ -847,7 +847,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_CTF" "labelText" "#TF_SteamWorkshop_Tag_CTF" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "25" @@ -867,7 +867,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_CP" "labelText" "#TF_SteamWorkshop_Tag_CP" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "45" @@ -887,7 +887,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Escort" "labelText" "#TF_SteamWorkshop_Tag_Escort" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "65" @@ -907,7 +907,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_EscortRace" "labelText" "#TF_SteamWorkshop_Tag_EscortRace" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "85" @@ -927,7 +927,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_RobotDestruction" "labelText" "#TF_SteamWorkshop_Tag_RobotDestruction" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "105" @@ -947,7 +947,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Koth" "labelText" "#TF_SteamWorkshop_Tag_Koth" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "125" @@ -967,7 +967,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_AttackDefense" "labelText" "#TF_SteamWorkshop_Tag_AttackDefense" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "145" @@ -987,7 +987,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_SD" "labelText" "#TF_SteamWorkshop_Tag_SD" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "165" @@ -1007,7 +1007,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_MVM" "labelText" "#TF_SteamWorkshop_Tag_MVM" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "0" "ypos" "185" @@ -1027,7 +1027,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Arena" "labelText" "#TF_SteamWorkshop_Tag_Arena" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "25" @@ -1047,7 +1047,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Powerup" "labelText" "#TF_SteamWorkshop_Tag_Powerup" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "45" @@ -1067,7 +1067,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Medieval" "labelText" "#TF_SteamWorkshop_Tag_Medieval" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "65" @@ -1087,7 +1087,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_PassTime" "labelText" "#TF_SteamWorkshop_Tag_PassTime" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "85" @@ -1107,7 +1107,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Specialty" "labelText" "#TF_SteamWorkshop_Tag_Specialty" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "105" @@ -1127,7 +1127,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckBox_Halloween" "labelText" "#TF_SteamWorkshop_Tag_Halloween" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "125" @@ -1147,7 +1147,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckbox_Smissmas" "labelText" "#TF_SteamWorkshop_Tag_Smissmas" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "145" @@ -1167,7 +1167,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckbox_Night" "labelText" "#TF_SteamWorkshop_Tag_Night" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "165" @@ -1187,7 +1187,7 @@ "ControlName" "CheckButton" "fieldName" "MapsCheckbox_Jungle" "labelText" "#TF_SteamWorkshop_Tag_Jungle" - "Font" "ItemFontNameSmall" + "Font" "ItemFontAttribSmall" "textAlignment" "west" "xpos" "85" "ypos" "185" @@ -1208,9 +1208,9 @@ { "ControlName" "Button" "fieldName" "ButtonClose" - "xpos" "145" + "xpos" "10" "ypos" "365" - "wide" "150" + "wide" "100" "tall" "25" "autoResize" "0" "pinCorner" "0" @@ -1231,7 +1231,7 @@ { "ControlName" "Button" "fieldName" "ButtonPublish" - "xpos" "305" + "xpos" "120" "ypos" "365" "wide" "150" "tall" "25" diff --git a/resource/ui/scoreboard.res b/resource/ui/scoreboard.res index ae77a99..5dafd95 100644 --- a/resource/ui/scoreboard.res +++ b/resource/ui/scoreboard.res @@ -1,2 +1,2 @@ //#base "../../customizations/scoreboards/scoreboard-minimal.res" -#base "../../customizations/scoreboards/scoreboard.res"
\ No newline at end of file +#base "../../customizations/scoreboards/scoreboard.res" diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res index b320e95..574d2f7 100644 --- a/resource/ui/statsummary_embedded.res +++ b/resource/ui/statsummary_embedded.res @@ -243,7 +243,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "bgcolor_override" "15 15 15 255" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" } "AveragesLabel" { diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 06516ae..2afee9e 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -412,7 +412,7 @@ "border_default" "NoBorder" "image_drawcolor" "TanLight" - "image_disabledcolor" "ColorBlack" + "image_disabledcolor" "ColorBlack" "SubImage" { diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res deleted file mode 100644 index beddbe1..0000000 --- a/resource/ui/streamlistpanel.res +++ /dev/null @@ -1,227 +0,0 @@ -"Resource/UI/StreamListPanel.res" -{ - "HeaderContainer" - { - "ControlName" "EditablePanel" - "fieldName" "HeaderContainer" - "xpos" "0" - "ypos" "0" - "wide" "300" - "tall" "22" - "visible" "1" - - "HeaderLabel" - { - "ControlName" "CExLabel" - "fieldName" "HeaderLabel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "labelText" "Currently Live on Twitch" - "xpos" "0" - "ypos" "0" - "wide" "300" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - "fgcolor_override" "TanLight" - "bgcolor_override" "100 65 165 255" - } - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "282" - "ypos" "6" - "zpos" "10" - "wide" "12" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "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" "Blank" - "armedFgColor_override" "Blank" - "depressedFgColor_override" "Blank" - - "image_drawcolor" "TanLight" - "image_armedcolor" "255 0 0 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "12" - "tall" "12" - "visible" "1" - "enabled" "1" - "image" "replay/thumbnails/close" - "scaleImage" "1" - } - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#MMenu_Stream_Title" - "textAlignment" "west" - "xpos" "5" - "ypos" "26" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "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" - "fieldName" "Stream1" - "xpos" "0" - "ypos" "30" - "wide" "p1" - "tall" "50" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "proportionaltoparent" "1" - } - - "Stream2" - { - "ControlName" "CTFStreamPanel" - "fieldName" "Stream2" - "xpos" "0" - "ypos" "85" - "wide" "p1" - "tall" "50" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "proportionaltoparent" "1" - } - - "Stream3" - { - "ControlName" "CTFStreamPanel" - "fieldName" "Stream3" - "xpos" "0" - "ypos" "140" - "wide" "p1" - "tall" "50" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "proportionaltoparent" "1" - } - - "Stream4" - { - "ControlName" "CTFStreamPanel" - "fieldName" "Stream4" - "xpos" "0" - "ypos" "195" - "wide" "p1" - "tall" "50" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "proportionaltoparent" "1" - } - - "Stream5" - { - "ControlName" "CTFStreamPanel" - "fieldName" "Stream5" - "xpos" "0" - "ypos" "250" - "wide" "p1" - "tall" "50" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "proportionaltoparent" "1" - } - - "Stream_URLButton" - { - "ControlName" "CExButton" - "fieldName" "Stream_URLButton" - "xpos" "75" - "ypos" "307" - "wide" "150" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#MMenu_Stream_ViewMore" - "textinsetx" "20" - "use_proportional_insets" "1" - "font" "HudFontSmallestBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "command" "view_more" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "TanLight" - "defaultBgColor_override" "TanDarker" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - } -}
\ No newline at end of file diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res deleted file mode 100644 index 71d284f..0000000 --- a/resource/ui/streampanel.res +++ /dev/null @@ -1,186 +0,0 @@ -"Resource/UI/StreamPanel.res" -{ - "BGRect" - { - "ControlName" "EditablePanel" - "fieldName" "BGRect" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "f0" - "visible" "1" - "proportionaltoparent" "1" - "bgcolor_override" "DarkGrey" - } - - "LoadingPanel" - { - "ControlName" "EditablePanel" - "fieldName" "LoadingPanel" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "f0" - "tall" "f0" - "visible" "1" - "proportionaltoparent" "1" - - "SpinnerImage" - { - "ControlName" "ImagePanel" - "fieldName" "PreviewImage" - "xpos" "20" - "ypos" "0" - "zpos" "1" - "wide" "50" - "tall" "50" - "visible" "1" - "enable" "1" - "scaleImage" "1" - "image" "animated/tf2_logo_hourglass" - "proportionaltoparent" "1" - } - - "DescriptionLabel" - { - "ControlName" "CExLabel" - "fieldName" "DescriptionLabel" - "font" "HudFontSmallestBold" - "labelText" "#MMenu_Stream_Loading" - "textAlignment" "west" - "xpos" "90" - "ypos" "0" - "wide" "f0" - "tall" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "56 53 49 255" - "proportionaltoparent" "1" - } - } - - "PreviewImage" - { - "ControlName" "ImagePanel" - "fieldName" "PreviewImage" - "xpos" "5" - "ypos" "3" - "zpos" "1" - "wide" "80" - "tall" "50" - "visible" "1" - "enable" "1" - "scaleImage" "0" - } - - "DisplayNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "DisplayNameLabel" - "font" "HudFontSmallestBold" - "labelText" "%display_name%" - "textAlignment" "west" - "xpos" "90" - "ypos" "5" - "zpos" "3" - "wide" "205" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TanLight" - } - - "TextDescriptionLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextDescriptionLabel" - "font" "HudFontSmallest" - "labelText" "%text_description%" - "textAlignment" "north-west" - "xpos" "90" - "ypos" "18" - "zpos" "3" - "wide" "205" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TanLight" - } - - "ViewerCountLabel" - { - "ControlName" "CExLabel" - "fieldName" "ViewerCountLabel" - "font" "HudFontSmallest" - "labelText" "%viewer_count%" - "textAlignment" "west" - "xpos" "90" - "ypos" "31" - "zpos" "3" - "wide" "205" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TanLight" - } - "ViewerCountLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "ViewerCountLabelShadow" - "font" "HudFontSmallest" - "labelText" "%viewer_count%" - "textAlignment" "west" - "xpos" "-1" - "ypos" "-1" - "zpos" "2" - "wide" "205" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TransparentBlack" - - "pin_to_sibling" "ViewerCountLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "Stream_URLButton" - { - "ControlName" "CExButton" - "fieldName" "Stream_URLButton" - "xpos" "5" - "ypos" "0" - "zpos" "100" - "wide" "290" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "labelText" "" - "visible" "1" - "enabled" "0" - "tabPosition" "0" - "default" "1" - "command" "stream" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "border_armed" "TeamMenuBorder" - - "defaultFgColor_override" "Transparent" - "armedFgColor_override" "Transparent" - "defaultBgColor_override" "Transparent" - "armedBgColor_override" "Transparent" - } -}
\ No newline at end of file diff --git a/resource/ui/teammenu.res b/resource/ui/teammenu.res index 0ddf226..afdfe87 100644 --- a/resource/ui/teammenu.res +++ b/resource/ui/teammenu.res @@ -1,2 +1,2 @@ //#base "../../customizations/team_menu/teammenu-center.res" -#base "../../customizations/team_menu/teammenu.res"
\ No newline at end of file +#base "../../customizations/team_menu/teammenu.res" |
