8000 GitHub - Psimage/KWADTool: A tool to work with Invisible Inc. KWAD files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A tool to work with Invisible Inc. KWAD files

License

Notifications You must be signed in to change notification settings

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

  
5B1E
-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

0