Skip to content

EuanFH/ff9SaveLib

Repository files navigation

Final Fantasy IX Save Converter

build codecov Bugs Code Smells GoDoc License: GPL v3

Description 📖

Full implementation of the 2016 FF9 save system. Allows you to read, write, and edit any 2016 save.

This library also has a command line utility if you just want to convert your saves between json and binary format.

Supported Formats

  • Encrypted Save file used in the PC version
  • Json save file used in the Switch version

Unsupported Formats

  • PS1 save file
  • original PC save file

Warning ⚠️

Back up your save files before using this converter. I can't be 100% certain all save files will convert properly.

Converting to switch saves is lossy. Some information is not carried over to the switch save files since it doesn't include those fields.

Here are the list of fields not carried over:

  • Auto Login
  • System Achievement Statuses
  • Screen Rotation

The command line utility will initialize these fields with default values.

Bug Reporting 🐛

If this tool generates a corrupted save file please report it. Please submit an issue on github including:

  • What is corrupted in the game
  • Attaching both save files original and generated
  • What direction you where converting switch to pc or pc to switch

Command line Utility ️🖥️

After downloading the application you will need to run it from the command prompt or terminal depending on your OS.

To use this application will ether need the PC save file located at

AppData\LocalLow\SquareEnix\FINAL FANTASY IX\Steam\EncryptedSavedData\SavedData_ww.dat

or a switch save which can be dumped using homebrew like checkpoint.

Final Fantasy 9 Save Converter
Usage:
        ff9sc FILE DIRECTORY
        ff9sc DIRECTORY FILE
Examples:
        $ ff9sc SavedData_ww.dat switchSavesFolder
        $ ff9sc switchSavesFolder SavedData_ww.dat

The first file path in the command is what you're converting from the second is what your converting too

Download 💽

Click the download link and select the version for your operating system

Download

About

Allows for reading, writing, and editing Final Fantasy IX 2016 save files

Resources

License

Stars

Watchers

Forks

Languages