Deploying to gh-pages from @ hacks-guide/Guide_3DS@63304f200d 🚀
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-07-19T08:33:29+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-07-19T09:13:12+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>
|
|
@ -515,7 +515,7 @@ window.cookieconsent.initialise({
|
||||||
|
|
||||||
<h4 id="section-iii---select-a-method">Section III - Select a Method</h4>
|
<h4 id="section-iii---select-a-method">Section III - Select a Method</h4>
|
||||||
|
|
||||||
<p>To find the correct method for your console, please enter the system version you found in Section II.</p>
|
<p>To find the correct method for your console, please select the model of your console and the system version you found in Section II.</p>
|
||||||
|
|
||||||
<table id="modeltable" class="modeltable" style="display:none">
|
<table id="modeltable" class="modeltable" style="display:none">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
BIN
images/screenshots/onboarding/anglebrackets.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 34 KiB |
BIN
images/screenshots/onboarding/folders.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 33 KiB |
BIN
images/screenshots/onboarding/sdroot.png
Normal file
After Width: | Height: | Size: 18 KiB |
|
@ -540,7 +540,7 @@ window.cookieconsent.initialise({
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="notice--warning">
|
<details class="notice--warning">
|
||||||
<summary><strong>Potential risks</strong></summary>
|
<summary><strong>Potential risks (Disclaimer)</strong></summary>
|
||||||
|
|
||||||
<p>By modding your console, you subject it to the remote (but non-zero) possibility of the console being banned from online play or bricked (rendered non-functional). <strong><em>Incorrect file placement will NOT brick your console</em></strong>, but purposely skipping instructions might. Similarly, the last ban wave occurred over five years ago, but there is no guarantee that another one will not occur in the future.</p>
|
<p>By modding your console, you subject it to the remote (but non-zero) possibility of the console being banned from online play or bricked (rendered non-functional). <strong><em>Incorrect file placement will NOT brick your console</em></strong>, but purposely skipping instructions might. Similarly, the last ban wave occurred over five years ago, but there is no guarantee that another one will not occur in the future.</p>
|
||||||
|
|
||||||
|
@ -551,10 +551,26 @@ window.cookieconsent.initialise({
|
||||||
<h2 id="things-you-need-to-do-on-your-computer">Things you need to do on your computer</h2>
|
<h2 id="things-you-need-to-do-on-your-computer">Things you need to do on your computer</h2>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>Downloading and copying files</strong></summary>
|
<summary><strong>File placement terminology (e.g. "root of SD")</strong></summary>
|
||||||
|
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/sdroot.png" alt="" /></p>
|
||||||
|
|
||||||
|
<p>When copying files to the SD card, it is important to copy them to the right location - otherwise, the console will not detect the file and the exploit or software you are trying to use will not work. A term you will see frequently on this guide is <strong>root of the SD card</strong>, which means you are not inside any folder on your SD card. The directory that appears when you first open your SD card on your computer is called the ‘root’.</p>
|
||||||
|
|
||||||
|
<p>You may also see folder names indicated like this: <code class="language-plaintext highlighter-rouge">/folder/</code>. The slashes are used to indicate directories and are not part of the name of the folder. For example, <code class="language-plaintext highlighter-rouge">/folder1/folder2/</code> would refer to <code class="language-plaintext highlighter-rouge">folder2</code> inside of <code class="language-plaintext highlighter-rouge">folder1</code>:</p>
|
||||||
|
|
||||||
|
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/folders.png" alt="" /></p>
|
||||||
|
|
||||||
|
<p><strong>Angle brackets</strong> (< and >) are also occasionally used to refer to system-specific identifiers. For example, if the guide says <code class="language-plaintext highlighter-rouge"><ID0></code>, it is referring to the system-specific identifier inside of the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder, rather than a folder literally named “ID0”:</p>
|
||||||
|
|
||||||
|
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/anglebrackets.png" alt="" /></p>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><strong>Downloading files from GitHub</strong></summary>
|
||||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/github.png" alt="" /></p>
|
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/github.png" alt="" /></p>
|
||||||
|
|
||||||
<p>In this guide, you will copy files that are downloaded on your computer/phone to your 3DS SD card. Many of these files come from GitHub, so refer to the above screenshot if you’re unfamiliar with how to download files from there.</p>
|
<p>In this guide, you will copy files that are downloaded on your computer/phone to your console’s SD card. Many of these files come from GitHub, which is a website used by developers to publish their open-source releases. When downloading files from GitHub, you should download the file that <em>isn’t</em> source code.</p>
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|