-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Hexen: Crispy Hud #1235
Comments
I like it. Any chance for the icon bar not to partly overdraw the underlying widgets? |
Maybe the mana and weapon pieces widgets can be disabled as long as the icon bar is active. |
You are right, the widgets sticking out to the side looks a bit messy
Thats a good idea! I will try to implement it and provide an update. |
Instead of hard coding aspect ratios, I'd prefer if you could check horizontal patch positions and widths instead. |
That'd be the best solution. |
Great, thank you! |
Here a suggestion for a Hexen Crispy Hud, applying the same methodology as for the Heretic one.
The Split Line is between the Item- and the Weapon-Pieces-Widget, since alot of weapons (especially for the warrior) are off-center to the right:
This is how it looks like:
.. and here the item bar:
Characteristics:
Due to the spacing and size of the widgets, it is alot more cramped than the heretic one. In 4:3 the weapon-pieces widget tends to overlap alot of weapons. This effect disappears when going to a wider aspect ratio.
I was thinking about not drawing the weapon-pieces widget at all, but I think there is no other place you can get the information from in-game.
Let me know your thoughts, thanks!
The text was updated successfully, but these errors were encountered: