A collection of tools to extract files from an IND/WAD package for MTV Music Generator, Music 2000 and others, eventually a comprehensive swiss knife toolkit to easily hack and mod your copy of the game.
- MTV Music Generator (PS1)
- Music 2000 (PS1)
- Music 2000 (PC)
- Music 2002 (PC)
- ...
- .NET 6 or later
- A legitimate copy! of one of the above titles
dotnet build
# display commands and options you can use:
wadtool --help
# show's all directories in tree style
wadtool tree -i D:\wads\andy.ind -w D:\wads\andy.wad
# show current single directory
wadtool ls -i D:\wads\andy.ind -w D:\wads\andy.wad
# display help screen for "extract" command
wadtool extract --help
# extract all assets!
wadtool extract -i D:\wads\andy.ind -w D:\wads\andy.wad
# replace the welcome screen text
wadtool replace -i D:\wads\andy.ind -w D:\wads\andy.wad HELPUS/english/101/000 welcome.txt
Platform | Nightly |
---|---|
Windows (x64) | Latest |
macOS (x64) | Latest |
Linux (x64) | Latest |
NuGet package | Latest |