jsuhquestion: how can i change / add a custom image background when joining a server, when joining a server the image is default tf2 hud right, can i change it? how?
HypnotizeSorry for the very late answer as well. The file is StatSummary.res (Isn't there on m0rehud since is default you need to take it and add it from the base tf2 files) and then in that file you add the code for the background (after the "TFStatsSummary" code is fine)
something like:Show Content"Background_custom"
{
"ControlName" "ImagePanel"
"fieldName" "Background_Custom"
"xpox" "0"
"ypos" "0"
"zpos" "1"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"image" "replay/thumbnails/Loading_Custom"
"scaleImage" "1"
}
The image vtf and vmt goes in materials\vgui\replay\thumbnails\loading_custom.vtf/vmt
custom loading screen? can you show an example (file with picture on vtf) so i can easily experiment on customizations, i cant seem to get it work when following your instructions, also how do you change font that will lowercase the font on the menu and is it possible to get those 3 icons back on the right side in the menu