mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2024-11-24 07:00:15 +01:00
.. | ||
import_ddr_spice_automap.py | ||
README.md | ||
trim_monkey_db.py |
Database Utilities
Backup db.json before shrinking or importing
Shrink DB
trim_monkey_db.py
This deletes unused Gitadora and IIDX non-best scores, which can drastically reduce the size of db.json in a multiuser environment
Example:
python utils\db\trim_monkey_db.py
Score Import
import_ddr_spice_automap.py
Instructions:
-
Enable
EA Automap
andEA Netdump
in spicecfg -
Boot the game on the source network to export
-
Card in on the source profile to export (all the way to music select menu)
-
Exit the game
-
Disable
EA Automap
andEA Netdump
in spicecfg -
Run the import script
Example: python utils\db\import_ddr_spice_automap.py --automap_xml automap_0.xml --version 19 --monkey_db db.json --ddr_id 12345678
-
--version
{19 for A20P or 20 for A3} -
--ddr_id
{destination profile in db.json}