More actions
nspBuild | |
---|---|
General | |
Author | CVFireDragon, rkk |
Type | PC Utilities |
Version | 4.0 |
License | Mixed |
Last Updated | 2018/09/10 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
Community Mod of rkk's nspBuild.
It allows you to convert NCA to NSP format using Python.
User guide
- Download the compiled executable file (exe), or Python script (py).
- Open CMD in the py/exe's directory and run
nspBuild out.nsp main main.npdm
.
Example: nspBuild out.nsp main main.npdm
(replace the ()'s with whatever it says to)
Note: This tool is just for packing NCAs into NSP and it doesn't touch NCAs (if they don't run, it's not this tool's fault, just NCAs don't pass switch checks or they are corrupted).
Changelog
v4.0 2019/09/10
- This tool is just for packing NCAs into NSP and it doesn't touch NCAs (if they don't run, it's not this tool's fault, just NCAs don't pass switch checks or they are corrupted).
- Thanks to @lunalik2 for the .exe files (for people without Python) (#5)
- Thanks to @roothorick for making nspBuild usable in scripts. (#3)
- Python 2 is faster by ~20% thanks to @shchmue . (#2)
v2.0 2018/07/31
- The way to install NSPs is to use DevMenu. You need signature patches which you can see how to get from here: https://pastebin.com/raw/ht9dfcSU
- Python 2 is faster by ~20% thanks to Shchmue.
v3.0 Beta 2018/08/13
- This tool is just for packing NCAs into NSP and it doesn't touch NCAs (if they don't run, it's not this tool's fault, just NCAs don't pass switch checks or they are corrupted).
- Thanks to @roothorick for making nspBuild usable in scripts. (#3)
- Python 2 is faster by ~20% thanks to @shchmue . (#2)
v1.0.1 2018/07/26
- Thanks, shchmue for porting to Python 2! This version is ~20% faster. Still working out the Not installing bug though.
v1.0.0 2018/07/18
- Drag & drop XCI or NCA on this (you need python so get it here: https://www.python.org/downloads/) and type (filename.nsp) and install it with dev menu.
Credits
- lunalik2 for the .exe files (for people without Python) (#5) and working on a GUI. (#7)
- roothorick for making nspBuild usable in scripts. (#3)
- shchmue for porting it to Python 2. (#2)