You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-18Lines changed: 37 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,18 @@ NTON is a Nintendo Switch NRO to NSP Forwarder for firmware 12.0.0 and newer.
14
14
A forwarder lets you open Homebrew files from your SD card through the Nintendo Switch Home Screen instead
15
15
of the Homebrew Launcher.
16
16
17
+
> [!TIP]
18
+
> Want to generate NSP forwarders directly on your Switch via Homebrew? Check out [TooTallNate's switch-nsp-forwarder](https://github.com/TooTallNate/switch-nsp-forwarder)!
> Installing NSP files, like NRO to NSP forwarders, can result in your console getting banned as they do not contain valid signatures verified by Nintendo.
24
+
> This applies to all forms of NRO to NSP forwarders, including homebrew and web versions. We do not possess Nintendo's private key to generate valid signatures.
25
+
> NSP forwarders are only safe if used on an emuMMC with all Nintendo servers blocked with [DNS.mitm](https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/features/dns_mitm.md).
26
+
> Do not install them on sysMMC (system eMMC/NAND). Do not use 90DNS or any manual DNS server approach. DNS.mitm is a much safer and faster approach.
27
+
> To run NSP forwarders you need to make further modifications to the boot process and your system. I do not support Piracy on any Nintendo device therefore support on that is not provided.
28
+
19
29
## Features
20
30
21
31
- ⚙ Firmware 12.0.0+ Support
@@ -41,7 +51,7 @@ $ pip install nton[gui]
41
51
42
52
*(Exclude `[gui]` if you do not plan on using the GUI)*
43
53
44
-
> **Note**
54
+
> [!NOTE]
45
55
If pip gives you a warning about a path not being in your PATH environment variable then promptly add that path then
46
56
close all open command prompt Windows, or running `nton` won't work as it will not be recognized as a program.
47
57
@@ -54,7 +64,7 @@ Otherwise, use the CLI by checking out `nton --help`.
54
64
### Keys
55
65
56
66
Proprietary Keys known as `prod.keys` are required. You can obtain them from your own personal Switch using
0 commit comments