Skip to content

Arbitrary save file converter primarily to help convert raw console save files to emulator supported saves.

License

Notifications You must be signed in to change notification settings

kmfarley11/SavConv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SavConv

Arbitrary console save file converter. Designed to help convert raw console save files to emulator supported saves.

Currently only supporing raw nds (.sav) to desmume (.dsv)

Dependencies: Expects python3 to be installed and a command line interface to be available.

Usage:

python3 SavConv.py --help
python3 SavConv.py -i <raw-save.sav> -o <desmume-save.dsv>
python3 SavConv.py -i ~/POKEMON_D_ADAE01_05.sav -o ~/.config/desmume/POKEMON_D_ADAE01_05.trim.dsv

Note: the target save file probably needs to match the name of the rom you are using.

Contribution details

More contribution information can be found in the python file(s). Essentially try to stick to PEP-8, follow in-file styling at the very least, and make sure you dont break anything. If this grows to support many different types of saves then we will need to set up better code infrastructure and put in CI/CD and/or unit tests.

About

Arbitrary save file converter primarily to help convert raw console save files to emulator supported saves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages