Skip to content

hindercanrun/wad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a linker / unlinker for Treyarch's .wad container files.

latest release release date size downloads


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 wad and now your command of choice.
    • --unlink <wad> if you want to unlink a wad.
    • --link <folder> if you want to link a wad.
    • If you need any help, type --help for all the commands.
  5. Done.

Command line arguments

  • --unlink, -u
    • Unlink the inputted wad file.
  • --link, -l
    • Link the inputted folder into a wad file.
  • --help, -h, -?
    • Print help for the commands and this tool.
  • --about, -a
    • Print various information about this tool.
Example
wad.exe --unlink online_tu0_mp_english.wad

Documentation:

For anyone interested in learning about the file type, I have put some documentation here about it.


Note

Contributing:

It doesn't matter, just send me stuff and I'll probably look into it.


Important

This tool has been created purely for the purposes of research.