aerol1this there a way 2 hide crosshair and everything but damage numbers on a hud sorry for so many quesitions im just stupid LOL
I'm sure there are HUDs out here that do the job like lawena ( https://lawena.github.io/ ) or something but if you want to do it yourself then you can try the following:
(you can also use hudlayout.res but that doesnt work for me for whatever reason)
Go to your HUD's file > resource > ui
there you should see things like "huddamageaccount.res" (which should be for damage numbers) and when you open It you should see a variable called "visible", if you want to disable something specific in your hud you have to set "visible" to 0 (read the name of the file before you disable it as there are things you don't want to disable like the menu GUI) https://imgur.com/a/yvxVRxN
I'm not %100 sure which files you have to open and scroll through and set to 0 but as a starter "spectatortournament.res" should be something you check out
Scroll through the folder and check the names of the files, open the ones that are related to what you want to disable, press CTRL+F and type "visible" then quickly set everything to 0
(make sure you back up your files)
You can type this command into your console if you are having trouble disabling the spectator side hud: "hidepanel specgui" and "showpanel specgui" to undo it