Community Mod of rkk's nspBuild
Convert NCA to NSP Format using Python
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)
This tool takes your NCA file and changes the header to a PFS0 format (also changes a few other things), then builds an NSP file from the changes it made.
-
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
(obviously, replace the ()'s with whatever it says to)
@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)
See https://github.com/CVFireDragon/nspBuild/blob/master/HowToCompile.md