CriticalFlaw / TF2HUD-Fixes

Bug fixes and minor visual improvements to the default Team Fortress 2 HUD.
https://steamcommunity.com/workshop/filedetails/?id=2153598398
132 stars 19 forks source link

Fixed oversized rank model on match summary screen #291

Closed Kruphixx closed 2 months ago

Kruphixx commented 2 months ago

Seems to have been caused by https://github.com/CriticalFlaw/TF2HUD-Fixes/commit/8c32405e9e6c2188d9eb0e0e298a4ea9a5c3e2bf?

Before: prefix

After: fix

qkeitoe commented 2 months ago

I think it is better to put those former values inside the if_mini statement (or rather only the value for fov, since the values for ypos and tall are already overwritten there), so that they are only applied to the match summary screen. This would keep the fix for the main menu from https://github.com/CriticalFlaw/TF2HUD-Fixes/commit/8c32405e9e6c2188d9eb0e0e298a4ea9a5c3e2bf.

Kruphixx commented 2 months ago

I think it is better to put those former values inside the if_mini statement (or rather only the value for fov, since the values for ypos and tall are already overwritten there), so that they are only applied to the match summary screen. This would keep the fix for the main menu from 8c32405.

Somehow didn't think of that, thanks.

CriticalFlaw commented 2 months ago

Does it still look fine in 4:3?

Kruphixx commented 2 months ago

Looks fine in the main menu and good enough on the match end screen.

20240917141116_1

CriticalFlaw commented 2 months ago

Excellent. Thank you both for contributing.