Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

o-dasher
Copy link
Contributor

Follow up for #20514 (Accident while making branch upto-date).

This mod introduces two new settings:

You can see some of the reasoning behind this mod on the mentioned "Disable follow points" discussion.

@bdach bdach changed the title Adds "Incognito" mod into osu! ruleset Add "Incognito" mod for osu! ruleset Jan 18, 2023
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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public override IconUsage? Icon => FontAwesome.Solid.UserSecret;

We're not doing icons on new mods.

Copy link
Contributor Author

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;
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

@o-dasher
Copy link
Contributor Author

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

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

Successfully merging this pull request may close these issues.

None yet

2 participants