get-started2: collapsed + images
- Each section now collapsible - Added images where necessary
This commit is contained in:
parent
93b4f3bcb7
commit
60292f1020
7 changed files with 43 additions and 12 deletions
|
@ -9,23 +9,37 @@ 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 information
|
||||
Each section is collapsed by default. Click or tap on the name of the section to open it.
|
||||
|
||||
### 3DS/2DS compatibility
|
||||
## Things about the 3DS
|
||||
|
||||
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.
|
||||
{% capture compat %}
|
||||
<summary><strong>3DS/2DS compatibility</strong></summary>
|
||||
![]({{ "/images/screenshots/onboarding/compatible.png" | absolute_url }})
|
||||
{: .notice--info}
|
||||
|
||||
### Computer compatibility
|
||||
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.
|
||||
{% endcapture %}
|
||||
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
{% capture compat %}
|
||||
<summary><strong>Computer compatibility</strong></summary>
|
||||
![]({{ "/images/screenshots/onboarding/os.jpg" | absolute_url }})
|
||||
{: .notice--info}
|
||||
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.
|
||||
{% endcapture %}
|
||||
|
||||
### SD card location, type, and capacity
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
{% capture compat %}
|
||||
<summary><strong>SD card location, type, and capacity</strong></summary>
|
||||
![]({{ "/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).
|
||||
|
||||
|
||||
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)).
|
||||
|
||||
To follow this guide, you'll need an SD card with a capacity of at least **2GB**.
|
||||
|
@ -34,21 +48,34 @@ To follow this guide, you'll need an SD card with a capacity of at least **2GB**
|
|||
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
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
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.
|
||||
{% capture compat %}
|
||||
<summary><strong>Potential risks</strong></summary>
|
||||
|
||||
In short: Modding your device is safe, but it's your responsibility if something goes wrong.
|
||||
By modding your device , you subject it to the remote (but non-zero) possibility of the device 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.
|
||||
|
||||
## Base computer terminology
|
||||
In short: Modding your device is safe, but it's ___your responsibility___ if something goes wrong.
|
||||
|
||||
### Downloading, copying, and extracting files
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
{: .notice--warning}
|
||||
|
||||
## Things about your computer or phone
|
||||
|
||||
{% capture compat %}
|
||||
<summary><strong>Downloading and copying files</strong></summary>
|
||||
![]({{ "/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.
|
||||
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
{% capture compat %}
|
||||
<summary><strong>Opening/extracting files</strong></summary>
|
||||
![]({{ "/images/screenshots/onboarding/zipfiles.png" | absolute_url }})
|
||||
{: .notice--info}
|
||||
|
||||
|
@ -57,13 +84,17 @@ Some of the files that you will be asked to download come in the `.zip` file for
|
|||
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.
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
### Windows only: File extensions
|
||||
|
||||
{% capture compat %}
|
||||
<summary><strong>(Windows only) File extensions</strong></summary>
|
||||
![]({{ "/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)).
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
## Getting help
|
||||
|
||||
|
|
BIN
images/screenshots/onboarding/compatible.png
Normal file
BIN
images/screenshots/onboarding/compatible.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
BIN
images/screenshots/onboarding/fileext.png
Normal file
BIN
images/screenshots/onboarding/fileext.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
images/screenshots/onboarding/github.png
Normal file
BIN
images/screenshots/onboarding/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
images/screenshots/onboarding/os.jpg
Normal file
BIN
images/screenshots/onboarding/os.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
images/screenshots/onboarding/sdcard.jpg
Normal file
BIN
images/screenshots/onboarding/sdcard.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 284 KiB |
BIN
images/screenshots/onboarding/zipfiles.png
Normal file
BIN
images/screenshots/onboarding/zipfiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Loading…
Reference in a new issue