Guide_3DS/_pages/zh_CN/Home.txt
2018-11-18 19:15:50 -05:00

76 lines
4.7 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: splash
title: "3DS 教程" #
header:
overlay_color: "#5e616c" #
overlay_image: images/home-page-feature.jpg
overlay_filter: 0.5
cta_label: "开始教程" #
cta_url: "/zh_CN/get-started" #
caption:
excerpt: "利用arm9loaderhax实现3DS运行自制固件的完整教程。" #
lang: zh_CN
permalink: /zh_CN/index.html
---
{% capture notice-home %}
**本教程仅适用于零售版的3DS (自行购买而不是来自Nintendo Developer Program)
如果你的3DS属于开发机 ("PANDA"或"SNAKE"),请参见[devGuide](https://dev.3ds.guide)**
{% endcapture %}
<div class="notice--danger">{{ notice-home | markdownify }}</div>
**我们需要*你*帮忙[翻译](https://translate.3ds.guide/)本教程到其他语言!**
{: .notice--success}
**本教程需要*你*帮[这些](https://3ds.guide/rss.xml)种子做种!**
{: .notice--success}
**请先阅读完本介绍页面后,再开始操作。**
{: .notice--warning}
## 什么是自制程序?
[**Homebrew自制程序**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) 通常指未经任天堂授权的软件。 它能让你运行自制游戏,使用像修改和备份存档的工具,以及运行模拟器。
In most cases, running homebrew on your device is 100% free using [just the Nintendo 3DS Sound app](homebrew-launcher-(soundhax)) (if you are on >=11.4.0, you will be unable to proceed past homebrew). 除此之外也有许多其他在游戏里或者浏览器里的漏洞可以启动自制程序。
## 什么是自制系统?
**Custom Firmware自制系统** ("CFW") 可以使你进行自制程序无法轻易做到的更高级的破解。 例如,签名补丁可以使你安装未签名的程序,并让它们出现在桌面中。
CFW can be easily set up on any console that is on 11.3.0 or lower.
## 本教程将安装什么?
本教程的最终目的是将一个未经修改过的装有原生系统的3DS
变成一个基于arm9loaderhax的自制系统。 在某些版本的机器上,本教程会使用自制程序作为手段,但是安装自制系统才是最终目的。
Arm9loaderhax是一种最新和最好的引导自制系统的方法只需启动时几毫秒的时间就能让你获得几乎全部系统权限类似于Wii上面BootMii的作用。
相比于其它运行自制系统的方法arm9loaderhax有许多优势。因此推荐使用本教程而不是其它依赖已过时软件例如menuhax或rxTools的教程。
## 我可以在自制系统上做什么?
+ 跨区运行所有游戏卡带和eShop游戏
+ 使用玩家自制的[主题](https://3dsthem.es/)和[卡贴](https://badges.3dsthem.es/)来自定义你的桌面。
+ 对你已有的游戏进行"ROM hacks"
+ 进行游戏录像和程序截屏
+ [备份、修改和恢复](https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/)游戏存档
+ 使用模拟器如RetroArch或其它独立模拟器运行老系统的游戏 在任天堂新3DS上效果最佳
+ 安装自制程序,并让它们在你的桌面上出现
+ 将游戏卡带的内容导出为可安装的格式,从而可以无需卡带运行游戏
+ 仅限新3DS使用NTR CFW将游戏录像在线输出到PC
+ 运行许多以前被禁的或者无法在任天堂3DS上使用的NDS卡带
+ 安全地升级到最新版本的系统,无需担心升级后无法访问自制程序
## 在开始之前我需要知道什么?
+ **在开始之前你要知道破解3DS的风险每次你修改系统的时候都有可能会使你的3DS不可恢复的变砖。 这种情况很少见,但是仍然存在这样的可能性,所以请确保你完全按照本教程的指导进行操作。**
+ 如果你之前破解过你的3DS并安装了EmuNAND想将原EmuNAND中的内容迁移到新的SysNAND CFW中请依操作进行并在[安装arm9loaderhax](installing-arm9loaderhax)这一步中依照提示还原的你EmuNAND。
+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on firmware 11.3.0 or below *(except CHN / TWN)*.
+ 如果一切顺利在安装完自制系统后你不会丢失任何数据包括游戏、NNID、存档等
+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!**
+ Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default).
+ 如果你需要格式化一张新的SD卡可以使用[`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm)并将Allocation Unit Size分配单元大小设置为32K。
+ 2DS所需的软件和老3DS一样因而任何适用于老3DS的步骤也同样适用于2DS。