- Download the latest version.
- Drag and drop it to your folder of choice.
- Open up Command Prompt and type in
cd <your folder of choice>. - Type
wadifyand now your command of choice. Here are a few examples.--decompress <wad>if you want to decompress a wad.--compress <folder>if you want to compress a folder.- If you need any help, type
--helpfor all the commands.
- Done.
- Clone the Git repository or download as .ZIP and extract it to your desired location.
- Open up
wadify.slnin Visual Studio (I use Visual Studio 2022).- Your build platform doesn't matter, so either
x64orx86will work. - Your build config doesn't matter too, so either
DebugorReleasewill work.
- Your build platform doesn't matter, so either
- Build the solution and it should build
wadify.exe. - Done.
--decompress,-d- Decompresses the input .wad.
--compress,-c- Compresses the input folder into a .wad.
--output-folder,-o- Specifies the output folder.
--help,-h,?- Displays help for various commands.
--about,-a- Displays about information.
wadify.exe --decompress online_tu0_mp_english.wadFor anyone interested in learning about this file type, I have put some documentation here about it.
Important
This tool has been created purely for the purposes of research.
