ppy / osu-performance

Calculates user performance aggregates from scores
GNU Affero General Public License v3.0
241 stars 45 forks source link

Implement Sorcerer's osu!catch pp adjustments #115

Closed smoogipoo closed 4 years ago

smoogipoo commented 4 years ago

Prereqs:

Discussions occurred in the same place as in the above PR.

smoogipoo commented 4 years ago

When running this server side, apply the following changes to osu_beatmap_performance_blacklist:

DELETE FROM osu_beatmap_performance_blacklist WHERE beatmap_id=2149792;
INSERT INTO osu_beatmap_performance_blacklist (beatmap_id, mode) VALUES (1257904, 2);

The first is a beatmap which triggered an edge-case that doesn't exist anymore, the second is a ranked aspire beatmap 😶 .