-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add "Incognito" mod for osu! ruleset #22271
base: master
Are you sure you want to change the base?
Conversation
public override LocalisableString Description => "Obscure some gameplay elements."; | ||
public override double ScoreMultiplier => 1; | ||
public override string Acronym => "IC"; | ||
public override IconUsage? Icon => FontAwesome.Solid.UserSecret; |
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.
public override IconUsage? Icon => FontAwesome.Solid.UserSecret; |
We're not doing icons on new mods.
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.
Sorry for that, didn't knew about that.
public override double ScoreMultiplier => 1; | ||
public override string Acronym => "IC"; | ||
public override IconUsage? Icon => FontAwesome.Solid.UserSecret; | ||
public override ModType Type => ModType.Conversion; |
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.
Why is this in Conversion
again? Completely does not fit the category. Should either be DifficultyIncrease
or Fun
.
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.
You are right. I will put it at DifficultyIncrease
section since it aims to always obscure visuals.
With the addition of #23520 I wonder which direction should this take? Since the author of the pull request mentioned out that these mods have similar yet conflicting ideas. I still do not have any that comes to mind, they all seem conflicting someway |
Follow up for #20514 (Accident while making branch upto-date).
This mod introduces two new settings:
ModVisualAdjusts
#20514 (comment)You can see some of the reasoning behind this mod on the mentioned "Disable follow points" discussion.