DOOM Music Editor

From DoomWiki.org

DOOM Music Editor
Developer(s) Bill Neisius
Initial release 1.0 (1994-04-27, 32 years ago)
Latest release 1.0a (1994-04-29, 32 years ago)
Development status Discontinued
Target platform DOS

DOOM Music Editor (or DMMUSIC for short) is an early Doom WAD editing tool created by Bill Neisius. It is an DOS command-line utility focused on extraction and insertion of music in MUS format.

Features[edit]

  • Can be used for both IWAD and PWAD files.
  • Can import or export music files.
  • Can remove music from a PWAD.
  • Can create a PWAD if needed.
  • Can list a contents of a WAD.

History[edit]

  • v1.0 was released on April 27, 1994.
  • v1.0a was released on April 29, 1994.

Usage[edit]

Command: DMMUSIC lump_name [-s file_name] [-e file_name] [-l] [-f pwad] [-r] [-c]

Parameters:

  • lump_name - name of the music lump inside the WAD;
  • file_name - name of the imported/exported music file (with the extension);
  • -s - store MUS into the WAD;
  • -e - extract MUS from the WAD (will not overwrite existing files);
  • -l - list music lumps;
  • -f - for editing PWADs;
  • -r - remove MUS from the PWAD;
  • -c - list contents of the IWAD or PWAD.

External links[edit]