sAvenHow do you move the chat box and killfeed?
Killfeed => scripts/hudlayout.res
Chat box => resource/ui/BaseChat.res (can be found in \hl2\hl2_misc_dir.vpk > resource/ui)
N.B. Make sure to also modify the hudanimation events moving HudChat accordingly
----------------
shinsowhat am i supposed to edit to remove the health cross in m0rehud?
also what am i supposed to edit to make it so the health numbers change color when overhealed/low health and not only the background(shadow) of the numbers
find the HudHealthBonusPulse(Stop) and HudHealthDyingPulse(Stop) events and make them target the health number elements instead of the shadow ones. Names of the elements can ofc be found in resource/ui/HudPlayerHealth.res