Skip to content

Psimage/KWADTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

KWADTool

A tool to work with Invisible Inc. KWAD files

Requirements

.NET Framework 4.5

Usage

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).

  -i <file>, --input=<file>      Required. Input KWAD file.

  -o <dir>, --output=<dir>     (Default: <kwadFileName>.d) Output directory.

  --help                         Display this help screen.

Example usage:

KWADTool -i anims.kwad
KWADTool -e textures -i anims.kwad
KWADTool -i anims.kwad -o outputDir -e blobs

About

A tool to work with Invisible Inc. KWAD files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages