forum

Programmatically Created Collections

posted
Total Posts
3
Topic Starter
CrunchyDuck
Heya, I'm working on a project that involves managing a lot of maps in Osu Mania via an external program I've created. However, I want some way to collect all of the maps related to something in game, so they're easier to look through.
Currently I'm using a unique tag, but I would like to know if it's possible to instead use a collection.
I tried looking through the game files myself to see if there's a file that seems to plainly store the collections, so I could simply append to it or something, but no luck.
Did I miss something, is there any way reasonable way to do this?
abraker
Collections are stored in the collection.db file
The format of the file is documented here: help/wiki/osu%21_File_Formats/Db_%28file_format%29#collection.db-format
oSumAtrIX
Check this out. It can read and parse the osu! database which has quite some information you could use.
Please sign in to reply.

New reply