Change taiko hit flying animation to be rate independent#37541
Open
peppy wants to merge 3 commits intoppy:masterfrom
Open
Change taiko hit flying animation to be rate independent#37541peppy wants to merge 3 commits intoppy:masterfrom
peppy wants to merge 3 commits intoppy:masterfrom
Conversation
Matches stable. Not a toggle for now, but we could make it one if there's any pushbash against this (let's see).
|
Just wanna mention that I did make a discussion post about this exact issue about 1 month ago here: #37131 I was planning on making it an issue initially but was encouraged to make it a discussion first. |
Contributor
|
I personally like the animation not being rate dependant currently. It makes it feel like the game is actually slowed down and not just the gameplay, which I can see why others don't like, but i've been playing osu!taiko on lazer for so long now I'm not sure if I'll be able to play without this to some extent. It just feels like a nice detail the game had. Please make this a toggle if possible so everyone can be happy 🙏 |
Walavouchey
reviewed
Apr 27, 2026
| /// <summary> | ||
| /// "Rate adjusted hit animations" | ||
| /// </summary> | ||
| public static LocalisableString RateAdjustedHitAnimation => new TranslatableString(getKey(@"rate_adjusted_hit_animation"), @"Rate adjusted hit animations"); |
Member
There was a problem hiding this comment.
Suggested change
| public static LocalisableString RateAdjustedHitAnimation => new TranslatableString(getKey(@"rate_adjusted_hit_animation"), @"Rate adjusted hit animations"); | |
| public static LocalisableString RateAdjustedHitAnimation => new TranslatableString(getKey(@"rate_adjusted_hit_animation"), @"Rate-adjusted hit animations"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While the default hasn't changed, users that prefer how stable behaved can now toggle the new toggle to get their preferred animation behaviour back.
osu.2026-04-27.at.07.33.41.mp4
Alternative to and closes #37529.
See #37131.