- 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
wadify
and 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
--help
for all the commands.
- Done.
- Clone the Git repository or download as .ZIP and extract it to your desired location.
- Open up
wadify.sln
in Visual Studio (I use Visual Studio 2022).- Your build platform doesn't matter, so either
x64
orx86
will work. - Your build config doesn't matter too, so either
Debug
orRelease
will 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.wad
For 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.