-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add the hudbars mod #1047
base: master
Are you sure you want to change the base?
Add the hudbars mod #1047
Conversation
I'm unfortunately not sure this will be a welcome change unless players can choose between the current look and the bars. |
I've made sure that the old style of bars can be restored by removing the
hudbars mod. Not sure how we could make it configurable, maybe add
something to the settings menu?
…On Wed, Sep 21, 2022, 10:14 PM LoneWolfHT ***@***.***> wrote:
I'm unfortunately not sure this will be a welcome change unless players
can choose between the current look and the bars.
—
Reply to this email directly, view it on GitHub
<#1047 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3LRIGQZ4SUW2IUPMMQEGLV7PTJXANCNFSM57RYUPPQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry for the late reply, that would work |
I'm assuming "settings menu" refers to the in-game settings tab in the player's inv GUI, and not the server-side settings? i.e. the intention is to make it configurable per-player? |
Yes. I'm thinking that there would be a toggle there between the old style bars and the new style. The old ones should probably be the default |
I added the setting. Old bars are the default, and you need to disconnect and reconnect for the setting to take effect. That's not ideal, but it's better than nothing. |
Sorry for the delay. I get this crash when I enable hudbars, relog, disable the setting, and proceed to sprint
|
It would be good if we can choose between the classic style and the hud bars. |
That's a feature of this PR, choosable per-player |
What is status of this PR? |
Needs a crash fix that's probably possible for the merger to do |
This pull request adds the minetest_hudbars mod, along with the necessary changes to make the other mods play nicely with it.