botw-save-editor

A program for converting data between JSON and .sav file formats.


License
GPL-3.0
Install
pip install botw-save-editor==2.0.2

Documentation

BotW Save Data Converter

Python scripts for converting botw '.sav' files to '.json' files that can be editted. Main part of the code was written by Leoetlino(https://github.com/leoetlino/botw-tools/blob/master/save.py) I just wrote the two scripts accessible from the command line for bulk conversion as well as modifying it to include switch support.
Also installable via pip using pip install botw-save-editor

Usage

Botw save converter comes with two builtin commands:
sav_to_json <pathToSavFile or pathToDir>
json_to_sav <pathToJsonFile or pathToDir>