basic information rework

- Reorganize into two sections: 3DS-specific information and computer terminology
- Combine SD card location/type and capacity sections
- Remove some information that's not as important
- Add infobox for error checking
- Remove "what do I need to know" from homepage pending discussion on how to use the new page
This commit is contained in:
Lily 2022-11-27 23:17:48 -08:00
parent 7f105f8e5f
commit 93b4f3bcb7
2 changed files with 42 additions and 51 deletions

View file

@ -9,61 +9,62 @@ If this is your first time modding a 3DS (or you're unfamiliar with technology),
This page covers some of the base computer terminology and 3DS-specific quirks that you should know before following this guide.
## 3DS compatibility
## 3DS information
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.
### 3DS/2DS compatibility
## Risks of installing custom firmware
This guide works with every retail device in the Nintendo 3DS family of consoles (including the New 3DS series and the 2DS), regardless of region or firmware.
By modding your device, you subject it to the remote (but non-zero) possibility of the console being banned from online play or bricked (rendered permanently non-functional). **Incorrect file placement will not brick your device**, but purposely skipping instructions might. Similarly, the last ban wave occurred over five years, but there is no guarantee that another one will not occur in the future.
### Computer compatibility
After custom firmware is installed, it is possible for a system update to occur that custom firmware is unable to account for. Should you install the update, your 3DS may be rendered **temporarily** unable to boot until Luma3DS is updated. You can get up-to-date information about system updates on the homepage of this guide.
You can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. Depending on your computer/phone/electronic device, you may need to purchase a USB to SD card adapter to allow your computer to read your SD card.
## Computer compatibility
You can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. Depending on your computer/phone/electronic device, you may need to purchase a USB to SD card adapter to actually allow your computer to read your SD card.
## Downloading, copying, and extracting files
![]({{ "/images/screenshots/onboarding/github.png" | absolute_url }})
{: .notice--info}
A large part of this guide involves copying files that are downloaded on your computer/phone to your 3DS SD card. Many of these files come from GitHub, so refer to the above screenshot if you're unfamiliar with how to download files from there.
![]({{ "/images/screenshots/onboarding/zipfiles.png" | absolute_url }})
{: .notice--info}
Many of the files that you will be asked to download come in the `.zip` file format. Doing this allows multiple files to be downloaded at once, which makes it easier to organize what is being downloaded.
When you are told to "copy (file) from (file).zip", that means that you need to open the ZIP file. Inside the ZIP file will be the file you're looking for, from which you can drag-and-drop it to the specified location on your SD card.
On most operating systems, you can extract files by simply double-clicking the file. If this doesn't work for whatever reason, you can install a reputable third-party extraction tool like [7-zip](https://7-zip.org/) instead.
## Windows only: File extensions
![]({{ "/images/screenshots/onboarding/fileext.png" | absolute_url }})
{: .notice--info}
If your computer is running Windows, file extensions may be hidden by default. Depending on the applications installed on your computer, this may make it harder to find the files you're looking for. To enable file extensions, follow [these instructions](file-extensions-(windows)).
## SD card location and physical size
### SD card location, type, and capacity
![]({{ "/images/screenshots/onboarding/sdcard.jpg" | absolute_url }})
{: .notice--info}
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card).
- On the **Old 3DS**, **Old 3DS XL**, and **2DS**, the SD card is hidden behind a flap on the left or right side of the console. These consoles use a **large-size SD card**. A **microSD card in an SD adapter** will also work.
- On the **New 3DS** and **New 3DS XL**, the SD card is behind the backplate, which you will need a screwdriver to remove. These consoles use a **microSD card**.
- On the **New 2DS XL**, the SD card is under the same flap as the cartridge slot. This console uses a **microSD card**.
The 3DS can read SD cards of any capacity (even those larger than 32GB), but the card must be formatted as FAT32 (**not** exFAT or NTFS). You can use one of the following tools to format your SD card, depending on your operating system: [Windows](formatting-sd-(windows)), [macOS](formatting-sd-(mac)), [Linux](formatting-sd-(linux)).
## SD card capacity
Despite Nintendo's support page, the 3DS can read SD cards larger than 32GB. The main constraint is that the 3DS can only read SD cards formatted as FAT32 (**not** exFAT or NTFS). You can use one of the following tools to format your SD card, depending on your operating system: [Windows](formatting-sd-(windows)), [macOS](formatting-sd-(mac)), [Linux](formatting-sd-(linux)).
To follow this guide, you'll need **at least 1.3GB of free space** on your SD card. If you don't have enough space, consider getting a larger SD card beforehand!
To follow this guide, you'll need an SD card with a capacity of at least **2GB**.
{: .notice--warning}
If you want, you can check your SD card for errors before following this guide using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3XSwift (Mac)](f3xswift-(mac))
{: .notice--info}
### Potential risks
By modding your device, you subject it to the remote (but non-zero) possibility of the console being banned from online play or bricked (rendered non-functional). **Incorrect file placement will NOT brick your device**, but purposely skipping instructions might. Similarly, the last ban wave occurred over five years ago, but there is no guarantee that another one will not occur in the future.
In short: Modding your device is safe, but it's your responsibility if something goes wrong.
## Base computer terminology
### Downloading, copying, and extracting files
![]({{ "/images/screenshots/onboarding/github.png" | absolute_url }})
{: .notice--info}
In this guide, you will copy files that are downloaded on your computer/phone to your 3DS SD card. Many of these files come from GitHub, so refer to the above screenshot if you're unfamiliar with how to download files from there.
![]({{ "/images/screenshots/onboarding/zipfiles.png" | absolute_url }})
{: .notice--info}
Some of the files that you will be asked to download come in the `.zip` file format, which is used to package multiple files into one file.
When you are told to "copy (file) from (file).zip", that means that you need to open (or "extract") the ZIP file. Inside the ZIP file will be the file you're looking for, after which you can copy it to the specified location on your SD card.
On most operating systems, you can extract files by double-clicking the file. If this doesn't work, you can install a reputable third-party extraction tool like [7-zip](https://7-zip.org/) instead.
### Windows only: File extensions
![]({{ "/images/screenshots/onboarding/fileext.png" | absolute_url }})
{: .notice--info}
If your computer is running Windows, file extensions may be hidden by default, which may make it harder to find the files you're looking for. To enable file extensions, follow [these instructions](file-extensions-(windows)).
## Getting help
If you experience an issue while following this guide, there are many ways that you can get help!

View file

@ -34,16 +34,6 @@ This guide will:
+ 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)
## What do I need to know before starting?
* 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.
* 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.
___
### Continue to [Get Started](get-started)