diff --git a/feed.xml b/feed.xml index 0b844d1d04..8d61e9b897 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-07-19T08:33:29+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-07-19T09:13:12+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file diff --git a/get-started.html b/get-started.html index 41d546e9c3..508064e230 100644 --- a/get-started.html +++ b/get-started.html @@ -515,7 +515,7 @@ window.cookieconsent.initialise({

Section III - Select a Method

-

To find the correct method for your console, please enter the system version you found in Section II.

+

To find the correct method for your console, please select the model of your console and the system version you found in Section II.

diff --git a/images/screenshots/onboarding/anglebrackets.png b/images/screenshots/onboarding/anglebrackets.png new file mode 100644 index 0000000000..19745ef702 Binary files /dev/null and b/images/screenshots/onboarding/anglebrackets.png differ diff --git a/images/screenshots/onboarding/fileext.png b/images/screenshots/onboarding/fileext.png index 5483332713..32ea6b7c6d 100644 Binary files a/images/screenshots/onboarding/fileext.png and b/images/screenshots/onboarding/fileext.png differ diff --git a/images/screenshots/onboarding/folders.png b/images/screenshots/onboarding/folders.png new file mode 100644 index 0000000000..75903d0a9c Binary files /dev/null and b/images/screenshots/onboarding/folders.png differ diff --git a/images/screenshots/onboarding/github.png b/images/screenshots/onboarding/github.png index b4b56ae157..89fb9acd79 100644 Binary files a/images/screenshots/onboarding/github.png and b/images/screenshots/onboarding/github.png differ diff --git a/images/screenshots/onboarding/sdroot.png b/images/screenshots/onboarding/sdroot.png new file mode 100644 index 0000000000..82427a2116 Binary files /dev/null and b/images/screenshots/onboarding/sdroot.png differ diff --git a/key-information.html b/key-information.html index b1eb4047b6..d99a0924ba 100644 --- a/key-information.html +++ b/key-information.html @@ -540,7 +540,7 @@ window.cookieconsent.initialise({
-Potential risks +Potential risks (Disclaimer)

By modding your console, 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 console, 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.

@@ -551,10 +551,26 @@ window.cookieconsent.initialise({

Things you need to do on your computer

-Downloading and copying files +File placement terminology (e.g. "root of SD") +

+ +

When copying files to the SD card, it is important to copy them to the right location - otherwise, the console will not detect the file and the exploit or software you are trying to use will not work. A term you will see frequently on this guide is root of the SD card, which means you are not inside any folder on your SD card. The directory that appears when you first open your SD card on your computer is called the ‘root’.

+ +

You may also see folder names indicated like this: /folder/. The slashes are used to indicate directories and are not part of the name of the folder. For example, /folder1/folder2/ would refer to folder2 inside of folder1:

+ +

+ +

Angle brackets (< and >) are also occasionally used to refer to system-specific identifiers. For example, if the guide says <ID0>, it is referring to the system-specific identifier inside of the Nintendo 3DS folder, rather than a folder literally named “ID0”:

+ +

+ +
+ +
+Downloading files from GitHub

-

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.

+

In this guide, you will copy files that are downloaded on your computer/phone to your console’s SD card. Many of these files come from GitHub, which is a website used by developers to publish their open-source releases. When downloading files from GitHub, you should download the file that isn’t source code.