From 825b1d0f6f94babc46d682ba8e5a45fbbeb760ea Mon Sep 17 00:00:00 2001 From: cooolbros Date: Fri, 7 Aug 2020 14:20:23 +1000 Subject: Revan's changes --- materials/vgui/replay/thumbnails/mvm/bootcamp.vmt | 7 +++++ materials/vgui/replay/thumbnails/mvm/bootcamp.vtf | Bin 0 -> 175008 bytes materials/vgui/replay/thumbnails/mvm/mannup.vmt | 7 +++++ materials/vgui/replay/thumbnails/mvm/mannup.vtf | Bin 0 -> 175008 bytes resource/ui/charinfoloadoutsubpanel.res | 36 ++++++++++++++++------ resource/ui/charinfopanel.res | 2 +- resource/ui/craftingpanel.res | 2 +- resource/ui/econ/store/v2/storepanel.res | 2 +- resource/ui/matchmakingcasualcriteria.res | 4 +-- resource/ui/matchmakingdashboardcomp.res | 3 ++ resource/ui/matchmakingdashboardmvmmodeselect.res | 25 ++++++++++++--- resource/ui/pvprankpanel.res | 1 + 12 files changed, 71 insertions(+), 18 deletions(-) create mode 100644 materials/vgui/replay/thumbnails/mvm/bootcamp.vmt create mode 100644 materials/vgui/replay/thumbnails/mvm/bootcamp.vtf create mode 100644 materials/vgui/replay/thumbnails/mvm/mannup.vmt create mode 100644 materials/vgui/replay/thumbnails/mvm/mannup.vtf diff --git a/materials/vgui/replay/thumbnails/mvm/bootcamp.vmt b/materials/vgui/replay/thumbnails/mvm/bootcamp.vmt new file mode 100644 index 0000000..c07a6be --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/bootcamp.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/mvm/bootcamp" + "$nolod" "1" + "$nomip" "1" + "%keywords" "tf, mvm, map" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mvm/bootcamp.vtf b/materials/vgui/replay/thumbnails/mvm/bootcamp.vtf new file mode 100644 index 0000000..35b84df Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/bootcamp.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/mannup.vmt b/materials/vgui/replay/thumbnails/mvm/mannup.vmt new file mode 100644 index 0000000..6742776 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/mannup.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/mvm/mannup" + "$nolod" "1" + "$nomip" "1" + "%keywords" "tf, mvm, map" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mvm/mannup.vtf b/materials/vgui/replay/thumbnails/mvm/mannup.vtf new file mode 100644 index 0000000..2bbe0f4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/mannup.vtf differ diff --git a/resource/ui/charinfoloadoutsubpanel.res b/resource/ui/charinfoloadoutsubpanel.res index 4a97712..72c28f4 100644 --- a/resource/ui/charinfoloadoutsubpanel.res +++ b/resource/ui/charinfoloadoutsubpanel.res @@ -46,8 +46,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&1" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout scout" "Default" "0" "font" "MenuKeys" @@ -72,8 +74,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&2" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout soldier" "Default" "0" "font" "MenuKeys" @@ -98,8 +102,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&3" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout pyro" "Default" "0" "font" "MenuKeys" @@ -124,8 +130,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&4" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout demoman" "Default" "0" "font" "MenuKeys" @@ -150,8 +158,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&5" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout heavy" "Default" "0" "font" "MenuKeys" @@ -176,8 +186,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&6" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout engineer" "Default" "0" "font" "MenuKeys" @@ -202,8 +214,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&7" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout medic" "Default" "0" "font" "MenuKeys" @@ -228,8 +242,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&8" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout sniper" "Default" "0" "font" "MenuKeys" @@ -254,8 +270,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" + "labelText" "&9" "textAlignment" "south-west" + "textinsetx" "-9999" + "textinsety" "-9999" "Command" "loadout spy" "Default" "0" "font" "MenuKeys" diff --git a/resource/ui/charinfopanel.res b/resource/ui/charinfopanel.res index 24d09ae..a7df46b 100644 --- a/resource/ui/charinfopanel.res +++ b/resource/ui/charinfopanel.res @@ -137,7 +137,7 @@ "font" "Cerbetica18" "selectedcolor" "TanLight" "unselectedcolor" "TanDark" - "defaultBgColor_override" "25 25 25 255" + "defaultBgColor_override" "DarkGrey" "paintbackground" "1" "activeborder_override" "CyanBorderTabs" "normalborder_override" "CyanBorderTabsInactive" diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res index 0153f9e..bf85c6f 100644 --- a/resource/ui/craftingpanel.res +++ b/resource/ui/craftingpanel.res @@ -111,7 +111,7 @@ "defaultBgColor_override" "Transparent" "armedFgColor_override" "TanLight" "armedBgColor_override" "Transparent" - "depressedFgColor_override" "178 82 22 255" + "depressedFgColor_override" "15 255 255 255" "depressedBgColor_override" "Transparent" } diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index c2373bd..16d3602 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -140,7 +140,7 @@ "selectedcolor" "TanLight" "unselectedcolor" "TanDark" "paintbackground" "1" - "defaultBgColor_override" "25 25 25 255" + "defaultBgColor_override" "DarkGrey" "unselectedBgColor_override" "10 10 10 255" "activeborder_override" "CyanBorderTabs" "depressedBgColor_override" "10 10 10 255" diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index e30085d..d93ef63 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -52,7 +52,7 @@ { "ControlName" "CExImageButton" "fieldName" "RestoreCasualSearchCriteria" - "xpos" "rs1-49" + "xpos" "rs1-27" "ypos" "15" "zpos" "100" "wide" "15" @@ -96,7 +96,7 @@ { "ControlName" "CExImageButton" "fieldName" "SaveCasualSearchCriteria" - "xpos" "rs1-29" + "xpos" "rs1-7" "ypos" "15" "zpos" "100" "wide" "15" diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index e5b5ce0..a73f46c 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -132,5 +132,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + + "armedBgColor_override" "CreditsGreen" + "defaultBgColor_override" "GreenSolid" } } \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res index 950cbe0..dd30655 100644 --- a/resource/ui/matchmakingdashboardmvmmodeselect.res +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -23,13 +23,30 @@ "zpos" "2" "wide" "o2" "tall" "100" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "mouseinputenabled" "0" "image" "mvm/mvm_logo" "scaleImage" "1" } + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "23" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderMvM" + "textAlignment" "center" + "font" "CerbeticaBold24" + "fgcolor_override" "White" + "mouseinputenabled" "0" + } + "MannUpGroupBox" { //"ControlName" "EditablePanel" @@ -70,7 +87,7 @@ "visible" "1" "enabled" "1" "mouseinputenabled" "0" - "image" "mvm/mannup" + "image" "replay/thumbnails/mvm/mannup" "scaleImage" "1" "proportionaltoparent" "1" } @@ -188,7 +205,7 @@ "visible" "1" "enabled" "1" "mouseinputenabled" "0" - "image" "mvm/bootcamp" + "image" "replay/thumbnails/mvm/bootcamp" "scaleImage" "1" "proportionaltoparent" "1" } diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 1ebcc56..1d75a7d 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -427,6 +427,7 @@ "progress" "0" "fgcolor_override" "CreditsGreen" + "bgcolor_override" "0 0 0 0" } "Frame" -- cgit v1.2.3