1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-21 07:52:15 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@3db0dca14e 🚀

This commit is contained in:
lifehackerhansol
2024-02-06 15:42:05 +00:00
parent 0cfa629202
commit 4f032b5be7
498 changed files with 131521 additions and 2796 deletions

View File

@@ -442,10 +442,9 @@ window.cookieconsent.initialise({
<li><a href="#ce-dont-vous-avez-besoin" id="markdown-toc-ce-dont-vous-avez-besoin">Ce dont vous avez besoin</a> <ul>
<li><a href="#instructions" id="markdown-toc-instructions">Instructions</a> <ul>
<li><a href="#section-i---préparatifs" id="markdown-toc-section-i---préparatifs">Section I - Préparatifs</a></li>
<li><a href="#section-ii---cfw-check" id="markdown-toc-section-ii---cfw-check">Section II - CFW Check</a></li>
<li><a href="#section-iii---updating-the-system" id="markdown-toc-section-iii---updating-the-system">Section III - Updating the System</a></li>
<li><a href="#section-iv---rtc-and-dsp-setup" id="markdown-toc-section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</a></li>
<li><a href="#section-v---setup-script" id="markdown-toc-section-v---setup-script">Section V - Setup Script</a></li>
<li><a href="#section-ii---updating-the-system" id="markdown-toc-section-ii---updating-the-system">Section II - Updating the System</a></li>
<li><a href="#section-iii---rtc-and-dsp-setup" id="markdown-toc-section-iii---rtc-and-dsp-setup">Section III - RTC and DSP setup</a></li>
<li><a href="#section-iv---setup-script" id="markdown-toc-section-iv---setup-script">Section IV - Setup Script</a></li>
</ul>
</li>
<li><a href="#informations-et-notes" id="markdown-toc-informations-et-notes">Informations et notes</a></li>
@@ -487,7 +486,8 @@ window.cookieconsent.initialise({
<h2 id="ce-dont-vous-avez-besoin">Ce dont vous avez besoin</h2>
<ul>
<li><a href="/assets/finalizing.zip">finalizing.zip</a> (direct download)</li>
<li><a href="/assets/finalize_helper.firm">finalize_helper.firm</a> (direct download)</li>
<li><a href="/assets/finalize.romfs">finalize.romfs</a> (direct download)</li>
</ul>
<h3 id="instructions">Instructions</h3>
@@ -499,11 +499,9 @@ window.cookieconsent.initialise({
<ol>
<li>Éteignez votre console</li>
<li>Insérez votre carte SD dans votre ordinateur</li>
<li>Copy the contents of <code class="language-plaintext highlighter-rouge">finalizing.zip</code> (<code class="language-plaintext highlighter-rouge">finalize</code>, <code class="language-plaintext highlighter-rouge">gm9</code>, and <code class="language-plaintext highlighter-rouge">luma</code>) to the root of your SD card, merging/replacing any existing folders if prompted
<ul>
<li>If you are using a Mac, hold the Option key while dragging the folders to the root of your SD card, then click “Merge”</li>
</ul>
</li>
<li>Copy <code class="language-plaintext highlighter-rouge">finalize.romfs</code> to the root of your SD card</li>
<li>Open the <code class="language-plaintext highlighter-rouge">luma</code> folder and create a folder named <code class="language-plaintext highlighter-rouge">payloads</code> inside, if it does not already exist</li>
<li>Copy <code class="language-plaintext highlighter-rouge">finalize_helper.firm</code> to the <code class="language-plaintext highlighter-rouge">payloads</code> folder</li>
<li>Réinsérez votre carte SD dans votre console</li>
</ol>
@@ -511,21 +509,9 @@ window.cookieconsent.initialise({
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
<h4 id="section-ii---cfw-check">Section II - CFW Check</h4>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-luma-payloads.png" alt="" /></p>
<p>Comme mesure de sécurité supplémentaire, nous effectuerons une vérification supplémentaire de la présence dun custom firmware. Si aucun custom firmware nest installé sur votre console pour quelque raison que ce soit, la section suivante peut rendre votre console impossible à hacker sans matériel externe.</p>
<ol>
<li>Éteignez votre console</li>
<li>Maintenez le bouton (Select) enfoncé</li>
<li>Power on your console while still holding the (Select) button</li>
<li>If the check was successful, your console should have booted into the Luma3DS configuration menu</li>
<li>Appuyez sur (Start) pour enregistrer les modifications et redémarrer</li>
</ol>
<p class="notice--danger">If you do NOT boot into the Luma3DS configuration menu, custom firmware was not installed on your console. Rejoignez <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew sur Discord</a> et demandez de laide en anglais.</p>
<h4 id="section-iii---updating-the-system">Section III - Updating the System</h4>
<h4 id="section-ii---updating-the-system">Section II - Updating the System</h4>
<p>Dans cette section, vous allez mettre à jour votre console vers la dernière version, ce qui est sans danger avec le custom firmware.</p>
@@ -540,7 +526,7 @@ window.cookieconsent.initialise({
</li>
</ol>
<h4 id="section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</h4>
<h4 id="section-iii---rtc-and-dsp-setup">Section III - RTC and DSP setup</h4>
<p>Dans cette section, vous synchroniserez lhorloge interne de votre 3DS avec lheure réelle et allez dumper le firmware du son (ce qui est nécessaire pour que certains logiciels homebrew utilisent correctement le son).</p>
@@ -559,15 +545,23 @@ window.cookieconsent.initialise({
<li>Appuyez sur (B) pour quitter le menu Rosalina</li>
</ol>
<h4 id="section-v---setup-script">Section V - Setup Script</h4>
<h4 id="section-iv---setup-script">Section IV - Setup Script</h4>
<p>In this section, you will use a script to automate homebrew installation, SD card cleanup, and system file backup.</p>
<p>In this section, you will use a series of scripts to automate homebrew installation, SD card cleanup, and system file backup.</p>
<ol>
<li>Éteignez votre console</li>
<li>Press and hold (Start), and while holding (Start), power on your console. Ceci lancera GodMode9
<li>Press and hold (Start), and while holding (Start), power on your console. This will launch the Finalizing Setup Helper
<ul>
<li>If you do not boot into GodMode9, ensure that you copied the three folders from <code class="language-plaintext highlighter-rouge">finalizing.zip</code> to the root of your SD card and that the folders are not misnamed (e.g. <code class="language-plaintext highlighter-rouge">luma (1)</code>)</li>
<li>If you boot to the Luma3DS configuration menu, you held SELECT instead of START</li>
<li>If you boot to the HOME Menu, your <code class="language-plaintext highlighter-rouge">payloads</code> folder may be incorrectly spelled or in the wrong location</li>
<li>If you see a “Luma3DS Chainloader” menu, use the D-Pad and (A) buttons to navigate to and select <code class="language-plaintext highlighter-rouge">finalize_helper</code> from the list</li>
<li>If you encounter an error, consult the <a href="troubleshooting#finalizing-setup">troubleshooting</a> page</li>
</ul>
</li>
<li>If the Helper was successful, your console will boot into GodMode9
<ul>
<li>From this point forward, you can access GodMode9 by holding START while powering on your console</li>
</ul>
</li>
<li>Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois terminé</li>
@@ -582,7 +576,7 @@ window.cookieconsent.initialise({
</li>
<li>Once the script says “Setup complete!”, press (A) to power off the device
<ul>
<li>If you do NOT see the message “Setup complete!”, the script was not successful and you will need to redo this section</li>
<li>If you do NOT see the message “Setup complete!”, the script was not successful and you will need to redo this section from Step 3</li>
</ul>
</li>
<li>Insérez votre carte SD dans votre ordinateur</li>
@@ -604,10 +598,10 @@ window.cookieconsent.initialise({
<p class="notice--success">Vous avez terminé! Custom firmware is now fully configured on your console.</p>
<h3 id="informations-et-notes">Informations et notes</h3>
<p class="notice--info">Trying to figure out what to do with your newly modded device? Visit <a href="https://wiki.hacks.guide/wiki/3DS:Things_to_do">our wiki</a>!</p>
<h3 id="informations-et-notes">Informations et notes</h3>
<div class="notice--info">
<p>Voici quelques combinaisons de touches que vous devriez connaître :</p>