WTexList Help

WTexList is a program that just lists all of the textures and flats in one or more WAD files (or archives) and outputs the list in a format that WTEXport can read. If piped into WTEXPort, along with the same list of WAD files to make the list, WTEXport will effectively merge all of the texture sets into one.

wtexlist tex1.wad tex2.wad tex3.wad | wtexport tex1.wad tex2.wad tex3.wad --base-wad DOOM2.WAD --output newtex.wad --create

Full Command Help

WTexList v1.0.0 by Matt Tropiano (using DoomStruct v2.18.1)
Usage: wtexlist [--help | -h | --version] [files] [switches]

    --help              Prints help and exits.
    -h

    --version           Prints version, and exits.

    --changelog         Prints the changelog, and exits.

[files]:
    <filename>          The files to inspect (WAD/PK3/PKE, accepts wildcards).

[switches]:
    --textures          Output just textures.
    -t

    --flats             Output just flats.
    -f

  If the above switches are not specified, both textures and flats are output.

    --quiet             Output no comment-messages.
    -q
		

CHANGELOG

### Changed for 1.0.0

* Initial Release.