Is it possible to remove the id and health that appears when looking at teammates? I tried to set both "enabled" and "visible" to 0 for the following values but I wasn't able to get rid of it completely.
In Hudlayout.res
CMainTargetID
In Targetid.res
Target IDBG
TargetIDShader
TargetNameLabel
SpectatorGUIHealth
In SpectatorGUIHealth.res
PlayerStatusHealthImage
PlayerStatusHealthBonusImage
PlayerStatusHealthBonusImageBG
PlayerStatusHealthValue
PlayerStatusHealthValueShadow
When doing that, I end up with a black version of the player's ID and a black box where the health cross was. I'm not really sure why disabling CMainTargetID didn't disable the whole thing (in fact, it did absolutely nothing).
Also, I can get rid of it by moving those few last elements off the screen, but the reason I'm trying to edit this section of the hud is due to extreme FPS drops caused when they appear, so moving them off screen or making their height 0 doesn't really fix the problem.