FalkinghammerAbysssHow to remove health cross from EVE hud?https://imgur.com/a/AoQU2
I tried to set PlayerStatusHealthImage to 0 but it removes entire health panel, including health numbers.
So, in the "hudplayerhealth.res" file, near the top you'll find: "PlayerStatusHealthImage", "PlayerStatusHealthImageBG", PlayerStatusHealthBonusImage, and "PlayerStatusClassImageBG" PlayerStatusClassImageBG2"
For the first three, visible/enable doesn't do shit, so what you can do is change the x/y pos to 9999, move it off screen.
And here's what each of those do. PlayerStatusClassImageBG and PlayerStatusClassImageBG2 you can just set the visible and enabled to 0
PlayerStatusHealthImage - White part of the health cross
PlayerStatusHealthImageBG - Background of the cross
PlayerStatusHealthBonusImage - The overheal/low health cross
PlayerStatusClassImageBG - This and the second one are just the team colour border this hud put around the cross, (just two rectangles making a plus)
Side note: For the player model, that can be changed in "hudplayerclass.res" and the console command "cl_hud_playerclass_use_playermodel 1" makes it 3D, 0 for 2D uwu
Thank you!