Hi, i want to share my little application, which converts all your beatmaps in your osu folder back into .osz files.
The reason i made this app, is sometimes maps are deleted and you can't really play them in multiplayer anymore, so i wanted to upload them to my cloud, to be able to easily share my beatmaps.
There are powershell scripts or other programs out there which can do that, but my songs folder is quite large and all these programs run singlethreaded and can take quite long.
So i made this in C++ and multithreaded, which copies all my 25 GB worth of beatmaps in minutes.
just enter the path to your songs folder and a output folder (which should be empty, as it may create a few files, depending on the size of your songs folder)
here the link
https://drive.google.com/file/d/1HMOvEAXH98KBiB2vU4xa1HsT00UCz6e6/view?usp=sharing
https://github.com/gameskill123/OsuMapExtractor
The reason i made this app, is sometimes maps are deleted and you can't really play them in multiplayer anymore, so i wanted to upload them to my cloud, to be able to easily share my beatmaps.
There are powershell scripts or other programs out there which can do that, but my songs folder is quite large and all these programs run singlethreaded and can take quite long.
So i made this in C++ and multithreaded, which copies all my 25 GB worth of beatmaps in minutes.
just enter the path to your songs folder and a output folder (which should be empty, as it may create a few files, depending on the size of your songs folder)
here the link
https://drive.google.com/file/d/1HMOvEAXH98KBiB2vU4xa1HsT00UCz6e6/view?usp=sharing
https://github.com/gameskill123/OsuMapExtractor