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.
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.