-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Allow setting osu!mania scroll speed to single decimal precision #30832
Conversation
This change makes it somewhat awkward for players to downgrade from a release that has this change. The following exception is thrown:
Can be replicated by running osu! on this branch and change the scroll speed to any value, decimal or non-decimal, then run the game again on I can see two options toward this:
While the first option adds perhaps too much leniency to config decoding, I can't really imagine it going wrong myself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be a blocker.
But that's the same as any realm change, no? Are you worried about live users or developers? If the latter, it can be fixed as a separate effort if deemed required? |
I'm worried about live users running a new release that turned out to be broken for them and they have to revert back. All of them will have to manually pop up their config file and remove the decimal part to be able to run an old release. We're quite fast on rolling out hotfixes so if you think it's fine for this to be breaking then I'm fine. |
Only if they change the scroll speed then install an old version, right? It's the same as if we roll out an update with a realm change, equal levels of breakage. In general we don't/can't support rollback to older releases in our current development state. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would've suggested something like Shift+F3/F4 to change by 0.1 increments, but I'm not sure how hard that will be to implement so will get this in as is for now.
Probably fine to allow this?
Addresses #30663.