mirror of
https://github.com/ZDoom/wadext.git
synced 2024-11-24 12:51:25 +00:00
Create README.md
This commit is contained in:
parent
2bafaae58e
commit
6838d3e024
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -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.
|
||||
|
Loading…
Reference in a new issue