NSP Forwarder tool Switch
From GameBrew
More actions
| NSP Forwarder tool for 12+ | |
|---|---|
| General | |
| Author | martinpham |
| Type | Emulation and Forwarders |
| Version | 2021 |
| License | Mixed |
| Last Updated | 2021/05/02 |
| Links | |
| Download | |
| Website | |
| Source | |
NSP Forwarder tool for Switch 12+.
Based on hacBrewPack, for Windows.
User guide
Step by step:
- Download NSP-Forwarder-master.zip.
- Extract to a folder on your Desktop, eg: NSP-Forwarder. Then copy your prod.keys file into it.
- Press [Window]+R, then type
cmd, press Enter to openCommand Prompt. - Type
cd, [Space], then drag theNSP-Forwarderfolder into theCommand Promptwindows, press Enter. - Type
build APP_NAME ICON_PATH NRO_PATHthen press Enter:- APP_NAME = Display name of the your app.
- ICON_PATH = Path of icon file.
- NRO_PATH = Path to the nro file.
- You can drag the icon file into the Command Prompt instead of typing the path.
Example build DBI C:\Users\ZZZ\Desktop\icon.jpg /switch/DBI.nro
It will build the NSP file and places it into the NSP folder.
Notes:
- If you have problem with DLL file, try to install MSYS2.
- Some prebuilt NSPs cane be found on the release thread.
Other versions
- Modify script for creating multiple retro forwarders by Meliodas2255.
- GUI for NSP Forwarder tool for 12+ by EddCase.