osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
507 stars 76 forks source link

Improve unranked play notice #119

Closed Rian8337 closed 2 years ago

Rian8337 commented 3 years ago

With the new mods and features added, many players are confused as to which one of them (especially mods) are unranked.

With that in consideration, this PR changes a few things, namely:

kairusds commented 2 years ago

With the new mods and features added, many players are confused as to which one of them (especially mods) are unranked.

With that in consideration, this PR changes a few things, namely:

  • The score multiplier text on mod menu will be set to red if an unranked mod is active (perhaps a better approach of this is to directly add "unranked" at the end of the text, will consider).
  • If the player activates at least one unranked features, the unranked sprite will be shown temporarily at the start of the gameplay.
  • Give custom message based on enabled unranked features instead of fixed message at score submission.

I would recommend adding the UNRANKED text on the mod selection menu and making the text permanent when in-game instead of being temporary.

Rian8337 commented 2 years ago

Superseded by #152.