Skip to content

hindercanrun/wadify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a compresser/decompresser for Treyarch's .wad type.

downloads latest release release date code size

title_image


Installation & Usage

  1. Download the latest version.
  2. Drag and drop it to your folder of choice.
  3. Open up Command Prompt and type in cd <your folder of choice>.
  4. 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.
  5. Done.

Building From Source

  1. Clone the Git repository or download as .ZIP and extract it to your desired location.
  2. Open up wadify.sln in Visual Studio (I use Visual Studio 2022).
    • Your build platform doesn't matter, so either x64 or x86 will work.
    • Your build config doesn't matter too, so either Debug or Release will work.
  3. Build the solution and it should build wadify.exe.
  4. Done.

Command Line Arguments

  • --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.
Example Usage
wadify.exe --decompress online_tu0_mp_english.wad

Documentation:

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.

About

wad tool

Topics

Resources

Stars

Watchers

Forks