Closed apollo-dw closed 4 weeks ago
Mods were trimmed as part of mania fixes PR https://github.com/ppy/osu-tools/pull/110
This one’s actually the important one: https://github.com/ppy/osu-tools/pull/113 It has profile test cases in there to compare against. I’m fairly certain it still is required.
Perhaps it’s only the profile command that needs the trimming (it can also likely be done in a better way…).
Resolved via #216
Commands such as
dotnet run -- simulate osu 165967 -m BL
don't work correctly at the moment, since mods are trimmed byLegacyHelper
.I'm getting around this locally at the moment by removing the relevant method. Smoogi seemed certain that this would break calculation however I can confirm that osu-tools functions just fine without the method? I can PR the linked branch however I really doubt that this is the correct way to solve this.