Castialwhy does every eu player i see use this hud
Oh come on its the best hud since 2009...
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?
Sorry 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
morthink i need 5x4 files.
I added the 5x4 files support, I had this update ready for sooooo long but I forgot about it sry.