Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TOTK SaveGame Editor Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=TOTK SaveGame Editor |image=totksavegameeditorswitch.png |description=Savegame Editor for The Legend of Zelda: Tears of the Kingdom. |author=lchmagKekse |lastupdated=2023/05/22 |type=Save and Game Managers |version=1.2.0 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditorswitch.7z |website=https://gbatemp.net/threads/a-simple-save-editor-for-tears-of-the-kingdom-has-appeared.632575/ |source=https://githu...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=TOTK SaveGame Editor
|title=TOTK SaveGame Editor
|image=totksavegameeditorswitch.png
|image=totksavegameeditornx.png
|description=Savegame Editor for The Legend of Zelda: Tears of the Kingdom.
|description=Savegame Editor for The Legend of Zelda: Tears of the Kingdom.
|author=lchmagKekse
|author=lchmagKekse
|lastupdated=2023/05/22
|lastupdated=2023/05/22
|type=Save and Game Managers
|type=Save Editors and Converters
|version=1.2.0
|version=1.2.0
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditorswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditornx.7z
|website=https://gbatemp.net/threads/a-simple-save-editor-for-tears-of-the-kingdom-has-appeared.632575/
|website=https://gbatemp.net/threads/a-simple-save-editor-for-tears-of-the-kingdom-has-appeared.632575/
|source=https://github.com/lchmagKekse/TOTK-SaveGame-Editor
|source=https://github.com/lchmagKekse/TOTK-SaveGame-Editor
|donation=
|donation=
}}
}}
{{#seo:
A save game editor for the game The Legend of Zelda: Tears of the Kingdom. It allows you to modify your save game data, such as the number of Rupees and Hearts you have.  
|title=Switch Homebrew Apps (Save and Game Managers) - GameBrew
|title_mode=append
|image=totksavegameeditorswitch.png
|image_alt=TOTK SaveGame Editor
}}
The TOTK SaveGame Editor is a save game editor for the game "The Legend of Zelda: Tears of the Kingdom". It allows you to modify your save game data, such as the number of Rupees and Hearts you have. This can be useful if you want to experiment with different game states or if you need to recover from a mistake in your progress. Check out [https://www.marcrobledo.com/savegame-editors/zelda-totk/ TOTK SaveEditor] (it's better than this one).


==Precautions==
Item names are taken from [https://github.com/marcrobledo/savegame-editors/tree/master/zelda-totk marcrobledo]. Check out his [https://www.marcrobledo.com/savegame-editors/zelda-totk/ TOTK SaveEditor] (it's better than this one).
* Before using the save game editor, it is highly recommended to create a backup of your save file to prevent any potential data loss or corruption.
* If you encounter an error when launching the editor, you may need to install the [https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 .NET Framework 4.8].


== Features==
== Features==
* Rupees
* Rupees.
* Max Hearts
* Max Hearts.
* Stamina
* Stamina.
* Map
* Map.
* Swords
* Swords.
* Bows
* Bows.
* Arrows
* Arrows.
* Shields
* Shields.
* Armor
* Armor.
* Towers
* Towers.


== Usage ==
==User guide==
* '''Backup your save'''
===Important notes===
* Click on <code>Open Savefile</code>
* Make sure to backup of your save file before using the savegame editor.
* Select your <code>progress.sav</code> in the file dialog
* If you encounter an error when launching the editor, you may need to install the [https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 .NET Framework 4.8].
* Check if the Rupee and Heart amount matches with your savefile
* Edit the values to your desired amounts
* Click on <code>Patch Savefile</code>


'''A quick note on stamina:'''
===How to use===
* Backup your save.
* Click on <code>Open Savefile</code>.
* Select your <code>progress.sav</code> in the file dialog.
* Check if the Rupee and Heart amount matches with your savefile.
* Edit the values to your desired amounts.
* Click on <code>Patch Savefile</code>.


A quick note on stamina:
* 1000 = 1 Wheel
* 1000 = 1 Wheel
* 2000 = 2 Wheels
* 2000 = 2 Wheels
Line 54: Line 50:


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditorswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditornx2.png


https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditorswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/totksavegameeditornx3.png


==Changelog==  
==Changelog==  
'''v.1.2.0'''
'''v1.2.0 2023/05/22'''
Added support for Game-Version 1.1.1
* Added support for Game-Version 1.1.1.
Added Item modifiers and durability
* Added Item modifiers and durability.
Added support for multiple item slots
* Added support for multiple item slots.
'''v.1.1.3'''
'''v1.1.3 2023/05/14'''
* Added Arrows
* Added Arrows.
* Added Map editing
* Added Map editing.
* Added Master Sword and Demon King's Bow
* Added Master Sword and Demon King's Bow.
'''v.1.1.2'''
'''v1.1.2 2023/05/11'''
* Added pouch sizes
* Added pouch sizes.
* Updated the item names
* Updated the item names.
* Added hard-coded offsets for game version 1.0.0 and 1.1.0 since pattern scanning failed for some savefiles
* Added hard-coded offsets for game version 1.0.0 and 1.1.0 since pattern scanning failed for some savefiles.
* Huge thanks to Karlos007 and Exincracci for providing the pouch offsets and missing item names
* Huge thanks to Karlos007 and Exincracci for providing the pouch offsets and missing item names.
'''v.1.1.1'''
'''v1.1.1 2023/05/10'''
*Fixed a bug with the sword pattern
*Fixed a bug with the sword pattern.
'''v.1.1'''
'''v1.1.0 2023/05/09'''
*Rewrite in C# because i don't like python
*Rewrite in C# because i don't like python.
'''v.1.0'''
'''v1.0.0 2023/05/06'''
* First Release.
* First Release.


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/a-simple-save-editor-for-tears-of-the-kingdom-has-appeared.632575/
* GitHub - https://github.com/lchmagKekse/TOTK-SaveGame-Editor
* Github - https://github.com/lchmagKekse/TOTK-SaveGame-Editor
* GBAtemp - https://gbatemp.net/threads/a-simple-save-editor-for-tears-of-the-kingdom-has-appeared.632575/

Latest revision as of 04:03, 6 July 2023

TOTK SaveGame Editor
Totksavegameeditornx.png
General
AuthorlchmagKekse
TypeSave Editors and Converters
Version1.2.0
LicenseMixed
Last Updated2023/05/22
Links
Download
Website
Source

A save game editor for the game The Legend of Zelda: Tears of the Kingdom. It allows you to modify your save game data, such as the number of Rupees and Hearts you have.

Item names are taken from marcrobledo. Check out his TOTK SaveEditor (it's better than this one).

Features

  • Rupees.
  • Max Hearts.
  • Stamina.
  • Map.
  • Swords.
  • Bows.
  • Arrows.
  • Shields.
  • Armor.
  • Towers.

User guide

Important notes

  • Make sure to backup of your save file before using the savegame editor.
  • If you encounter an error when launching the editor, you may need to install the .NET Framework 4.8.

How to use

  • Backup your save.
  • Click on Open Savefile.
  • Select your progress.sav in the file dialog.
  • Check if the Rupee and Heart amount matches with your savefile.
  • Edit the values to your desired amounts.
  • Click on Patch Savefile.

A quick note on stamina:

  • 1000 = 1 Wheel
  • 2000 = 2 Wheels
  • 3000 = 3 Wheels

You can go above 3 wheels but they dont show in game.

Screenshots

totksavegameeditornx2.png

totksavegameeditornx3.png

Changelog

v1.2.0 2023/05/22

  • Added support for Game-Version 1.1.1.
  • Added Item modifiers and durability.
  • Added support for multiple item slots.

v1.1.3 2023/05/14

  • Added Arrows.
  • Added Map editing.
  • Added Master Sword and Demon King's Bow.

v1.1.2 2023/05/11

  • Added pouch sizes.
  • Updated the item names.
  • Added hard-coded offsets for game version 1.0.0 and 1.1.0 since pattern scanning failed for some savefiles.
  • Huge thanks to Karlos007 and Exincracci for providing the pouch offsets and missing item names.

v1.1.1 2023/05/10

  • Fixed a bug with the sword pattern.

v1.1.0 2023/05/09

  • Rewrite in C# because i don't like python.

v1.0.0 2023/05/06

  • First Release.

External links

Advertising: