mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-27 11:20:34 +00:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@cd11b61388 🚀
This commit is contained in:
parent
75f9627055
commit
684e8656a3
2
feed.xml
2
feed.xml
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-06-11T07:39:55+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-06-11T07:56:48+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
@ -577,10 +577,20 @@ window.cookieconsent.initialise({
|
||||
<li>Tap “Save Mii as QR Code”</li>
|
||||
<li>Select any Mii Character (make a new one first if you don’t have any), and press “OK”</li>
|
||||
<li>Power off your console</li>
|
||||
<li>Put the console’s SD card into your computer, navigate to the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder on the SD, and copy the name of the 32-character-long folder directly inside
|
||||
<li>Insert your SD card into your computer</li>
|
||||
<li>Navigate to the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder on your SD card</li>
|
||||
<li>Copy the name of the 32-letter folder you see directly inside Nintendo 3DS
|
||||
<ul>
|
||||
<li>This folder, known as the ID0, is system-specific. Only one should be present. If you see multiple, follow <a href="troubleshooting#seedminer">these instructions</a></li>
|
||||
<li>Once you have the ID0, paste it into a document so you can reference it later</li>
|
||||
<li>This 32-letter name is system-specific and will be different for each console</li>
|
||||
<li>If you see multiple 32-letter folders, follow <a href="troubleshooting#seedminer">these instructions</a></li>
|
||||
<li>You can ignore the <code class="language-plaintext highlighter-rouge">private</code> folder if you have it</li>
|
||||
</ul>
|
||||
|
||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/seedminer/id0-example.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Paste your 32-letter folder name into <a href="/images/screenshots/seedminer/text-document.png">a document</a> you can reference later
|
||||
<ul>
|
||||
<li>This folder is known as your “ID0”. Take note of this as this guide will refer to it as such later</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Navigate to the <code class="language-plaintext highlighter-rouge">DCIM</code> folder on the SD card</li>
|
||||
@ -610,6 +620,7 @@ window.cookieconsent.initialise({
|
||||
<ul>
|
||||
<li>Replace <code class="language-plaintext highlighter-rouge"><id0></code> with the ID0 you copied into a document</li>
|
||||
<li>Do not include the angle brackets</li>
|
||||
<li>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</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Once it completes, enter the command <code class="language-plaintext highlighter-rouge">py -3 seedminer_launcher3.py mii <model> <year></code>
|
||||
|
Loading…
Reference in New Issue
Block a user