-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jordan Zeotni
authored
May 7, 2018
1 parent
b2a7471
commit d9e9bdc
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# BotW Save Manager | ||
|
||
**Note: Make sure both versions of BotW have the same update version** | ||
|
||
BotW Save Manager is a tool that at the moment can convert Switch <-> WiiU BOTW save files. It currently has only been written on the .Net Framework for Windows, but will also be written in .Net Core (command-line only) for cross-compatibility. It is also planned to have support for save editing, with most of the code based on https://github.com/marcrobledo/savegame-editors/tree/master/zelda-botw. | ||
|
||
Usage: At the moment until basic functionality is complete you will have to compile it yourself and run it that way. | ||
|
||
## Dependencies | ||
.Net Framework 4.7 | ||
|
||
**Note: Make sure both versions of BotW have the same update version** |