WAD file manipulator for Doom, Heretic, Hexen, and Strife Maintained by:danfe@FreeBSD.org Port Added: 20 Dec 2005 16:08:55 Also Listed In:games License: GPLv2
DeuTex is a tool to work with WAD files for Doom, Heretic, Hexen, and Strife.
It can be used to extract the lumps from a WAD and save them as individual
files. Conversely, it can also build a WAD from separate files. When
extracting a lump to a file, it does not just copy the raw data, it converts
it to an appropriate format (such as PPM for graphics, Sun audio for samples,
etc.). Conversely, when it reads files for inclusion in PWADs, it does the
necessary conversions (for example, from PPM to Doom picture format). In
addition, DeuTex has functions such as merging WADs, etc. If you're doing
any WAD hacking beyond level editing, DeuTex is a must.
WWW: http://www.teaser.fr/~amajorel/deutex/
- Fix bad work with data types between architectures which resulted in
immediate segfault when being run on e.g. amd64
- Fix wrong length when reading block into structure (probably a typo)
- Other minor non-functional fixes
PR: ports/161664
Submitted by: Cray Elliott