Guide_3DS/_pages/en_US/home.txt

62 lines
3.7 KiB
Text
Raw Normal View History

2016-10-30 01:02:14 +02:00
---
layout: splash
2018-02-10 05:19:17 +01:00
title: "3DS Hacks Guide" #
2016-10-30 01:02:14 +02:00
header:
2017-01-16 07:13:06 +01:00
overlay_color: "#5e616c" #
2017-06-28 21:19:03 +02:00
overlay_image: /images/home-page-feature.jpg
2016-10-30 01:02:14 +02:00
overlay_filter: 0.5
2017-01-15 22:29:02 +01:00
caption:
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />"
2016-10-30 01:02:14 +02:00
---
{% capture notice-6 %}
**3DS firmware 11.16.0 was recently released**. Here's what you should know:
- If your device is running *Luma 11.0*, it is *100% safe* to update. You can check your Luma version by holding (Select) while booting your device.
- If your device is on an older Luma version, you should [update Luma](checking-for-cfw) before you update your device to 11.16.0.
- If your device does not yet have custom firmware, you can still install it on this version for free without any additional hardware, but the recommended method has been changed.
{% endcapture %}
<div class="notice--warning">{{ notice-6 | markdownify }}</div>
2017-09-17 05:16:25 +02:00
Thoroughly read all of the introductory pages (including this one!) before proceeding.
{: .notice--info}
2021-06-03 01:00:35 +02:00
## What is custom firmware?
2016-10-30 01:02:14 +02:00
2021-06-03 01:00:35 +02:00
**Custom firmware** ("CFW") is a full software modification to your 3DS, comparable to "administrator access" on a computer. It allows you to do anything that the 3DS is physically capable of doing, rather than being limited by whatever Nintendo allows you to do.
2016-10-30 01:02:14 +02:00
2021-06-03 01:00:35 +02:00
Popular uses for custom firmware include:
2016-10-30 01:02:14 +02:00
* Running homebrew software and games made for or ported to the Nintendo 3DS
2021-06-03 01:00:35 +02:00
* Bypassing the region lock, allowing you to play games from other regions
2022-01-31 19:41:09 +01:00
* HOME Menu customization, using community-created [themes and badges](https://themeplaza.art)
2021-06-03 01:00:35 +02:00
* Modification of games ("ROM hacks") through [LayeredFS](https://github.com/knight-ryu12/godmode9-layeredfs-usage/wiki/Using-Luma3DS'-layeredfs-(Only-version-8.0-and-higher))
* Save data editing, backup, and restore
* Emulation of older consoles, as well as native playback of DS and GBA games
* Installing your physical cartridges for digital use
2016-10-30 01:02:14 +02:00
## What does this guide install?
This guide will:
+ Install **boot9strap** and **Luma3DS custom firmware** on unmodified retail 3DS/2DS devices
+ Luma3DS will automatically remove the region lock and allow you to run unsigned software
+ Install various pieces of homebrew software, such as a package installer, save file manager, and a homebrew app store
+ Make critical system file backups that can help avoid bricks (and recover data in the event of one)
2016-10-30 01:02:14 +02:00
## What do I need to know before starting?
* It's actually really easy to hack your 3DS. Anyone can do it.
2021-06-03 01:00:35 +02:00
* While the risks of bricking have been minimized over the years, **we are not responsible for anything that goes wrong with your device**. Incorrect file placement will not brick your device, but reckless behavior might.
* This guide is compatible with every retail device in the Nintendo 3DS family of consoles (including the New 3DS series and the 2DS), regardless of region or firmware.
* While we believe that custom firmware is safe for online use, there have been online network bans in the past, primarily for cheating and suspicious eShop behavior.
2021-06-03 01:00:35 +02:00
* 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 if you have important data.
* You will need a working SD card in your 3DS, as well as the ability to write files to the SD card. The 3DS can read SD cards formatted as MBR/FAT32.
+ You may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3XSwift (Mac)](f3xswift-(mac)).
* If you are using Windows to move files to/from the SD card, you may want to [enable file extensions](file-extensions-(windows)) to avoid misnaming files.
2017-09-17 05:16:25 +02:00
___
### Continue to [Get Started](get-started)
{: .notice--primary}