-
Notifications
You must be signed in to change notification settings - Fork 92
Added hidden to relevant mods #209
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
Conversation
|
You would want to remove hidden here then, the code originally intended to only consider hidden a relevant mod if flashlight is enabled It'd also potentially make sense to make an in-line comment for it, as this method would now differ from the source for this method specified in the comment above |
Of course yeah, updated PR |
|
I'm not sure this is entirely correct because SR-wise HD only has an effect when combined with FL. That is, perhaps the following should only be applying this filter to the mods passed to the difficulty calculator, rather than the osu-tools/PerformanceCalculator/Simulate/SimulateCommand.cs Lines 59 to 77 in a1bb55f
As it is, it also means some other mods like TC are filtered out. As for ScoreInfo, the only filtering that needs to happen is: Also, the |
|
Closing this in favour of #216 |
Fixes hidden not counted as relevant mods when using simulate command without the
-ncparameterBefore:

After:
