| Crates.io | build_msp |
| lib.rs | build_msp |
| version | 0.1.7 |
| created_at | 2025-03-18 14:53:21.609801+00 |
| updated_at | 2025-11-11 18:15:50.724998+00 |
| description | A tool that helps to build .msp file mod |
| homepage | https://github.com/arabianq/build_msp |
| repository | https://github.com/arabianq/build_msp |
| max_upload_size | |
| id | 1596649 |
| size | 305,453 |
A tool that helps to build .msp file mod
Usage: build_msp [OPTIONS]
Options:
-i, --input <INPUT> [default: .]
-o, --output <OUTPUT> [default: mod.msp]
-m, --manifest <MANIFEST> [default: ./manifest]
-h, --help Print help
-V, --version Print version
titleid=0100D3F008746000
version=65536
patchset=kpnp_russ
You can download pre-built binaries from releases page
You can install build_msp from crates.io
cargo install build_msp
Install Rust Lang
Clone this repository (including switch-tools submodule)
git clone --recursive https://github.com/arabianq/build_msp
Build the program using Cargo
cd build_msp; cargo build --release
Done. Now there is a binary in target/release directory