1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-20 23:42:01 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@654374a9b3 🚀

This commit is contained in:
lifehackerhansol
2023-07-10 15:37:46 +00:00
parent 1d3ec828d9
commit 2495d76413
120 changed files with 832 additions and 352 deletions

View File

@@ -532,10 +532,8 @@ window.cookieconsent.initialise({
<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>
<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>The script will install the following applications:</p>
<ul>
<li><strong><a href="https://github.com/Steveice10/FBI">FBI</a></strong> <em>(installs CIA formatted applications)</em></li>
@@ -547,7 +545,8 @@ window.cookieconsent.initialise({
<li><strong><a href="https://github.com/d0k3/GodMode9">GodMode9</a></strong> <em>(multipurpose tool which can do NAND and cartridge functions)</em></li>
</ul>
</details>
<p>If you dont want one of these applications, you can remove them after you have finished this page by navigating to System Settings -&gt; Data Management -&gt; Nintendo 3DS -&gt; Software. (GodMode9 cannot be removed in this way and is generally required for other functions.)</p>
</div>
<h3 id="兼容性注意">兼容性注意</h3>
@@ -643,7 +642,7 @@ window.cookieconsent.initialise({
<li>按下 “Home” 键来打开功能菜单</li>
<li>选择 “Scripts…”</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>
@@ -654,14 +653,18 @@ window.cookieconsent.initialise({
</ul>
</li>
<li>将你的 SD 卡插入到电脑</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 consoles 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 />
@@ -670,6 +673,8 @@ window.cookieconsent.initialise({
<h3 id="信息与注意事项">信息与注意事项</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>
<div class="notice--info">
<p>以下是你可能会用到的一些快捷键:</p>
@@ -681,8 +686,6 @@ window.cookieconsent.initialise({
</ul>
</div>
<p class="notice--info">你也可以<a href="https://3ds.eiphax.tech/tips.html">参考这里</a>来获取一些有关使用自制固件的相关建议。</p>
<p class="notice--info">有关使用 GodMode9 的各种功能的信息,请查阅 <a href="godmode9-usage">GodMode9 使用教程</a>以及<a href="dumping-titles-and-game-cartridges">导出程序和游戏卡带文件</a>页。</p>