2016-11-10 19:00:47 +00:00
# wadext
2017-09-11 19:06:25 +00:00
## Intro
2016-11-10 19:00:47 +00:00
2017-09-11 19:06:25 +00:00
A simple [WAD ](https://en.wikipedia.org/wiki/Doom_WAD ) extraction command line tool for [Doom engine (id Tech 1) ](https://en.wikipedia.org/wiki/Doom_engine ) mods.< br >
2016-11-10 19:00:47 +00:00
2017-09-11 19:06:25 +00:00
## Usage
2016-11-10 19:00:47 +00:00
2017-09-11 19:06:25 +00:00
`wadext [options] filename`
2016-11-10 19:00:47 +00:00
2017-09-11 19:06:25 +00:00
## Options
2016-11-10 19:00:47 +00:00
2017-09-11 19:06:25 +00:00
`-nogfxconvert` : Leave Doom format patches and flats in their original form, if not specified they will be converted to PNG.
`-nosndconvert` : Leave Doom format sounds in their original form, if not specified they will be converted to WAV.
`-heretic` , `-hexen` , `-strife` : Force usage of the named game's palette if the WAD does not contain one. Default is `Doom` palette
`-strip` : Remove node lumps from extracted maps.
`-tx` : Converts a set of `TEXTURE1/TEXTURE2/PNAMES` in the current directory to a textures.txt file.
2016-11-10 19:00:47 +00:00
2021-08-08 08:34:14 +00:00
## Compile instructions
git clone https://github.com/coelckers/wadext.git
cd wadext
cmake .
cmake --build .