Added hidden to relevant mods#209
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:
