-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Mouse sensitivity slider #6730
Comments
For reference, more requested features for an in-game options menu: #6722 |
We can't have everything in basic settings, and mouse sensitivity is not a basic setting, if you have mouse sensitivity correctly set on your computer it is rarely necessary to change it in the game. |
I understand that it might make things harder to maintain, but I just wanted to suggest something that would make the game more enjoyable. I really don't think having most settings available in the pause menu is that strange, seeing as most games have it that way. IMO making things as convenient for the player as possible is very important. |
Most games have large professional development teams, we have very limited dev time. The amount of work formspec settings (basic settings) takes is large. The so-called 'advanced settings' is a well designed system that makes maintenance quick and easy, and isn't that difficult to use. It originally was the settings system and replaced basic settings, but people complained (understandably because at the time the settings tree was badly designed and unintuitive) so it ended up being called 'advanced'. So anything in basic settings has to be fundamental, and this is far from that, i've never used it and most will never need to. Having it in 2 places is even more unjustified. Other settings will have much more justification to be in basic settings, maybe you could suggest others? Also, it's higher priority to work on improving the advanced settings tree. |
@paramat I agree with that, but the features being requested directly affect major gameplay (i.e. FOV), whereas alot of the settings in the "advanced settings" are not aimed at directly affecting how the player plays. I think having basic gameplay settings in the pause menu would be a nice feature to have. |
Being able to tweak mouse sensitivity is something I expect in any 3D application, so 👍. On my system, the default mouse sensitivity in Minetest is far too high, I lower it to something like 0.1 instead. |
We can't have most settings in the pause menu as formspecs because there are hundreds of them. They would have to be in a settings tree, which would end up as complex for the user as using advanced settings, but needing much more maintenance. ThomasMonroe, this issue is requesting 'most settings' not just basic gameplay ones. I agree with you, the issue is, which are basic settings?
Calinou, you can adjust it already. |
Indeed, especially with mouse acceleration settings differing from a system to another. (Minetest doesn't support raw input, which lets you eliminate mouse acceleration while keeping it enabled on the system, but that's another issue.)
It's very important to be able to change it during gameplay, so that you can make slight tweaks to the value if it turns out to be too low or too high. This is especially true when trying to get used to a new sensitivity value. |
Good point. |
sound volume, FOV, and mouse sensitivity are what comes to my mind for basic gameplay settings, maybe shaders too, but idk yeah numerical is probably better than sliders |
Any core dev support? (i'm neutral). |
While not critical to the enjoyment of the game, it's very annoying to have to go into the advanced settings in the main menu to change sensitivity.
There should be a sensitivity slider both in the main settings menu, and the ingame menu.
The text was updated successfully, but these errors were encountered: