An online FF6 PC (Steam) save editor.
- Open the web application: https://www.thomasmichaelwallace.com/lockepick/
- On the side bar use the 'Upload file' button to load your FF6 save file (probably at:
C:/Program Files (x86)/steam/userdata/{userid}/382900/local
) - Using the JSON editor make the changes you want to the file:
- By editing the JSON objects directly
- By using the utilities on the selected save slot
- By switching to advanced mode and editing the unknown bytes (uint8)
- One finished, use the 'Save file' button to download your altered save file.
- Make a backup of your original file before replacing it with the altered version! (nothing is perfect, and this approach definately isn't!)
At the moment there is no validation, so it is up to you to alter the options in a sensible way. If you're looking for some guidance, check out this save file documentation.
Contributions are welcome, however there are two parts to this application:
index.html
and./src
/./css
form the interface, with bulma and jsoneditor doing most of the heavy lifting../lib
contains a gopherjs transpiled version of a modified (bug-fixed) version of quarnster's original FF6 save editor. To make modifications to the editing capability, it's easiest to make them directly ingo
by updatinglib/ff6-release4
, transpiling, and then making the ui changes required to surface them.
This project was made possible by the work of the following (and the people they, in-turn, were helped by):
- Quarnster's FF6 save editor for the initial work making a working to-json editor (especially with checksum).
- Experience Guide by mog255 for the level/hp/mp/exp evolution curves.
- Esper Guide By Nerd House for the list of spells by esper.