A tool to work with Invisible Inc. KWAD files
.NET Framework 4.5
Drag and drop .kwad file onto the KWADTool executable or use CLI
KWADTool <kwadFile>
or
KWADTool -i <kwadFile> [-e (anims|textures|blobs|all)] [-o <outputDir>]
-e <type>, --extract=<type> (Default: All) Extract resources. Valid types
are Textures|Blobs|All (case insensitive).
5B1E
-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