Skip to content

downgrade your osu! (lazer) collection data to osu! (stable) format.

License

Notifications You must be signed in to change notification settings

PinNaCode/CollectionDowngrader

Repository files navigation

CollectionDowngrader

Warning

This operation (Importing data from lazer to stable) is not officially supported by osu!, so use this at your own risk and don't forget to backup your data before downgrading!

A very simple and tiny program that converts osu! (lazer) collection data to osu! (stable) collection.db format.

Usage

Note

You should already know where your osu! installations are located and what you are trying to do.

CollectionDowngrader.exe <path to osu! (lazer) client.realm> <output osu! (stable) collection.db path>

Example

This command reads the collection data from osu! (lazer) at the default installation path and creates a collection.db that can be used in osu! (stable).

CollectionDowngrader.exe %APPDATA%/osu/client.realm collection.db

Warning

If you already have some collections in your osu! (stable) installation, then you should NEVER directly overwrite the existing collection.db with a new one. Instead, use CollectionManager for merging data in multiple collection databases.

Downloads

GitHub Releases

How to build

Just utilize your IDEs.

Credits / See also