ookiineko / CollectionDowngrader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 100.0%