rbjaxter / budhud

A Team Fortress 2 hud inspired by whayay's yahud and rays' rayshud.
MIT License
186 stars 89 forks source link

Create @ MOVE THIS WHOLE FOLDER INTO _ENABLED NOT JUST THE FILES.txt #516

Closed PeanutKarver closed 1 month ago

PeanutKarver commented 1 month ago

Unlike the other #customization bh_ folders, bh_player_boxes didn't have this file even though BudHud calls for the whole folder, as seen here:

bh_player_ammobox.res https://github.com/rbjaxter/budhud/blob/master/resource/ui/hudammoweapons.res

bh_player_healthbox.res https://github.com/rbjaxter/budhud/blob/master/resource/ui/hudplayerhealth.res

bh_player_uberbox.res https://github.com/rbjaxter/budhud/blob/master/resource/ui/hudmediccharge.res

Latest commit archive for future reference (Contains all files): https://github.com/rbjaxter/budhud/commit/6fadfa9eff0d6da3bf6b7a58e627234cd8fe3466

Side note, I noticed bh_player_uberbox.res's file name is HudPlayerHealth.res even though it's called for under hudmediccharge.res. It's bh_UberBG element is also from _budhud/resource/ui/hudmediccharge.res. It works as intended, even if you change its file name info from HudPlayerHealth.res to HudMedicCharge.res. I just thought I'd point that out.

rbjaxter commented 1 month ago

Yeah, interestingly enough the name at the top of the file doesn't actually matter at all; all TF2 cares about is that it's there. You can notice them in some random default hud files too that reference the wrong file at the top (honestly not sure why it behaves that way).

Seems like a reasonable addition though, wouldn't want people getting confused about the folders. Thanks :)