UPDATE: Apparently Valve fixed it. Good on them. I'll keep this anyway for reference.
I know I already posted this in the Update thread but this'll probably be easier to find let's be honest.
(This is from the default backpack)
Open resource/ui/econ/backpackpanel.res
Find
"page_button_height" "13"
And paste this underneath
"pagebuttons_kv"
{
"ControlName" "EditablePanel"
"wide" "10"
"tall" "10"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"Button"
{
"fieldName" "Button"
"ControlName" "CExButton"
"wide" "25"
"tall" "13"
"visible" "1"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"textAlignment" "center"
"labelText" "%page%"
"font" "HudFontSmallestBold"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"New"
{
"ControlName" "CExLabel"
"fieldName" "New"
"font" "FontStorePrice"
"textAlignment" "east"
"ypos" "0"
"xpos" "0"
"zpos" "0"
"wide" "f1"
"tall" "f-3"
"textinsetx" "8"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Store_Price_New"
"mouseinputenabled" "0"
"paintbackground" "0"
"proportionaltoparent" "1"
"border" "StoreNewBorder"
"fgcolor" "10 10 10 255"
}
}
Then, in the same file, inside "modelpanels_kv" find
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"allow_rot" "0"
}
Paste underneath
"New"
{
"ControlName" "CExLabel"
"fieldName" "New"
"font" "FontStorePrice"
"textAlignment" "east"
"xpos" "rs1"
"zpos" "15"
"wide" "25"
"tall" "12"
"textinsetx" "8"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Store_Price_New"
"mouseinputenabled" "0"
"paintbackground" "0"
"proportionaltoparent" "1"
"border" "StoreNewBorder"
"fgcolor" "10 10 10 255"
}
SHOULD LOOK LIKE THIS OR SOMETHING
"backpack_panel"
{
"ControlName" "Frame"
"fieldName" "backpack_panel"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"PaintBackgroundType" "0"
"bgcolor_override" "46 43 42 255"
"infocus_bgcolor_override" "46 43 42 255"
"outoffocus_bgcolor_override" "46 43 42 255"
"item_xpos_offcenter_a" "-310"
"item_xpos_offcenter_b" "165"
"item_ypos" "60"
"item_ydelta" "80"
"item_mod_wide" "40"
"item_backpack_offcenter_x" "-288"
"item_backpack_xdelta" "4"
"item_backpack_ydelta" "3"
"button_xpos_offcenter" "175"
"button_ypos" "85"
"button_ydelta" "80"
"button_override_delete_xpos" "0"
"page_button_y" "288"
"page_button_x_delta" "3"
"page_button_y_delta" "3"
"page_button_per_row" "20"
"page_button_height" "13"
"pagebuttons_kv"
{
"ControlName" "EditablePanel"
"wide" "10"
"tall" "10"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"Button"
{
"fieldName" "Button"
"ControlName" "CExButton"
"wide" "25"
"tall" "13"
"visible" "1"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"textAlignment" "center"
"labelText" "%page%"
"font" "HudFontSmallestBold"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"New"
{
"ControlName" "CExLabel"
"fieldName" "New"
"font" "FontStorePrice"
"textAlignment" "east"
"ypos" "0"
"xpos" "0"
"zpos" "0"
"wide" "f1"
"tall" "f-3"
"textinsetx" "8"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Store_Price_New"
"mouseinputenabled" "0"
"paintbackground" "0"
"proportionaltoparent" "1"
"border" "StoreNewBorder"
"fgcolor" "10 10 10 255"
}
}
"modelpanels_kv"
{
"ControlName" "CItemModelPanel"
"xpos" "c-70"
"ypos" "270"
"wide" "54"
"tall" "42"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"model_xpos" "2"
"model_ypos" "5"
"model_wide" "50"
"model_tall" "35"
"text_ypos" "60"
"text_center" "1"
"name_only" "1"
"inset_eq_x" "2"
"inset_eq_y" "2"
"deferred_description" "1"
"deferred_icon" "1"
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"allow_rot" "0"
}
"New"
{
"ControlName" "CExLabel"
"fieldName" "New"
"font" "FontStorePrice"
"textAlignment" "east"
"xpos" "rs1"
"zpos" "15"
"wide" "25"
"tall" "12"
"textinsetx" "8"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Store_Price_New"
"mouseinputenabled" "0"
"paintbackground" "0"
"proportionaltoparent" "1"
"border" "StoreNewBorder"
"fgcolor" "10 10 10 255"
}
"use_item_sounds" "1"
}
}
Make sure to properly marginalize this in your files apparently TFTV doesn't display that very well. Here it is with proper formatting
Get to it HUD Devs, no fix within a week and your HUD is straight off of huds.tf