More actions
(Created page with "{{Infobox Switch Homebrews |title=Y'allAreNUTs save tool |image=yallarenutssavetoolswitch.png |description=Switch save manager. |author=3096 |lastupdated=2019/09/18 |type=Other Apps |version=0.1.2 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/yallarenutssavetoolswitch.7z |website=https://gbatemp.net/threads/yallarenuts-save-tool-aka-switch-save-dump-hack-job-by-3096.503569/ |source=https://github.com/3096/nut |donation= }} {{#seo: |title=Switch Homebre...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Y'allAreNUTs save tool | |title=Y'allAreNUTs save tool | ||
|image= | |image=yallarenutssavetoolnx.png | ||
|description=Switch save manager. | |description=Switch save manager. | ||
|author=3096 | |author=3096 (MegaMagikarp) | ||
|lastupdated=2019/09/18 | |lastupdated=2019/09/18 | ||
|type=Other Apps | |type=Other Apps | ||
|version=0.1.2 | |version=0.1.2 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/yallarenutssavetoolnx.7z | ||
|website=https://gbatemp.net/threads/yallarenuts-save-tool-aka-switch-save-dump-hack-job-by-3096.503569/ | |website=https://gbatemp.net/threads/yallarenuts-save-tool-aka-switch-save-dump-hack-job-by-3096.503569/ | ||
|source=https://github.com/3096/nut | |source=https://github.com/3096/nut | ||
|donation= | |donation= | ||
}} | }} | ||
Y'allAreNUTs is a save manager for Switch. Also known as switch-save-dump-hack-job. | |||
==User guide== | |||
The inject file function sometimes doesn't work due to service being broken on 5.0 and without using it, fsdevCommitDevice() can fail. Use at your own risk and always have backups. | |||
Since console output doesn't support UTF-8, you can press R to show title ID instead. When you see garbled text (Japanese names, for example) you can manually look up a title [http://switchbrew.org/index.php?title=Title_list/Games here]. | |||
{{ | |||
It is recommended to avoid using this when the Switch is docked, as docked mode appears to be unstable and may experience crashes based on testing. | |||
==Controls== | |||
Up/Down - Select a save | |||
Left/Right - Skip 5 saves | |||
A - Dump save files to "save/" | |||
Y - Dump save files to "save/{titleID}/{userID}/" (will overwrite existing files) | |||
ZR - Dump all saves | |||
X - Inject all files that are present in "inject/" | |||
R - to show title ID | |||
Plus - Quit when not copying files | |||
==Changelog== | ==Changelog== | ||
''' | '''v0.1.2''' | ||
* | *Built with latest libnx release; should solve HID incompatibility (or any problem it had before as well). | ||
*Icon actually says the name now. | |||
*General software stability improvements to enhance the user's experience. | |||
'''v0.1.1''' | |||
*Y button to dump save to `save/{titleID}/{userID} and use ZR to dump all saves. | |||
*LEFT and RIGHT button to navigate save list by 5 saves. | |||
*R button to toggle title ID display when selecting, helps non English titles. | |||
*Avoid accidental X or ZR button press with a confirmation message. | |||
*Still, don't put too many files when you are injecting, and avoid using it in docked mode since docked mode is unstable. | |||
==Credits== | |||
*3096. | |||
*MegaKarp. | |||
*Stary for showing me how to find the issue commit in libnx. | |||
*All the hardworking people behind libnx. | |||
== External links == | == External links == | ||
* | * GBAtemp - https://gbatemp.net/threads/yallarenuts-save-tool-aka-switch-save-dump-hack-job-by-3096.503569/ | ||
* | * GitHub - https://github.com/3096/nut | ||
Revision as of 03:21, 14 April 2023
Y'allAreNUTs save tool | |
---|---|
General | |
Author | 3096 (MegaMagikarp) |
Type | Other Apps |
Version | 0.1.2 |
License | MIT License |
Last Updated | 2019/09/18 |
Links | |
Download | |
Website | |
Source | |
Y'allAreNUTs is a save manager for Switch. Also known as switch-save-dump-hack-job.
User guide
The inject file function sometimes doesn't work due to service being broken on 5.0 and without using it, fsdevCommitDevice() can fail. Use at your own risk and always have backups.
Since console output doesn't support UTF-8, you can press R to show title ID instead. When you see garbled text (Japanese names, for example) you can manually look up a title here.
It is recommended to avoid using this when the Switch is docked, as docked mode appears to be unstable and may experience crashes based on testing.
Controls
Up/Down - Select a save
Left/Right - Skip 5 saves
A - Dump save files to "save/"
Y - Dump save files to "save/{titleID}/{userID}/" (will overwrite existing files)
ZR - Dump all saves
X - Inject all files that are present in "inject/"
R - to show title ID
Plus - Quit when not copying files
Changelog
v0.1.2
- Built with latest libnx release; should solve HID incompatibility (or any problem it had before as well).
- Icon actually says the name now.
- General software stability improvements to enhance the user's experience.
v0.1.1
- Y button to dump save to `save/{titleID}/{userID} and use ZR to dump all saves.
- LEFT and RIGHT button to navigate save list by 5 saves.
- R button to toggle title ID display when selecting, helps non English titles.
- Avoid accidental X or ZR button press with a confirmation message.
- Still, don't put too many files when you are injecting, and avoid using it in docked mode since docked mode is unstable.
Credits
- 3096.
- MegaKarp.
- Stary for showing me how to find the issue commit in libnx.
- All the hardworking people behind libnx.