Skip to content

Add ruleset setting to toggle slider tick miss markers - #38550

Draft
joshjkns wants to merge 3 commits into
ppy:masterfrom
joshjkns:sliderend-toggle
Draft

Add ruleset setting to toggle slider tick miss markers#38550
joshjkns wants to merge 3 commits into
ppy:masterfrom
joshjkns:sliderend-toggle

Conversation

@joshjkns

@joshjkns joshjkns commented Aug 7, 2026

Copy link
Copy Markdown

Continued from #38520

Extremely simple addition to the code, avoiding the need for users to use the sliderendmiss.png workaround in this forum post for every skin individually - especially considering the way "edit externally" works.

Now moved to ruleset/osu! settings, underneath the slider related settings.
Renamed to "Slider tick miss markers"

image

Adds a Show sliderend miss option under Gameplay settings that controls whether LargeTickMiss and IgnoreMiss judgement visuals are displayed during play.
Renamed from "Show sliderend miss" to "Slider tick miss markers" and moved the setting from Gameplay into Rulesets/osu! under snaking out sliders.
[Test]
public void TestMissMarkersHidden()
{
AddStep("disable slider tick miss markers", () => config.SetValue(OsuRulesetSetting.ShowSliderTickMissMarkers, false));

[Test]
public void TestMissMarkersShown()
{
@ShikkesoraSIM

Copy link
Copy Markdown

Is this really necessary? You can make the image in your skin transparent to achieve the same effect. I have a feeling that at this point, if they decide to add this, there should be at least 3 to 5 more that have to become toggles as well... and, yeah maybe not?

@bdach bdach added the subjective PRs with subjective changes which have not been discussed prior. Need team consensus to proceed. label Aug 7, 2026
@joshjkns

joshjkns commented Aug 7, 2026

Copy link
Copy Markdown
Author

Is this really necessary? You can make the image in your skin transparent to achieve the same effect. I have a feeling that at this point, if they decide to add this, there should be at least 3 to 5 more that have to become toggles as well... and, yeah maybe not?

I agree kinda, because I know you don't want a lot of simple toggles/settings, and I mentioned this in my original PR, but if we assume lazer is the only existing osu! install on a newer players pc, to remove this animation, you have to manually go into every skin, exit externally and mount it and then paste the invisible png, which isn't well known/documented. It's slightly easier on stable but still tedious.

To me, it doesn't make sense for it to be a per-skin toggle, but instead a preference for a player, so they shouldn't need to edit their 10s or potentially 100s of skins to remove it.

@joshjkns

joshjkns commented Aug 7, 2026

Copy link
Copy Markdown
Author

It seems that there is a shift from the old pr to this in terms of desirability, so I guess it's not wanted by people.

@failaip12

Copy link
Copy Markdown
Contributor

FWIW I'd love to have this feature. Would make me actually use more different skins in lazer.

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

Labels

size/L subjective PRs with subjective changes which have not been discussed prior. Need team consensus to proceed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants