Hypnootize / hexhud

Minimal TF2 HUD based on hexagon shapes
30 stars 8 forks source link

Loadout Item Selection does not hide screen behind it completly #20

Closed Wonkglorg closed 1 month ago

Wonkglorg commented 1 month ago

When clicking on any item to change it the slots do not get properly hidden duo to my screen size.

This was not the case in the old one, I understand it is not a supported screen size but wanted to bring attention to it regardless, if widescreen does get support at some point or at least partial fixes.

Technical Details: Screen size: 3440 x 1440 Ratio: 21:9

Screenshot_2

Hypnootize commented 1 month ago

Yeah that's expected with any aspect ratio other than 16:9 (and 16:10 in part) sadly. I probably won't be trying to fix or adapt the HUD to widescreen anytime soon as I don't even have a proper way to test.

The solution to it it's super easy tho, open resource/ui/itemselectionpanel.res and change the color for the "bgcolor_override" HERE to Background_Main instead of Blank

This might end up cutting off part of the hexagons on the sides but it's probably a fair trade to get it working properly.

Wonkglorg commented 1 month ago

Thanks for the quick reply no worries about fixing it I can manage.

Another question, was there a reason the old tool menu has been discontinued or has it moved somewhere I didn't find yet?

It was very useful especially the fix invis players and audio reloads

Hypnootize commented 1 month ago

Well... I've forgot about them ahah, now that you mention it I should probably re-add them among the other buttons in the bottom left

Hypnootize commented 1 month ago

They are back now, ty for mentioning it!

Wonkglorg commented 1 month ago

Thank you! Great update btw, really enjoy the new look,

Is by chance the old 12v12 menu style still available or has it been completely discontinued in favor of the new one? I quire enjoyed the old one and if it still exists an option in the editor to switch between them might be a nice customization