New WAD Tool

From DoomWiki.org

(Redirected from NWT)
New WAD Tool
Nwt13.png

Initial screen of NWT v1.3, showing DOOM2.WAD.

Developer(s) Denis Möller
Initial release 1.0a (1994-11-14, 29 years ago)
Latest release 1.3 (1995-01-21, 29 years ago)
Development status Discontinued
Written in C
Target Platform DOS

New WAD Tool (abbreviated as NWT) is a DOS WAD editor for Doom, Doom II, and Heretic, created by Denis Möller of The Innocent Crew in 1996. Much like DeuTex, it can be used to add, edit, and replace lumps inside a WAD file. NWT also has the capability to edit TEXTURE1, TEXTURE2 and PNAMES lumps, view graphics, listen to sound resources and clean WAD files (much like CleanWAD). NWT was written in Borland Turbo C.

History[edit]

  • NWT v1.0a was released on November 14, 1994. It is the first release.
  • NWT v1.1 was released on November 20, 1994.
  • NWT v1.2 was released on January 6, 1995.
  • NWT v1.2a was released on January 8, 1995.
  • NWT v1.3 was released on January 21, 1995. It is the last "full" release.
  • NWTpro v1.4 beta 1 was released on March 15, 1996. Development was discontinued after this.
  • NWT v1.3 source code was released in October 1999.

Command line options[edit]

In addition to presenting an interactive editor, NWT also has a number of command line options. Some of these were used for vanilla mods (such as TiC's own Obituary) as an alternative to the more common DeuSF:

-file
Loads a different WAD file instead of the IWAD file (NWT usually looks for DOOM.WAD or DOOM2.WAD).
-join
Combines two PWAD files.
-c
"Cleans" a WAD file by rebuilding it from scratch to not include any redundant data.
-as
Adds sprites to PWAD file.
-af
Adds flats to PWAD file.
-merge
Merges a PWAD file into the IWAD file. This is used for mods which contain replacement sprites, something that can only be done with vanilla Doom by modifying the IWAD.
-restore
Restores the IWAD file after merging (undoes the -merge command).

NWT pro beta release[edit]

A beta version of NWT 1.4 was released that was described as a "pro" version. This fixed some of the limits of version 1.3 and claimed support for Hexen and Strife (the IWADs for which could not be loaded with 1.3).

The most significant change with this release was the addition of a second pane for viewing an IWAD and PWAD side by side, making it reminiscent of an orthodox file manager like Norton Commander.

Screenshots[edit]

NWT "pro" v1.4[edit]

External links[edit]