More actions
TOTK SaveGame Editor | |
---|---|
General | |
Author | lchmagKekse |
Type | Save Editors and Converters |
Version | 1.2.0 |
License | Mixed |
Last Updated | 2023/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
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.