About
This is a client-side web application which allows converting BOTW saves from WiiU <-> Switch.
Hosted at botw.shane.rs.
Usage
- Upload your BOTW save directory, which contains option.sav
- Wait a few seconds
- Save should download, click the link below the button if it doesn't
Make sure your installed version of BOTW is newer or equal to the save version mentioned in the generated download link.
If not, the game won't boot.
Build instructions
Clone this repo. Make sure to clone the botw-conv repo so it's placed beside this repo's directory.
In www directory, run one of the following:
npm run start
- run in live modenpm run build
- build for production.