mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 19:29:51 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@654374a9b3 🚀
This commit is contained in:
@@ -442,7 +442,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="installing-boot9strap-(menuhax)"><a href='/hu_HU/installing-boot9strap-(menuhax)'>Installing boot9strap (menuhax)</a></li>
|
||||
<li style="display: none;" data-name="installing-boot9strap-(menuhax)"><a href='/hu_HU/installing-boot9strap-(menuhax)'>Boot9strap telepítése (menuhax)</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -515,8 +515,8 @@ window.cookieconsent.initialise({
|
||||
<li><a href="#i-rész---előkészületek" id="markdown-toc-i-rész---előkészületek">I. rész - Előkészületek</a></li>
|
||||
<li><a href="#ii-rész---cfw-ellenőrzés" id="markdown-toc-ii-rész---cfw-ellenőrzés">II. rész - CFW ellenőrzés</a></li>
|
||||
<li><a href="#iii-rész---a-rendszer-frissítése" id="markdown-toc-iii-rész---a-rendszer-frissítése">III. rész - A rendszer frissítése</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="#iv-rész---rtc-és-dsp-telepítése" id="markdown-toc-iv-rész---rtc-és-dsp-telepítése">IV. rész - RTC és DSP telepítése</a></li>
|
||||
<li><a href="#v-rész---telepítő-szkript" id="markdown-toc-v-rész---telepítő-szkript">V. rész - Telepítő szkript</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#információk-és-megjegyzések" id="markdown-toc-információk-és-megjegyzések">Információk és megjegyzések</a></li>
|
||||
@@ -529,24 +529,23 @@ window.cookieconsent.initialise({
|
||||
|
||||
<p>A <code class="language-plaintext highlighter-rouge">boot.firm</code> nevezetű fájl az, amit maga a boot9strap elindít, amint betöltődik a NAND-ból. Ebben az esetben a <a href="https://github.com/LumaTeam/">LumaTeam</a> által készített Luma3DS-t használjuk a konzol patcheléséhez, hogy tudjon homebrew programokat futtatni.</p>
|
||||
|
||||
<p>On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console.</p>
|
||||
<p>Ezen az oldalon kritikus rendszer mentéseket fogunk csinálni és néhány homebrew alkalmazást fogunk telepíteni. Ezen lépések nagy része automatizált egy szkripttel, ami a konzolodon fogsz futtatni.</p>
|
||||
|
||||
<details class="notice--info">
|
||||
<summary>List of homebrew applications that will be installed</summary>
|
||||
|
||||
<p>Click the links to view the GitHub repository of each application. (Give them a star if you appreciate them!)</p>
|
||||
<div class="notice--info">
|
||||
<p>A szkript a következő alkalmazásokat fogja telepíteni:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong><a href="https://github.com/Steveice10/FBI">FBI</a></strong> <em>(installs CIA formatted applications)</em></li>
|
||||
<li><strong><a href="https://github.com/PabloMK7/homebrew_launcher_dummy">Homebrew Launcher Loader</a></strong> <em>(launches the Homebrew Launcher)</em></li>
|
||||
<li><strong><a href="https://github.com/astronautlevel2/Anemone3DS">Anemone3DS</a></strong> <em>(installs custom themes)</em></li>
|
||||
<li><strong><a href="https://github.com/FlagBrew/Checkpoint">Checkpoint</a></strong> <em>(backs up and restores save files for 3DS and DS games)</em></li>
|
||||
<li><strong><a href="https://github.com/mtheall/ftpd">ftpd</a></strong> <em>(access your 3DS SD card wirelessly)</em></li>
|
||||
<li><strong><a href="https://github.com/Universal-Team/Universal-Updater/">Universal-Updater</a></strong> <em>(a homebrew app store for downloading homebrew from the 3DS over Wi-Fi)</em></li>
|
||||
<li><strong><a href="https://github.com/d0k3/GodMode9">GodMode9</a></strong> <em>(multipurpose tool which can do NAND and cartridge functions)</em></li>
|
||||
<li><strong><a href="https://github.com/Steveice10/FBI">FBI</a></strong> <em>(CIA formátumú alkalmazásokat telepít)</em></li>
|
||||
<li><strong><a href="https://github.com/PabloMK7/homebrew_launcher_dummy">Homebrew Launcher Loader</a></strong> <em>(elindítja a Homebrew Launchert)</em></li>
|
||||
<li><strong><a href="https://github.com/astronautlevel2/Anemone3DS">Anemone3DS</a></strong> <em>(egyedi témákat telepít)</em></li>
|
||||
<li><strong><a href="https://github.com/FlagBrew/Checkpoint">Checkpoint</a></strong> <em>(3DS és DS játékok mentéseiről lehet biztonsági mentést készíteni és visszaállítani)</em></li>
|
||||
<li><strong><a href="https://github.com/mtheall/ftpd">ftpd</a></strong> <em>(a 3DS-ed SD kártyájának vezeték nélküli elérése)</em></li>
|
||||
<li><strong><a href="https://github.com/Universal-Team/Universal-Updater/">Universal-Updater</a></strong> <em>(egy homebrew app store homebrew letöltéséhez a 3DS-re WiFi-n keresztül)</em></li>
|
||||
<li><strong><a href="https://github.com/d0k3/GodMode9">GodMode9</a></strong> <em>(sokféle dologra használható eszköz, például NAND és kártya műveletekre)</em></li>
|
||||
</ul>
|
||||
|
||||
</details>
|
||||
<p>Ha nem szeretnéd ezeket az alkalmazásokat, eltávolíthatod őket, miután befejezted ezt az oldalt a System Settings -> Data Management -> Nintendo 3DS -> szoftver-hez navigálva. (A GodMode9 nem távolítható el így, és általában szükséges más funkciókhoz.)</p>
|
||||
</div>
|
||||
|
||||
<h3 id="kompatibilitási-megjegyzések">Kompatibilitási megjegyzések</h3>
|
||||
|
||||
@@ -557,7 +556,7 @@ window.cookieconsent.initialise({
|
||||
<h3 id="amire-szükséged-lesz">Amire szükséged lesz</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="/assets/finalizing.zip">finalizing.zip</a> (direct download)</li>
|
||||
<li><a href="/assets/finalizing.zip">finalizing.zip</a> (közvetlen letöltés)</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="utasítások">Utasítások</h3>
|
||||
@@ -569,11 +568,11 @@ window.cookieconsent.initialise({
|
||||
<ol>
|
||||
<li>Kapcsold ki a konzolod</li>
|
||||
<li>Helyezd az SD kártyád a számítógépbe</li>
|
||||
<li>Copy the contents of <code class="language-plaintext highlighter-rouge">finalizing.zip</code> to the root of your SD card, merging/replacing any existing folders if prompted</li>
|
||||
<li>Insert your SD card into your console</li>
|
||||
<li>Másold a <code class="language-plaintext highlighter-rouge">finalizing.zip</code> tartalmát az SD kártya gyökerébe, egyesítve/lecserélve az ott lévő mappákat, ha kérdezi</li>
|
||||
<li>Helyezd az SD kártyád a konzolodba</li>
|
||||
</ol>
|
||||
|
||||
<p>The screenshot below indicates the minimum SD card layout that is required to follow this page. Lehetnek extra fájljaid és mappáid az SD kártyádon, függően a korábbi telepítésedtől vagy metódustól, amit követtél.</p>
|
||||
<p>Az alábbi képernyőképek mutatják az SD kártya minimális elrendezését ahhoz, hogy ezt az útmutatót követni tudd. Lehetnek extra fájljaid és mappáid az SD kártyádon, függően a korábbi telepítésedtől vagy metódustól, amit követtél.</p>
|
||||
|
||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
|
||||
|
||||
@@ -607,14 +606,14 @@ window.cookieconsent.initialise({
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</h4>
|
||||
<h4 id="iv-rész---rtc-és-dsp-telepítése">IV. rész - RTC és DSP telepítése</h4>
|
||||
|
||||
<p>Ebben a fejezetben szinkronizálni fogod a 3DS belső óráját az aktuális időhöz és dumpolni a hang firmware-t (ami szükséges néhány homebrew alkalmazáshoz, hogy a hangot megfelelően használja).</p>
|
||||
|
||||
<ol>
|
||||
<li>Nyomd le az (Bal Váll) + (D-Pad le) + (Select) gombokat egyszerre a Rosalina menü megnyitásához
|
||||
<ul>
|
||||
<li>If one of these buttons is broken, download <a href="/assets/config.ini">config.ini</a> and put it in your <code class="language-plaintext highlighter-rouge">luma</code> folder, replacing the existing one. This will change the Rosalina menu key combination to (X) + (Y)</li>
|
||||
<li>Ha valamelyik gombod törött, töltsd le a <a href="/assets/config.ini">config.ini</a> fájlt és rakd a <code class="language-plaintext highlighter-rouge">luma</code> mappádva, felülírva az ott lévőt. Ez átállítja a Rosalina menu billentyű kombinációt (X) + (Y)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Válaszd ki a “Miscellaneous options”-t</li>
|
||||
@@ -626,9 +625,9 @@ window.cookieconsent.initialise({
|
||||
<li>Nyomd meg a (B) gombot, hogy kilépj a Rosalina menüből</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-v---setup-script">Section V - Setup Script</h4>
|
||||
<h4 id="v-rész---telepítő-szkript">V. rész - Telepítő szkript</h4>
|
||||
|
||||
<p>In this section, you will use a script to automate homebrew installation, SD card cleanup, and system file backup.</p>
|
||||
<p>Ebben a fejezetben egy szkriptet fogsz használni arra, hogy automatizáld a homebrew telepítést, az SD kártya takarítást és a rendszer mentést.</p>
|
||||
|
||||
<ol>
|
||||
<li>Kapcsold ki a konzolod</li>
|
||||
@@ -642,7 +641,7 @@ window.cookieconsent.initialise({
|
||||
<li>Nyomd meg a (Home) gombot, hogy megjelenjen a műveleti menü</li>
|
||||
<li>Válaszd a “Scripts…” opciót</li>
|
||||
<li>Select “finalize”</li>
|
||||
<li>Follow the prompts in the script, answering each question that you are asked
|
||||
<li>Follow the prompts in the script, answering any questions that you are asked
|
||||
<ul>
|
||||
<li>If you encounter an error, follow the instructions in the error message or consult the <a href="troubleshooting#finalizing-setup">troubleshooting</a> page</li>
|
||||
</ul>
|
||||
@@ -653,14 +652,18 @@ window.cookieconsent.initialise({
|
||||
</ul>
|
||||
</li>
|
||||
<li>Helyezd az SD kártyád a számítógépbe</li>
|
||||
<li>Copy the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder to a safe location on your computer
|
||||
<li>Copy the <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> folder to a safe location on your computer
|
||||
<ul>
|
||||
<li>This folder contains critical file backups and should be backed up to multiple locations (i.e. cloud storage) if possible</li>
|
||||
<li>The two SysNAND files are your NAND backup and can be used to revert your console to a working state if it is bricked by a software issue</li>
|
||||
<li>The <code class="language-plaintext highlighter-rouge">essential.exefs</code> file contains your console’s system-unique files and can be used to recover your data in the event of a hardware failure</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Delete the contents of the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder from your SD card</li>
|
||||
<li>If you still have them, delete the two <code class="language-plaintext highlighter-rouge">SysNAND</code> files from the <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> folder from your SD card
|
||||
<ul>
|
||||
<li>The <code class="language-plaintext highlighter-rouge">essential.exefs</code> file is small and may be kept on your SD card for ease of access</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<hr />
|
||||
@@ -669,6 +672,8 @@ window.cookieconsent.initialise({
|
||||
|
||||
<h3 id="információk-és-megjegyzések">Információk és megjegyzések</h3>
|
||||
|
||||
<p class="notice--info">Próbálod kitalálni, mit tegyél a frissen módosított eszközöddel? Látogasd meg a <a href="https://wiki.hacks.guide/wiki/3DS:Things_to_do">wiki-nket</a>!</p>
|
||||
|
||||
<div class="notice--info">
|
||||
<p>Néhány billentyű kombináció amit ismerned kell:</p>
|
||||
|
||||
@@ -680,8 +685,6 @@ window.cookieconsent.initialise({
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p class="notice--info">Nézd meg <a href="https://3ds.eiphax.tech/tips.html">ezt</a> ötletekért, hogy mit tudsz csinálni az egyedi firmware-rel.</p>
|
||||
|
||||
<p class="notice--info">Információkért a GodMode9 különféle funkcióiról olvasd el a <a href="godmode9-usage">GodMode9 használata</a> és a <a href="dumping-titles-and-game-cartridges">Címek és Játék Cartridge-ek dumpolása</a> című leírásokat.</p>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user