A tool to work with Invisible Inc. KWAD files
.NET Framework 4.5
KWADTool -i <kwadFile> [-e (textures|blobs|all)] [-o <outputDir>]
-e <type>, --extract=<type> (Default: All) Extract resources. Valid types
602E
are Textures|Blobs|All (case insensitive).
-i <file>, --input=<file> Required. Input KWAD file.
-o <dir>, --output=<dir> (Default: <kwadFileName>.d) Output directory.
--help Display this help screen.
KWADTool -i anims.kwad
KWADTool -e textures -i anims.kwad
KWADTool -i anims.kwad -o outputDir -e blobs