Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers authored Nov 10, 2016
1 parent 2bafaae commit 6838d3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# wadext
A simple WAD extraction command line tool for Doom-engine mods.<br>

##Usage:
wadext [options] filename

##Options:
-nogfxconvert : Leave Doom format patches and flats in their original form, if not specified they will be converted to PNG.

-nosndconvert : Leave Doom format sounds in their original form, if not specified they will be converted to WAV.

-heretic, -hexen, -strife: Force usage of the named game's palette if the WAD does not contain one. Default is Doom palette

-strip: Remove node lumps from extracted maps.

-tx: Converts a set of TEXTURE1/TEXTURE2/PNAMES in the current directory to a textures.txt file.

0 comments on commit 6838d3e

Please sign in to comment.