forum

osu!Api question get_replay

posted
Total Posts
3
Topic Starter
Nazumo
Hey,

I wonder why the Base64-decoded replay is broken. It does not quite look like a replay file..

Do I miss something ?
ekgame
I've looked into it and decoding the string with Base64 produces some gibberish. It's likely that the gibberish is the .osr file data stream that you need to further decode.

https://osu.ppy.sh/wiki/Osr_%28file_format%29
oneplusone
It is only the replay data in the .osr file format as far as I know, not the full .osr file. So it doesn't contain the gamemode, version, beatmap hash, player name, score etc. That's why you can't just base64 decode it and save it as something.osr and have osu! open it.

I wish the api would give the full replay file though :(
Please sign in to reply.

New reply