forum

[Archived] Beatmap Packs into "folder" category.

posted
Total Posts
6
Topic Starter
Aquamarine
Hope a picture is enough to make sense:


The best I can progress is extracting all contents of the .zip's .osz into a folder into the main song folder, but no clue where to go from there.
Full Tablet
What are you trying to do?
Marcin
Extract every pack into separate folder (best use "Extract to "xxx" folder")

Then create hierarchy like this:
osu!/
Songs/
Beatmap Pack #1/
songA/
songB/
songC/
songD/
Beatmap Pack #2/
songE/
songF/
songG/
songH/

Afterwards just run osu!, and then use "Folder" sort filter.
Topic Starter
Aquamarine
That's the part I'm stuck at. Osu doesn't convert the beatmaps's .osz into folders within the "Beatmap xxx" folder. F5, etc., doesn't do anything. I can open all the .osz but then all the files gets converted into the main songs directory (not songs > "Beatmap Pack xxx").

Marcin wrote:

Extract every pack into separate folder (best use "Extract to "xxx" folder")

Then create hierarchy like this:
osu!/
Songs/
Beatmap Pack #1/
songA/
songB/
songC/
songD/
Beatmap Pack #2/
songE/
songF/
songG/
songH/

Afterwards just run osu!, and then use "Folder" sort filter.
Full Tablet
1) Install 7-zip in your computer (if you have a x64 Windows, you need to install the x64 version)
2) Open notepad and paste this.
for /r %%A in (*.osz) do "C:\Program Files\7-Zip\7z.exe" e "%%A" -o"%%~pA%%~nA" -y
Pause
3) Save the text as "Extract.bat", inside your Songs folder.
4) Double click the .bat file. Wait for it to process.
5) Now all .osz files should have been extracted.
6) Rename/Delete osu!.db in the osu! folder. Note: doing this will delete some information.
7) Open the game

Optional: if everything went right, you might want to delete the .osz files to save disk space.
Topic Starter
Aquamarine
Strange way to do this but thanks

Full Tablet wrote:

1) Install 7-zip in your computer (if you have a x64 Windows, you need to install the x64 version)
2) Open notepad and paste this.
for /r %%A in (*.osz) do "C:\Program Files\7-Zip\7z.exe" e "%%A" -o"%%~pA%%~nA" -y
Pause
3) Save the text as "Extract.bat", inside your Songs folder.
4) Double click the .bat file. Wait for it to process.
5) Now all .osz files should have been extracted.
6) Rename/Delete osu!.db in the osu! folder. Note: doing this will delete some information.
7) Open the game

Optional: if everything went right, you might want to delete the .osz files to save disk space.
Please sign in to reply.

New reply