Switch Game Merger Utility: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|description=A NSP & XCI file merge utility. | |description=A NSP & XCI file merge utility. | ||
|author=LordZeuss | |author=LordZeuss | ||
|lastupdated= | |lastupdated=2025/05/21 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=1. | |version=1.3 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/SwitchGameMergerUtility.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/SwitchGameMergerUtility.7z | ||
| Line 26: | Line 26: | ||
== User guide == | == User guide == | ||
=== How to use === | |||
To use the program, simply launch the downloaded program. | To use the program, simply launch the downloaded program. | ||
| Line 36: | Line 37: | ||
There is no need to add .nsp or .xci when entering the name, as the program will do this for you. | There is no need to add .nsp or .xci when entering the name, as the program will do this for you. | ||
=== NSZ/XCZ/NCZ decompression === | |||
On MacOS, you will need to place the prod.key in your home directory, in a .switch directory. | |||
It will look like this: <code>/Users/MY_USERNAME_HERE/.switch/prod.keys</code> | |||
Without the prod.keys, you cannot decompress NSZ files. | |||
NSZ decompressor is the https://github.com/nicoboss/nsz utility compiled to a portable binary with pyinstaller. All credit goes to them for creating this tool. | |||
You will need the _internal directory and the NSZ file in the same directory as the program in order for it to work. | |||
==Screenshots== | ==Screenshots== | ||
[[image:Switchgamemergerutility.png|link=]] | [[image:Switchgamemergerutility.png|640px|link=]] | ||
==Changelog== | ==Changelog== | ||
'''v1.3''' | |||
* Minor UI Changes to reflect all of the decompression methods. | |||
'''v1.2''' | |||
*For MacOS Silicon, you can get the new version which includes the NSZ decompression functionality. | |||
'''v1.1''' | '''v1.1''' | ||
*This release contains both the MacOS Silicon & Linux versions. | *This release contains both the MacOS Silicon & Linux versions. | ||
| Line 47: | Line 63: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/LordZeuss/switch-merge-utility | ||
* GBAtemp - https://gbatemp.net/threads/i-created-a-nsp-xci-file-merge-utility-for-macos-linux-windows-later-this-week.661837/ | |||
Latest revision as of 03:31, 25 May 2025
| Switch Game Merger Utility | |
|---|---|
| General | |
| Author | LordZeuss |
| Type | PC Utilities |
| Version | 1.3 |
| License | Mixed |
| Last Updated | 2025/05/21 |
| Links | |
| Download | |
| Website | |
| Source | |
Switch Game Merger Utility is a tool (written in Rust) that can merge NSP and XCI files from multiple parts into a single file.
Current supported operating system(s):
- MacOS (Silicon)
- Linux
User guide
How to use
To use the program, simply launch the downloaded program.
- Select if your game files you are going to merge are NSP or XCI.
- Click "Select Game Files" and choose all of the NSP/XCI files to be merged.
- Enter a output name - WITHOUT the .nsp or .xci extension (EX: My Merged Files).
- Click "Start".
The program will say "Finished!" when completed, and the file will be in the same directory as the program.
There is no need to add .nsp or .xci when entering the name, as the program will do this for you.
NSZ/XCZ/NCZ decompression
On MacOS, you will need to place the prod.key in your home directory, in a .switch directory.
It will look like this: /Users/MY_USERNAME_HERE/.switch/prod.keys
Without the prod.keys, you cannot decompress NSZ files.
NSZ decompressor is the https://github.com/nicoboss/nsz utility compiled to a portable binary with pyinstaller. All credit goes to them for creating this tool.
You will need the _internal directory and the NSZ file in the same directory as the program in order for it to work.
Screenshots
Changelog
v1.3
- Minor UI Changes to reflect all of the decompression methods.
v1.2
- For MacOS Silicon, you can get the new version which includes the NSZ decompression functionality.
v1.1
- This release contains both the MacOS Silicon & Linux versions.
v1.0
- First Release.