build_msp

Crates.iobuild_msp
lib.rsbuild_msp
version0.1.7
created_at2025-03-18 14:53:21.609801+00
updated_at2025-11-11 18:15:50.724998+00
descriptionA tool that helps to build .msp file mod
homepagehttps://github.com/arabianq/build_msp
repositoryhttps://github.com/arabianq/build_msp
max_upload_size
id1596649
size305,453
arabian (arabianq)

documentation

README

English | Русский

build_msp

A tool that helps to build .msp file mod


How to use

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

  • --input - the source directory with the mod files
  • --output - path to the .msp file
  • --manifest - path to the manifest

Manifest example

titleid=0100D3F008746000
version=65536
patchset=kpnp_russ
  • titleid - title_id of a game (required)
  • version - recommended game version (optional)
  • patchset- name for the .ips patches directory (optional)

Installing

You can download pre-built binaries from releases page

Installing using cargo

You can install build_msp from crates.io cargo install build_msp

Building

  1. Install Rust Lang

  2. Clone this repository (including switch-tools submodule)

    git clone --recursive https://github.com/arabianq/build_msp

  3. Build the program using Cargo

    cd build_msp; cargo build --release

  4. Done. Now there is a binary in target/release directory

Notes

  • You can install .msp files only with DBI (Duckbill Installer) 772+. Latest DBI
  • build_romfs and build_pfs0 from switch-tools are used
  • Supports romfs, exefs and ips mods
  • Supports confg.ini and icon.jpg
Commit count: 26

cargo fmt