McKay42 / McOsu

Custom unofficial osu! practice client with Virtual Reality support
GNU General Public License v3.0
427 stars 41 forks source link

Merge scores across accounts #293

Closed ghost closed 4 years ago

ghost commented 4 years ago

Is there any way that I can merge my scores with both my Guest and main usernames? I didn't realize I was playing on Guest until about a week ago, and now I've racked up scores on both accounts. I looked at the scores.db file in HxD and I can't find a simple way to convert them over.

McKay42 commented 4 years ago

Not at the moment. Something like this will be included in the next bigger update.

(While the scores.db is a relatively simple binary file, merging scores is non-trivial. So you'd have to write a tool for it, following the structure in OsuDatabase::saveScores().)