**Only for osu! standard mode. Does not work for other modes!**
For those who want to see what their top plays look like with offline/unsubmitted/loved/unranked scores
or if you're weird like me and 99.9% of your scores are offline/unsubmitted
A very simple console program that takes your scores from scores.db and calculates the pp for them, then stores it in a database.
Essentially a modified version of Performance Calculator
For those who want to see what their top plays look like with offline/unsubmitted/loved/unranked scores
or if you're weird like me and 99.9% of your scores are offline/unsubmitted
A very simple console program that takes your scores from scores.db and calculates the pp for them, then stores it in a database.
Essentially a modified version of Performance Calculator
how to use
It may take a while for the first run depending on how many maps and scores you have.
If you want to force program to recalculate all scores, delete the beatmapScores table in the database (an easy way to do that is by using https://sqlitebrowser.org)
First time running program
It may take a while for the first run depending on how many maps and scores you have.
- download program and database file, extract rar
- move pp.db into folder where Local Scores PP Calculator.exe is
- run Local Scores PP Calculator.exe
--------------------- console part ---------------------
osu! Folder path: - the folder where osu!.exe is
Usernames (separated by |): - the usernames that you use (to filter out plays that aren't yours)
Display top plays? (y/n): - whether or not to display top plays on console
# of plays to show: - number of plays to show
Filter out high sr plays: - filter out super broken plays (e.g. beatmapsets/1542824#osu/3153645)
only plays below this number will be displayed
Filter mods, separate with comma (press Enter for no filter): - filter the top plays with specified mods (e.g. EZ, HD for easy and hidden mod combination)
Exact mod combination match? (y/n): - whether or not to match mod combination exactly (e.g. EZ, HD will not show EZ, HD, DT plays)
Save to file (y/n): - whether or not to save plays to a text file
On subsequent runs
program will update database with new maps and scores since last run
Reset settings? (y/n):
- Whether or not to reset settings (osu! path, usernames, last run date)
Update usernames? (y/n): - Whether or not to change usernames (if you used a new username since last time running program)
If you want to force program to recalculate all scores, delete the beatmapScores table in the database (an easy way to do that is by using https://sqlitebrowser.org)