CriticalFlaw / flawhud

Custom HUD for Team Fortress 2
https://mastercomfig.com/huds/page/flawhud/
170 stars 42 forks source link

Halloween: The "Truce!" panel gets overlapped by the boss health bar #421

Closed Kruphixx closed 11 months ago

Kruphixx commented 1 year ago

Note: This only happens when the player is alive, not spectating. I hope this isn't something that's hardcoded? Resolution: 1920x1080

20231016190446_1 20231016190730_1

CriticalFlaw commented 1 year ago

It looks to be hardcoded depending on whether you're alive or not: https://github.com/mastercomfig/tf2-patches/blob/adce75185fe5822309f356424ea449dee029e2d8/src/game/client/tf/tf_hud_boss_health.h#L40

Though I guess that only applies to when you're dead because the boss health was moved in the past.

Kruphixx commented 11 months ago

Perhaps moving the boss health bar up a bit could work?

CriticalFlaw commented 11 months ago

It will then overlap with the respawn timer.

Kruphixx commented 11 months ago

Ah I guess there's no fixing this then.