Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordzeuss/switch-merge-utility
https://github.com/lordzeuss/switch-merge-utility
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordzeuss/switch-merge-utility
- Owner: LordZeuss
- Created: 2024-10-11T13:45:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:59:59.000Z (25 days ago)
- Last Synced: 2024-10-22T21:26:55.300Z (25 days ago)
- Language: Rust
- Size: 1.82 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Switch Game Merger Utility
The purpose of this project is to merge NSP & XCI files into a single file.
Occassionally if you have a NSP or XCI file that is split into multiple parts, you may want to merge or combine them.
This is a graphical program (written in Rust) designed to handle that process for you.
![image](images/image.png)
---
## Compatability
Current supported operating system(s):
* MacOS (Silicon)
* Linux**NOTE: There will be a Windows build pushed this week. Working out the kinks**
---
## Installation:
Visit the releases page, and get the current version for your system.
---
**ADVANCED**
You will need rust installed.
* Clone the Repo
* Navigate inside the repo
* Run `cargo run` to have the program launch.---
## Usage
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.