-
Notifications
You must be signed in to change notification settings - Fork 577
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
Show an indicator when the creative mode is active #2890
Comments
The main point here seems to be "why is creative mode enabled?" and not "is creative mode enabled?" (the creative menu is impossible to miss as an indicator). |
No, the main point is knowing if the creative mode is enabled, because you can use The HUD/hotbar could have a side icon to make it clear the game is in creative mode. |
There are icons for fast, fly, noclip from the Android version. Add a new one for creative and display them above the health bar? They would have on/off icons variants so you can tell whether you have something on or not. |
To me this just seems like polluting the HUD with an element that doesn't really convey useful information. This probably belongs in the status message or the debug info. But a permanently on-screen indicator would quickly become obnoxious. |
Minecraft does it quite subtle. In survival, the player has the experience bar displayed atop the hotbar. In creative, there's no XP bar. So there's no special indicator for creative mode, but you can infer it from the HUD's look. So there are multiple ways to handle this. |
Minecraft also couples damage with creative mode though (which minetest doesn't, it is separated into two different settings) |
Would it be possible to dynamically change the hudbar texture so that it's different between creative and survival players? I'm not sure what that would look like in graphic design, but I'm sure someone can think of something appropriate (and hopefully not just an arbitrary colour coding system). |
Full details in #2838 - about the unexpected game mode switch and having no visual clue about the creative mode being active.
In the long run, Minetest should support multiple game modes, with the player having the ability to explicitly switch to them, without the game having to guess which one is supposed to become active when you have privileges for all of them.
The text was updated successfully, but these errors were encountered: