LuigideszaHow would I go about removing everything from the player hud besides the killfeed?
Presuming you mean all hud elements including health and ammo, then one of the easiest ways is just to set the visable and enabled fields of each hud element to 0 in the hudlayout.res, that will take care of a lot of things, but some others (like health and some others) you may to go into their .res files and disable them. In the rare case that a part of a hud dosent want to go away with the above solution and is being stubborn, setting them to a tall and width of 0 or setting x&y position to 9999 will work also.
HOWEVER, THIS IS HIGHLY NOT RECOMENDED! YOU NEED THE BASIC HUD ELEMENTS TO AT LEAST PROPERLY PLAY THE GAME.
Thanks this helped a bit. And yes, I'm aware the game would be unplayable in this state. I'm just editing a version of yahud for making frag videos.
There's just a few things I still can't figure out how to get rid of:
http://i.imgur.com/EYuyIzj.png
• Timer on koth maps and timer on 5CP (not pictured)
• Name of who you're spectating
• UberCharge percentage of who you're spectating
• Item info while spectating (I know I can just get rid of this by cycling through, but I'd like it permanently disabled)
• Red bar (or blue) above player name while spectating -- I know the VMT files are bg_red (bg_blue) in \materials\vgui\replay\thumbnails
Any help is appreciated.