1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 12:11:49 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@58c8580493 🚀

This commit is contained in:
lifehackerhansol
2023-11-14 15:45:35 +00:00
parent 215a8aa501
commit 0226ac9886
63 changed files with 253 additions and 273 deletions

View File

@@ -580,9 +580,9 @@ window.cookieconsent.initialise({
</li>
<li>Copiez également le fichier <code class="language-plaintext highlighter-rouge">plugin.3gx</code> dans le répertoire indiqué ci-dessous (<strong>en fonction de la région de votre copie de Mario Kart 7</strong>):
<ul>
<li>USA: <code class="language-plaintext highlighter-rouge">luma/plugins/0004000000030800</code></li>
<li>EUR: <code class="language-plaintext highlighter-rouge">luma/plugins/0004000000030700</code></li>
<li>JPN: <code class="language-plaintext highlighter-rouge">luma/plugins/0004000000030600</code></li>
<li>USA: <code class="language-plaintext highlighter-rouge">/luma/plugins/0004000000030800</code></li>
<li>EUR: <code class="language-plaintext highlighter-rouge">/luma/plugins/0004000000030700</code></li>
<li>JPN: <code class="language-plaintext highlighter-rouge">/luma/plugins/0004000000030600</code></li>
<li>Create the <code class="language-plaintext highlighter-rouge">plugins</code> and <code class="language-plaintext highlighter-rouge">00040000...</code> folders if they do not already exist</li>
</ul>
</li>

View File

@@ -547,9 +547,9 @@ window.cookieconsent.initialise({
<li>You can update Mario Kart 7 from eShop or by following the update prompt when you launch the game</li>
</ul>
</li>
<li>A Windows computer</li>
<li>A computer running Windows, macOS, or Linux</li>
<li>Your <code class="language-plaintext highlighter-rouge">movable.sed</code> file from completing Seedminer</li>
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a></li>
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a> (the release marked <code class="language-plaintext highlighter-rouge">WINDOWS</code> if you have a Windows computer, or the release marked <code class="language-plaintext highlighter-rouge">LINUX-macOS</code> if you have a macOS or Linux-based computer)</li>
<li>La dernière version de <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> (téléchargement direct)</li>
<li>La dernière version de <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (téléchargement direct)</li>
<li>The latest release of <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (direct download)</li>
@@ -609,15 +609,15 @@ window.cookieconsent.initialise({
</ul>
</li>
<li>Open the <code class="language-plaintext highlighter-rouge">backup</code> folder inside of the Release_BETA_mk7 folder</li>
<li>Double-click on the BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region (e.g. backup_USA.bat if you have a USA copy of Mario Kart 7)
<li>Double-click on the BACKUP file corresponding to your consoles region (e.g. <code class="language-plaintext highlighter-rouge">backup_USA</code> if you have a USA copy of Mario Kart 7)
<ul>
<li>If you are unsure of your console region, you can check System Settings. U = USA; E = EUR, J = JPN</li>
<li>If you get a message from Windows Defender, click “More info”, “Run anyway”, then press any key to continue</li>
<li>If the backup was successful, you should see a new folder appear</li>
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region</li>
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE file corresponding to your consoles region</li>
</ul>
</li>
<li>Go back to the Release_BETA_mk7 folder, then double-click on the <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region (e.g. USA.bat if you have a USA copy of Mario Kart 7)</li>
<li>Go back to the Release_BETA_mk7 folder, then double-click on the file corresponding to your consoles region (e.g. <code class="language-plaintext highlighter-rouge">USA</code> if you have a USA copy of Mario Kart 7)</li>
<li>Réinsérez votre carte SD dans votre console</li>
</ol>

View File

@@ -535,7 +535,7 @@ window.cookieconsent.initialise({
<h3 id="notes-de-compatibilité">Notes de compatibilité</h3>
<p class="notice--warning">This method requires a computer running Windows or Linux. macOS is NOT supported, nor are phones or tablets. If you do not have access to Windows or Linux, you will need to use an <a href="alternate-exploits">alternate exploit</a>.</p>
<p class="notice--warning">This method requires a computer running Windows, Linux, or macOS. Phones or tablets are NOT currently supported. If you do not have access to a computer, you will need to use an <a href="alternate-exploits">alternate exploit</a>.</p>
<h2 id="ce-dont-vous-avez-besoin">Ce dont vous avez besoin</h2>
@@ -543,7 +543,7 @@ window.cookieconsent.initialise({
<li>The latest release of <a href="https://github.com/zoogie/MSET9/releases/latest">MSET9</a> (the Release <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
<li>Any 3.x version of <a href="https://www.python.org/downloads/">Python</a> <strong>installed on your computer</strong>
<ul>
<li>If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
<li>If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
</ul>
</li>
</ul>
@@ -575,6 +575,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
@@ -622,6 +623,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>
@@ -635,7 +637,7 @@ window.cookieconsent.initialise({
<li>Reinsert your SD card into your console <strong>without pressing any buttons or touching the screen</strong></li>
<li>Si lexploit a réussit, vous devriez avoir démarré dans SafeB9SInstaller
<ul>
<li>If you get a red screen, follow the <a href="troubleshooting#installing-boot9strap-mset9">troubleshooting guide</a></li>
<li>If you get a red screen or the console gets stuck on a loading screen, follow the <a href="troubleshooting#installing-boot9strap-mset9">troubleshooting guide</a></li>
</ul>
</li>
</ol>
@@ -673,6 +675,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>

View File

@@ -548,7 +548,9 @@ window.cookieconsent.initialise({
<details>
<summary><strong>Compatibilité de l'ordinateur</strong></summary>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/onboarding/os.jpg" alt="" /></p>
<p>Vous pouvez suivre ce guide tant que vous avez la possibilité de télécharger des fichiers depuis Internet et de les copier sur votre carte SD. Selon votre ordinateur/téléphone/périphérique électronique, vous devrez peut-être acheter un adaptateur de carte SD vers USB pour permettre à votre ordinateur de lire votre carte SD.</p>
<p>In most cases, you can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. Selon votre ordinateur/téléphone/périphérique électronique, vous devrez peut-être acheter un adaptateur de carte SD vers USB pour permettre à votre ordinateur de lire votre carte SD.</p>
<p>Some methods (notably, Kartminer7 and MSET9) may require a traditional computer running Windows, macOS, or Linux. If you are unable to get access to a computer using those operating systems, you will need to follow another method.</p>
</details>
<details>
@@ -576,8 +578,10 @@ window.cookieconsent.initialise({
<h2 id="les-choses-que-vous-devez-faire-sur-votre-ordinateur">Les choses que vous devez faire sur votre ordinateur</h2>
<p class="notice--warning">Following this guide alone should not result in data loss, but SD card corruption is always a possibility. You should make a backup of your SD card contents (especially the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder) if you have important data.</p>
<details>
<summary><strong>File placement terminology (e.g. "root of SD")</strong></summary>
<summary><strong>File placement terminology (e.g. "root of SD", "/luma/")</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>

View File

@@ -636,8 +636,6 @@ window.cookieconsent.initialise({
<p>This method uses a cartridge or digital copy of Mario Kart 7. Using the <code class="language-plaintext highlighter-rouge">movable.sed</code> file, you can modify Mario Kart 7s SD card data that will give you access to Homebrew Launcher, which will be used for further exploitation.</p>
<p class="notice--warning">This method requires a computer running Windows.</p>
<p class="notice--primary">Continue to <a href="installing-boot9strap-(kartminer7)">Installing boot9strap (Kartminer7)</a></p>
<h4 id="dsiware">DSiWare</h4>

View File

@@ -1050,13 +1050,6 @@ window.cookieconsent.initialise({
</details>
<details>
<summary><u>Error 11: macOS is not supported!</u></summary>
<p>You are trying to run the MSET9 script from a computer running macOS, which is not currently supported. Try running the script from a computer running Windows or Linux. If you do not have access to such a computer, you will need to follow an <a href="alternate-exploits">alternate exploit</a>.</p>
</details>
<details>
<summary><u>Error 12: You don't have 1 ID1, you have (#)!</u></summary>