Hi there,
I'm trying to create a program for analyzing replays for osu!mania. I have checked https://osu.ppy.sh/wiki/Osr_(file_format) and tried to follow the file format described. However, it seems that the format described is for standard, and it seems to me that the format is fundamentally different for osu!mania files (and under modes I presume). I couldn't really figure out what was going on, and was wondering if anyone has some knowledge in this who could help me out a bit.
On another note, the wiki mentions that "remaining data contains information about mouse movement and key presses in an wikipedia:LZMA stream". I am not quite sure how to actually decompress it, since the compressed data is part of a file.
Thanks
I'm trying to create a program for analyzing replays for osu!mania. I have checked https://osu.ppy.sh/wiki/Osr_(file_format) and tried to follow the file format described. However, it seems that the format described is for standard, and it seems to me that the format is fundamentally different for osu!mania files (and under modes I presume). I couldn't really figure out what was going on, and was wondering if anyone has some knowledge in this who could help me out a bit.
On another note, the wiki mentions that "remaining data contains information about mouse movement and key presses in an wikipedia:LZMA stream". I am not quite sure how to actually decompress it, since the compressed data is part of a file.
Thanks