ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.09k stars 2.23k forks source link

Maps with storyboard over notes will display note when background dim is 100% #29867

Open minhperry opened 6 days ago

minhperry commented 6 days ago

Type

Game behaviour

Bug description

This only applies for maps that are dependant on storyboard like this map

From what I can understand, stable will always draw the storyboard layer over the notes layer for such maps, even with 100% background dim. However, on lazer, with 100% background dim, notes will always be drawn instead, completely ignoring the storyboard layer being over it. This will ruin the whole gimmick of the map where the player is supposed to only play using the storyboard.

Screenshots or videos

https://github.com/user-attachments/assets/470f8bdd-e308-4777-8213-abc3f0b88b7a

Version

2024.906.2

Logs

compressed-logs.zip

TryhardPickles commented 6 days ago

I don't know if this is intended behavior, but I will try to make a fix for this.

bdach commented 3 days ago

Relevant: https://github.com/ppy/osu/issues/9315

At this point we probably need to reconsider making the storyboard not-present when fully dimmed. Or add conditions that prevent both issues.