Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i have questions about this program #23

Closed
ssapgosu12 opened this issue Nov 5, 2020 · 1 comment
Closed

i have questions about this program #23

ssapgosu12 opened this issue Nov 5, 2020 · 1 comment

Comments

@ssapgosu12
Copy link

First of all, I want to say that I am sorry for using the issue window as a personal question.

I am trying to make an advanced osu difficulty calculater in Python, but I want to know how to add a bitmap with the difficulty calculations completed to the collection.

On the osu official website, MD5 hash is used, but as a result of opening collections and db directly, I could not decrypt it.

So, I want to know osu's collection algorithm.

I want to know how to add to a collection and how to create a new collection.

I can get All information that can be gained by opening the .osu file such as the bitmap title and bitmap ID

Thank you for reading the low-quality question translated by the translator.
I would be grateful if you gave me an answer.

@Piotrekol
Copy link
Owner

I'm pretty sure you already figured this out, but osu collection.db is a binary blob. It is not encrypted.
collection.db format spec is available here https://osu.ppy.sh/wiki/en/osu%21_File_Formats/Db_%28file_format%29#collection.db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants