A CLI tool to unpack a sml file into a mod code source.
MSU will unpack all auxiliary .png, .lua, .gml and asm files as well as all .cs files used to run the mod.
- Install the latest .NET Core SDK.
- Run
dotnet tool install --global ModShardUnpacker.
To unpack the content of my_mod.sml and export the results in the folder PATH/TO/EXPORT, run msu -n my_mod.sml -o PATH/TO/EXPORT.