From b2a7471cecf036443afa45e55730fcb23f854962 Mon Sep 17 00:00:00 2001 From: Jordan Zeotni Date: Sun, 6 May 2018 19:56:29 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd819dd..bbdfea0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# BOTW_SaveConv +# BotW Save Manager -BOTW_SaveConv is a tool to convert Switch<->WiiU BOTW save files. +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: Put 'BOTW_SaveConv.exe' into the root of the folder of your BOTW savegame, (which contain option.sav) and run it. +Usage: At the moment until basic functionality is complete you will have to compile it yourself and run it that way. -**Note: Make sure both versions of BotW have the same update version** \ No newline at end of file +## Dependencies +.Net Framework 4.7 + +**Note: Make sure both versions of BotW have the same update version** From d9e9bdc7b193e97753dff4c9b460fad430e10292 Mon Sep 17 00:00:00 2001 From: Jordan Zeotni Date: Sun, 6 May 2018 19:57:20 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbdfea0..f5b64cf 100644 --- a/README.md +++ b/README.md @@ -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**