soda3x / wadtool

IND/WAD unpacker and editor for MTV Music Generator/Music 2000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wadtool

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.

Compatible titles

  • MTV Music Generator (PS1)
  • Music 2000 (PS1)
  • Music 2000 (PC)
  • Music 2002 (PC)
  • ...

Compilation

Ingredients

Instructions

dotnet build

Usage

# 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

Download

Platform Nightly
Windows (x64) Latest
macOS (x64) Latest
Linux (x64) Latest
NuGet package Latest

Links

About

IND/WAD unpacker and editor for MTV Music Generator/Music 2000

License:Other


Languages

Language:C# 100.0%