forum

Reading local score data into another program.

posted
Total Posts
2
Topic Starter
SaaiZ
I'm busy with a little personal project to display statistics for your socres.

I want to use local scores too since they include scores on unsubmitted maps and edits/practice diffs.

I was wondering how one can go about doing this. My first instinct was using the scores.db file. Looking up the file type, it seemed like it was just a SQLite file, but trying to open it DB Browser for SQL throws an error sating it's not a database.

I tried reading the file with sqlite3 in python as well and got the the same error.
clayton
if you haven't already found an answer -- scores.db's format is explained on this page https://github.com/ppy/osu/wiki/Legacy-database-file-structure#scoresdb
Please sign in to reply.

New reply