User:HunterMario/SwitchSaveExtraction: Difference between revisions
User page
More actions
HunterMario (talk | contribs) Ported TegraExplorer save extraction guide to a wiki page. Will make some more modifications later. |
HunterMario (talk | contribs) Added improved version of SaveExtract to guide |
||
| Line 23: | Line 23: | ||
*Your <code>prod.keys</code> file | *Your <code>prod.keys</code> file | ||
*Python 3.6+ (Install with <code>Add to Path</code> checked otherwise this will fail! Download [https://www.python.org/downloads/ | *Python 3.6+ (Install with <code>Add to Path</code> checked otherwise this will fail! Download [https://www.python.org/downloads/ Python] here) | ||
* | *The latest version of hactool (The Windows version is bundled with SaveExtract, only needed for other operating systems) | ||
*Your <code>save</code> folder acquired from Step 1 | *Your <code>save</code> folder acquired from Step 1 | ||
*[ | *[https://github.com/HunterMario/SaveExtract/releases/tag/1.1.0 SaveExtract] | ||
===Instructions:=== | ===Instructions:=== | ||
| Line 32: | Line 32: | ||
#Place your <code>prod.keys</code> and hactool<code>.exe</code> (extracted from it’s zip) in the <code>SaveExtract</code> folder | #Place your <code>prod.keys</code> and hactool<code>.exe</code> (extracted from it’s zip) in the <code>SaveExtract</code> folder | ||
#Place your <code>save</code> folder from your sd card (SD:/tegraexplorer/save) in the <code>SaveExtract</code> folder | #Place your <code>save</code> folder from your sd card (SD:/tegraexplorer/save) in the <code>SaveExtract</code> folder | ||
# | #Open a terminal window and run <code>py extract.py</code> on Windows or <code>python3 extract.py</code> on any other operating system to start the save extraction. Your saves should be located now in the <code>out</code> folder, ordered by titleid. | ||
(Optional: Put your sd card back into your switch, select <code>Mount SD</code>, go to <code>Exit</code>, and hit either <code>Reboot to Hekate</code> or <code>Reboot to Atmosphere</code>) | (Optional: Put your sd card back into your switch, select <code>Mount SD</code>, go to <code>Exit</code>, and hit either <code>Reboot to Hekate</code> or <code>Reboot to Atmosphere</code>) | ||