Bartłomiej Dach
Bartłomiej Dach
@Gamingzone123 did you perhaps miss this? 
If circle size is changed after the catcher has already spawned a few trail sprites, they don't get resized properly: 
> The only thing I couldn't figure out was an easy way to resize the hyperdash after image effect I seem to have salvaged this via https://github.com/ppy/osu/pull/30300/commits/488fabcd5479ac4cdd43889ed71202eb00b75278. Seems okay otherwise.
how were these generated? i sure hope the answer isn't "by hand".
please read https://github.com/ppy/osu/wiki/Localising-the-client#technical-details-of-the-process. at which point two things should become obvious to you: - your "python script" is redundant, unnecessary, and you should be using https://github.com/ppy/osu-localisation-analyser instead if anything. but...
> I didn't ask you core developers to use my script (you even don't need to consider about that) i do need to consider it if you're deciding to attempt...
I nudged this a bit today. WIP branch at https://github.com/ppy/osu-server-spectator/compare/master...bdach:osu-server-spectator:create-rooms-directly?expand=1. Brief conclusions: - The easiest call to replace is `CreateRoomAsync()`, by moving room creation to spectator server, which the branch...
> why should we disconnect these components on API failures in the first place? Because if you don't do this given the current shape of things then multiplayer falls apart....
User appears to have had a very unstable connection so maybe https://github.com/ppy/osu-server-spectator/issues/193 would do something here. Otherwise not sure. Probably fine to let it crash this hard because we'd probably...
Just going to mention offhand that while breaking forks just for tournaments was not the intention of the original change, breaking illegitimate versions of the game that may feature _unfair...