More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|author=TuxSH | |author=TuxSH | ||
|lastupdated=2016/08/28 | |lastupdated=2016/08/28 | ||
|type= | |type=Utilities | ||
|version=1.2 | |version=1.2 | ||
|license= | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/twlsavetool.7z | ||
|website=https://github.com/TuxSH/TWLSaveTool | |website=https://github.com/TuxSH/TWLSaveTool | ||
|source=https://github.com/TuxSH/TWLSaveTool | |source=https://github.com/TuxSH/TWLSaveTool | ||
}} | }} | ||
TWLSaveTool is a 3DS homebrew that allows you to read, write, and erase save files from NDS cartridges (just like savegame-manager). | |||
TWLSaveTool is a 3DS homebrew that allows you to read, write, and erase save files from | |||
== | ==Installation== | ||
===Installing=== | |||
Available in CIA and 3DSX/SMDH formats. | |||
* CIA - Requires an access to CFWs. Recommended option. | |||
* 3DSX - Must have either PokéTransporter or Pokémon Dream Radar installed on your 3DS. In both cases you'll need to pay to be able to download them. | |||
===Building=== | |||
Have libctru and devkitARM correctly installed and set up, as well as makerom and bannertool in an accessible path, then run: <code>make</code> | Have libctru and devkitARM correctly installed and set up, as well as makerom and bannertool in an accessible path, then run: <code>make</code> | ||
== | |||
I' | ==User guide== | ||
* Current contributors | All NDS games should be supported except: | ||
* Apache Thunder, for making the amazing banner and icon used by this homebrew | * WarioWare D.I.Y. | ||
* Steveice10, for having RE'd [https://www.3dbrew.org/wiki/PXIDEV:SPIMultiWriteRead PXIDEV:SPIMultiWriteRead] | * Band Brothers DX. | ||
* idgrepthat, for [https://github.com/TuxSH/TWLSaveTool/commit/388c9d86091d51d89363de80df5eaf44e0438dae#commitcomment-15494744 pointing out that PokéTransporter was indeed using that function] | * Art Academy DS. | ||
* Everyone else who helped | * Pokémon Typing Adventure. | ||
'''Note:''' Make sure that your new save is in the TWLSaveTool folder on the root of your SD card (not in /3ds/TWLSaveTool), and it has the exact name showed on screen. Otherwise it will not reconize your save file. | |||
==Controls== | |||
B - Backup save file | |||
A - Restore save file | |||
X - Erase save file | |||
Start - Exit | |||
Y - Restart | |||
Left/Right - Change filename | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/twlsavetool3.png | |||
==Media== | |||
'''Backup your nintendo ds game saves on CFW 3ds''' ([https://www.youtube.com/watch?v=riE_evl7jN4 GTS 2018]) <br> | |||
<youtube>riE_evl7jN4</youtube> | |||
'''How To Backup 3DS/DS Saves and Cartridge Roms''' ([https://www.youtube.com/watch?v=JEPIZMhc3HI The Boolean Gemini]) <br> | |||
<youtube>JEPIZMhc3HI</youtube> | |||
==Changelog== | |||
'''v1.2 2016/08/28''' | |||
* Fix Pokémon Mystery Dungeon: Explorers of Sky (thanks to @Steveice10). | |||
'''v1.1 2016/02/07''' | |||
* Doesn't work with PMD EoS. | |||
* Added a (very simplistic) file selector. | |||
* Changed the key layout (pull request [https://github.com/TuxSH/TWLSaveTool/pull/5 #5], thanks @lavanoid). | |||
* Fixed glitched text issues, as well as other bugs. | |||
* Simplified the build system. You just have to run make now (pull request [https://github.com/TuxSH/TWLSaveTool/pull/6 #6], thanks @WinterMute). | |||
'''v1.0 2016/01/31''' | |||
* First release. | |||
==Credits== | |||
Sprcial thanks to: | |||
* Current contributors. | |||
* Apache Thunder, for making the amazing banner and icon used by this homebrew. | |||
* Steveice10, for having RE'd [https://www.3dbrew.org/wiki/PXIDEV:SPIMultiWriteRead PXIDEV:SPIMultiWriteRead]. | |||
* idgrepthat, for [https://github.com/TuxSH/TWLSaveTool/commit/388c9d86091d51d89363de80df5eaf44e0438dae#commitcomment-15494744 pointing out that PokéTransporter was indeed using that function]. | |||
* Everyone else who helped. | |||
==External links== | |||
* GitHub - https://github.com/TuxSH/TWLSaveTool | |||
* GBAtemp - https://gbatemp.net/threads/release-twlsavetool-v1-0.412887 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:Homebrew utility applications on 3DS]] |
Revision as of 02:28, 3 December 2021
TWLSaveTool | |
---|---|
File:TWLSaveTool.png | |
General | |
Author | TuxSH |
Type | Utilities |
Version | 1.2 |
License | GPL-2.0 |
Last Updated | 2016/08/28 |
Links | |
Download | |
Website | |
Source | |
TWLSaveTool is a 3DS homebrew that allows you to read, write, and erase save files from NDS cartridges (just like savegame-manager).
Installation
Installing
Available in CIA and 3DSX/SMDH formats.
- CIA - Requires an access to CFWs. Recommended option.
- 3DSX - Must have either PokéTransporter or Pokémon Dream Radar installed on your 3DS. In both cases you'll need to pay to be able to download them.
Building
Have libctru and devkitARM correctly installed and set up, as well as makerom and bannertool in an accessible path, then run: make
User guide
All NDS games should be supported except:
- WarioWare D.I.Y.
- Band Brothers DX.
- Art Academy DS.
- Pokémon Typing Adventure.
Note: Make sure that your new save is in the TWLSaveTool folder on the root of your SD card (not in /3ds/TWLSaveTool), and it has the exact name showed on screen. Otherwise it will not reconize your save file.
Controls
B - Backup save file
A - Restore save file
X - Erase save file
Start - Exit
Y - Restart
Left/Right - Change filename
Screenshots
Media
Backup your nintendo ds game saves on CFW 3ds (GTS 2018)
How To Backup 3DS/DS Saves and Cartridge Roms (The Boolean Gemini)
Changelog
v1.2 2016/08/28
- Fix Pokémon Mystery Dungeon: Explorers of Sky (thanks to @Steveice10).
v1.1 2016/02/07
- Doesn't work with PMD EoS.
- Added a (very simplistic) file selector.
- Changed the key layout (pull request #5, thanks @lavanoid).
- Fixed glitched text issues, as well as other bugs.
- Simplified the build system. You just have to run make now (pull request #6, thanks @WinterMute).
v1.0 2016/01/31
- First release.
Credits
Sprcial thanks to:
- Current contributors.
- Apache Thunder, for making the amazing banner and icon used by this homebrew.
- Steveice10, for having RE'd PXIDEV:SPIMultiWriteRead.
- idgrepthat, for pointing out that PokéTransporter was indeed using that function.
- Everyone else who helped.