This project aims to bring hiscore saving support for emulators of old videogames consoles (just like the MAME hiscore plugin).
Currently we have:
console_hiscore.dat
file with some code entries (contributions are welcomed);- a Retroarch companion script that loads and saves hiscores via network commands (installation instructions).
- a python script to extract hiscore data from emulator savestates (with limited compatibility).
- a MAME
console_hiscore
plugin forked from the official one with support for cart and cdrom images (installation instructions).
Please note that the python scripts are mostly POCs, so always keep a backup of your saves before processing them!