Skip to main content

Parse and modify BOTW save files

Project description

Parse and update BOTW saves in Python

This is a simple library for parsing and updating BOTW save files in Python. I did not write more than a couple lines of this code. It is taken almost wholly from Mr. Cheeze's save.py script located on his BOTW tools repo, to be simply converted into a library (with permission).

Simple usage examples:

import uking_saves

save_file = uking_saves.parse_file("blah/game_data.sav") // Parse the save
save_file["MainField_WeaponDrop_1609063018"] = True // Set a flag value
uking_saves.update_file("blah/game_data.sav", save_file) // Save updated data

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uking-saves-0.1.0.tar.gz (673.9 kB view hashes)

Uploaded Source

Built Distribution

uking_saves-0.1.0-py3-none-any.whl (704.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page