It seems a couple people still use or need this tool for whatever reason, so here you go. Wadzip is an old tool made by Graue that compresses WADs into a smaller format that the game can still read (but, unfortunately, that editors cannot read). This is a bugfixed version of Wadzip that fixes some bugs with the decompress (d) option that made it impossible to decompress a previously compressed WAD.
Wadzip (r8765)
Like most of Graue's tools, Wadzip uses the command line exclusively, so open up a command prompt (cmd) window to use it, and use the following commands to compress or decompress a given WAD:
In most cases, Wadzip is unnecessary; and it certainly isn't a requirement for releases or anything. Having said that, it may help lower your WAD's size a lot depending on the content.
Wadzip (r8765)
Like most of Graue's tools, Wadzip uses the command line exclusively, so open up a command prompt (cmd) window to use it, and use the following commands to compress or decompress a given WAD:
Code:
Compresses "regular.wad" and saves the compressed file as "wadzipped.wad"
> wadzip c [regular.wad] [wadzipped.wad]
Decompresses "wadzipped.wad" and saves it as "regular.wad"
(necessary if you want to edit the WAD in an editor)
> wadzip d [wadzipped.wad] [regular.wad]
In most cases, Wadzip is unnecessary; and it certainly isn't a requirement for releases or anything. Having said that, it may help lower your WAD's size a lot depending on the content.