Skip to content
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

Open
kneekoo opened this issue Jul 15, 2021 · 7 comments
Open

Show an indicator when the creative mode is active #2890

kneekoo opened this issue Jul 15, 2021 · 7 comments

Comments

@kneekoo
Copy link

kneekoo commented Jul 15, 2021

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.

@sfan5
Copy link
Member

sfan5 commented Jul 15, 2021

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).
Do you think an indicator text in the inventory that activates when creative is granted would help?

@kneekoo
Copy link
Author

kneekoo commented Jul 16, 2021

No, the main point is knowing if the creative mode is enabled, because you can use /grantme all while exploring/mining/etc and not use the inventory at all for a while, so you wouldn't know why you can't gather more stuff (incrementing counters).

The HUD/hotbar could have a side icon to make it clear the game is in creative mode.

@Montandalar
Copy link
Contributor

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.

@appgurueu
Copy link
Contributor

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.

@kneekoo
Copy link
Author

kneekoo commented Apr 5, 2022

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.

@rollerozxa
Copy link
Member

Minecraft also couples damage with creative mode though (which minetest doesn't, it is separated into two different settings)

@Montandalar
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants