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

User:HunterMario/SwitchSaveExtraction: Difference between revisions

User page
Added improved version of SaveExtract to guide
Generalized some stuff for modchipped users
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Extract your user saves via RCM=
=Extract your user saves via TegraExplorer=
==Step 1: Getting the saves==
==Step 1: Getting the saves==
===What you need:===
===What you need:===


*The latest release of [https://github.com/suchmememanyskill/TegraExplorer/releases TegraExplorer]
*The latest release of [https://github.com/suchmememanyskill/TegraExplorer/releases TegraExplorer]
*A payload injector (Example: [https://github.com/eliboa/TegraRcmGUI/releases TegraRcmGui])
===Instructions:===
===Instructions:===


#Launch TegraExplorer via your chosen payload injector
#Launch TegraExplorer by either copying it to <code>bootloader/payloads/</code> and using the Payloads menu in Hekate or by using your preferred payload injector
#Navigate to <code>Browse EMMC</code> or <code>Browse EMUMMC</code>, depending on your needs
#Navigate to <code>Browse EMMC</code> or <code>Browse EMUMMC</code>, depending on your needs
#Navigate to <code>USER</code>
#Navigate to <code>USER</code>
Line 30: Line 29:


#Extract the <code>SaveExtract</code> folder out of the SaveExtract.zip to somewhere on your pc
#Extract the <code>SaveExtract</code> folder out of the SaveExtract.zip to somewhere on your pc
#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> 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.
#Open a terminal window in the <code>SaveExtract</code> directory 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>)