From ac30a9bcf1d9c6c83d453b149e522d8fe0e1a383 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sat, 16 Dec 2017 13:21:12 -0800 Subject: [PATCH] fix gm9 output directory (gm9/out in recent releases) --- Dumping-Config-Savegame-from-a-3DS-Console.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dumping-Config-Savegame-from-a-3DS-Console.md b/Dumping-Config-Savegame-from-a-3DS-Console.md index 608682f..b80a75d 100644 --- a/Dumping-Config-Savegame-from-a-3DS-Console.md +++ b/Dumping-Config-Savegame-from-a-3DS-Console.md @@ -29,16 +29,16 @@ Instructions 1. Set up GodMode9 using SigHax / Boot9Strap. [Read its readme] on how to do this. 2. Put the SD card into the 3DS. 3. From the root GodMode9 menu, navigate to `[1:] SYSNAND CTRNAND` -> `data` -> `` -> `sysdata` -> `00010017`. - 4. Select `00000000`, then select `Copy to 0:/gm9out`. + 4. Select `00000000`, then select `Copy to 0:/gm9/out`. 5. Once this process complets, mount SD card on PC. 6. Open command line / powershell / terminal, run ``` - python disa-extract.py /gm9out/00000000 + python disa-extract.py /gm9/out/00000000 ``` Note: - Make sure python is in your system path and it is python 3, or you will have to give the full path to python - `disa-extract.py` is the save file extractor downloaded above. Replace it with a full path if necessary. - - `/gm9out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver. + - `/gm9/out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver. - `` is a directory to store the output. On success, you will see `Finished!` printed on the last line