Difference between revisions of "Building odamex.wad using DeuTex"
From OdaWiki
Line 12: | Line 12: | ||
== Building the wad on Windows == | == Building the wad on Windows == | ||
Same as above, the only difference is removing the ./ from the beginning | Same as above, the only difference is removing the ./ from the beginning | ||
− | of the build command | + | of the build command: |
<pre> | <pre> | ||
cd wad | cd wad | ||
deutex -rgb 0 255 255 -doom2 bootstrap -build wadinfo.txt ../odamex.wad | deutex -rgb 0 255 255 -doom2 bootstrap -build wadinfo.txt ../odamex.wad | ||
</pre> | </pre> | ||
+ | |||
+ | == External Links == | ||
+ | [http://www.teaser.fr/~amajorel/deutex/ DeuTex website] |
Latest revision as of 01:19, 27 October 2007
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