seedmiiner: steal the ID0 steps from seedminer-base
- This way we can reuse text, and also screenshots - Also copy note from regular seedminer to not type it in manually lol
This commit is contained in:
parent
0b15931d02
commit
cd11b61388
1 changed files with 12 additions and 3 deletions
|
@ -52,9 +52,17 @@ In this section, you will set up Seedminer and obtain your console's files that
|
||||||
1. Tap "Save Mii as QR Code"
|
1. Tap "Save Mii as QR Code"
|
||||||
1. Select any Mii Character (make a new one first if you don't have any), and press "OK"
|
1. Select any Mii Character (make a new one first if you don't have any), and press "OK"
|
||||||
1. Power off your console
|
1. Power off your console
|
||||||
1. Put the console's SD card into your computer, navigate to the `Nintendo 3DS` folder on the SD, and copy the name of the 32-character-long folder directly inside
|
1. Insert your SD card into your computer
|
||||||
+ This folder, known as the ID0, is system-specific. Only one should be present. If you see multiple, follow [these instructions](troubleshooting#seedminer)
|
1. Navigate to the `Nintendo 3DS` folder on your SD card
|
||||||
+ Once you have the ID0, paste it into a document so you can reference it later
|
1. Copy the name of the 32-letter folder you see directly inside Nintendo 3DS
|
||||||
|
+ This 32-letter name is system-specific and will be different for each console
|
||||||
|
+ If you see multiple 32-letter folders, follow [these instructions](troubleshooting#seedminer)
|
||||||
|
+ You can ignore the `private` folder if you have it
|
||||||
|
|
||||||
|
![]({{ "/images/screenshots/seedminer/id0-example.png" | absolute_url }})
|
||||||
|
{: .notice--info}
|
||||||
|
1. Paste your 32-letter folder name into [a document](/images/screenshots/seedminer/text-document.png) you can reference later
|
||||||
|
+ This folder is known as your "ID0". Take note of this as this guide will refer to it as such later
|
||||||
1. Navigate to the `DCIM` folder on the SD card
|
1. Navigate to the `DCIM` folder on the SD card
|
||||||
1. Look for the QR Code, which will be a `.JPG` file starting with `HNI`
|
1. Look for the QR Code, which will be a `.JPG` file starting with `HNI`
|
||||||
+ You may have many other files in here already if you use the Nintendo 3DS Camera app
|
+ You may have many other files in here already if you use the Nintendo 3DS Camera app
|
||||||
|
@ -73,6 +81,7 @@ In this section, you will turn the Mii QR code into a usable file and mine `mova
|
||||||
1. Inside this window, enter the command `py -3 seedminer_launcher3.py id0 <id0>`
|
1. Inside this window, enter the command `py -3 seedminer_launcher3.py id0 <id0>`
|
||||||
+ Replace `<id0>` with the ID0 you copied into a document
|
+ Replace `<id0>` with the ID0 you copied into a document
|
||||||
+ Do not include the angle brackets
|
+ Do not include the angle brackets
|
||||||
|
+ Do not attempt to enter the ID0 manually, as it is easy to make a mistake. Ensure the ID0 is entered correctly by copying and pasting it from where you saved it in the previous section
|
||||||
1. Once it completes, enter the command `py -3 seedminer_launcher3.py mii <model> <year>`
|
1. Once it completes, enter the command `py -3 seedminer_launcher3.py mii <model> <year>`
|
||||||
+ Replace `<model>` with the model of your console (`new` or `old`) - if you aren't sure, only models with the ZL/ZR buttons and C-Stick are "new"
|
+ Replace `<model>` with the model of your console (`new` or `old`) - if you aren't sure, only models with the ZL/ZR buttons and C-Stick are "new"
|
||||||
+ Replace `<year>` with the year the 3DS was made (you often find this behind the backplate) - leave this empty if you aren't sure, in which case it will start from the middle
|
+ Replace `<year>` with the year the 3DS was made (you often find this behind the backplate) - leave this empty if you aren't sure, in which case it will start from the middle
|
||||||
|
|
Loading…
Reference in a new issue