Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 595 Bytes

File metadata and controls

35 lines (22 loc) · 595 Bytes

ModShardPacker

A CLI tool to pack mod code source from MSL.

Install

First install

dotnet tool install --global ModShardPacker --version LastVersionNumber

Update

dotnet tool update --global ModShardPacker --version LastVersionNumber --no-cache

Uses

Basic use

msp -f path/to/your/mod -n NameOfYourMod -o path/to/the/output

To enable logging output, you can add the -v flag.

You can also specify the location of extra dlls with the -d argument.

Advanced use (log every arguments and their uses)

msp -h