diff --git a/docs/en_US/install/3ds.md b/docs/en_US/install/3ds.md index d8b7f23..e665d9f 100644 --- a/docs/en_US/install/3ds.md +++ b/docs/en_US/install/3ds.md @@ -1,27 +1,35 @@ -
+
+Now download the `nimbus.zip` file from the latest release
+
+
+
+Extract `nimbus.zip` and copy the `3ds` and `luma` folders to the root of your SD card. You should now have the `0004013000002F02`, `0004013000003202`, and `0004013000003802` Luma patches along with the `nimbus.3dsx` homebrew
+
+
+
+
+Place your SD card back into your console. Boot your console and ensure Luma patches are enabled. Run the Nimbus homebrew and select the network you wish to use (Nintendo Network, or Pretendo Network)
+
+## Luma patches
+We make use of 3 Luma patches to connect your console to Pretendo:
+
+1) `0004013000002F02` - SSL system module. This patch disables SSL verification, allowing your console to establish an SSL connection with our servers
+2) `0004013000003202` - Friends system module. This patch replaces the `https://nasc.nintendowifi.net` URL with our servers URL
+3) `0004013000003802` - act system module. This patch replaces the `https://account.nintendo.net/v1/api/` URL with our servers URL
## How does it work?
Nimbus will create a 2nd local account set to the `test` NASC environment. The IPS patches will set the `test` NASC environment URLs to point to Pretendo. You may freely switch between Pretendo and Nintendo. Your selected mode will persist between reboots.
## 2nd local account?
-You may have thought to yourself; _"2nd local account? What's that? I thought the 3DS only had one account?"_ And you'd be half right. The 3DS only _normally_ supports one account, and you may only have one account active at a time. However Nintendo implemented support for multiple local accounts on the 3DS/2DS which remains unused on all retail units. On a normal retail unit only one local account is ever made, which is set to the `prod` NASC environment. Local accounts may be set to `prod`, `test` or `dev`. Nimbus makes use of this unused feature to create sandboxed local accounts with different environments
-
-## Can I connect my PNID?
-Currently connecting a PNID is not officially supported, though some users have reported it working just fine.
\ No newline at end of file
+You may have thought to yourself; _"2nd local account? What's that? I thought the 3DS only had one account?"_ And you'd be half right. The 3DS only _normally_ supports one account, and you may only have one account active at a time. However Nintendo implemented support for multiple local accounts on the 3DS/2DS which remains unused on all retail units. On a normal retail unit only one local account is ever made, which is set to the `prod` NASC environment. Local accounts may be set to `prod`, `test` or `dev`. Nimbus makes use of this unused feature to create sandboxed local accounts with different environments
\ No newline at end of file
diff --git a/public/assets/images/docs/install/3ds/releases-highlight.png b/public/assets/images/docs/install/3ds/releases-highlight.png
new file mode 100644
index 0000000..a39f823
Binary files /dev/null and b/public/assets/images/docs/install/3ds/releases-highlight.png differ
diff --git a/public/assets/images/docs/install/3ds/sd-card-3ds.png b/public/assets/images/docs/install/3ds/sd-card-3ds.png
new file mode 100644
index 0000000..42b9e08
Binary files /dev/null and b/public/assets/images/docs/install/3ds/sd-card-3ds.png differ
diff --git a/public/assets/images/docs/install/3ds/sd-card-luma.png b/public/assets/images/docs/install/3ds/sd-card-luma.png
new file mode 100644
index 0000000..855c9e9
Binary files /dev/null and b/public/assets/images/docs/install/3ds/sd-card-luma.png differ
diff --git a/public/assets/images/docs/install/3ds/zip-highlight.png b/public/assets/images/docs/install/3ds/zip-highlight.png
new file mode 100644
index 0000000..4e50229
Binary files /dev/null and b/public/assets/images/docs/install/3ds/zip-highlight.png differ