Building odamex.wad using DeuTex

From OdaWiki

DeuTex is a wad composer and is used by Odamex as a tool for building the special resource file (odamex.wad)

Building the wad under Unices

Usually, if you're in the Base odamex directory, all you have to do to build the wad file is type the following commands into your shell/terminal:

cd wad
./deutex -rgb 0 255 255 -doom2 bootstrap -build wadinfo.txt ../odamex.wad

Building the wad on Windows

Same as above, the only difference is removing the ./ from the beginning of the build command:

cd wad
deutex -rgb 0 255 255 -doom2 bootstrap -build wadinfo.txt ../odamex.wad

External Links

DeuTex website