Jason
Jason
Now that I actually understand tf animations a bit better, I should take another look at the things I have in place that are intended to limit "low health" appearing...
`../budhud/_budhud/resource/ui/huditemattributetracker.res` ``` "ypos" "r-6969" "visible" "0" "enabled" "0" ```
It may not be a bad idea to warn when a panel has duplicate values (xpos, ypos, zpos, etc) that could be conflicting with each other. 99% of the time...
- default hud updater - probably something else - #users folder usage
Technically wouldn't really be a "minmode" but more so just reduced player health/ammo font size. Could probably add ones that don't center the health/ammo as much, as well - smaller...
aka the VGP fix This regex should theoretically get rid of all `enabled` lines without nuking the formatting: `^\s*"enabled"\s+"0"\s*\r?\n` Probably worth waiting until after all other changes are accounted for...