home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / DMMUS10.TXT < prev    next >
Text File  |  1994-08-29  |  2KB  |  64 lines

  1. DOOM Music Editor - version 1.0 April 1994
  2.  
  3. Usage:
  4. DMMUSIC music_entry [-s music_file][-e music_file][-l][-f pwad][-r][-c]
  5.  
  6. music_entry :   Music entry from DOOM directory
  7. -s          :   Store music_file into DOOM WAD
  8.         Input file must be in .MUS format
  9. -e          :   Extract music from DOOM WAD.  Will not
  10.         overwrite existing file
  11. -l          :   List music entries
  12. -f          :   Alternate WAD file (PWAD)
  13. -r          :   Remove music from alternate WAD
  14. -c          :   List contents of WAD (or PWAD)
  15.  
  16.  
  17.  
  18. DESCRIPTION:
  19.  
  20.     DMMUSIC will store music into or extract music from DOOM WAD and
  21.     PWAD files.  To list the names of available music entries, use
  22.     the '-L' option.
  23.  
  24.     Patch WAD files (PWAD) can be edited the same as WAD files by using
  25.     the '-f pwad' option on the command line; the PWAD will be created 
  26.     as needed.  To remove a music entry from a PWAD, use the '-r' option.
  27.     For the PWAD to work correctly, the filename must end with .WAD.
  28.  
  29.     When editing the WAD file directly, please be sure that you have 
  30.     a backup copy of the original file available.
  31.     
  32.     Input files must be in .MUS format.  A utility to convert MIDI
  33.     files to .MUS is available seperately (MIDI2MUS).
  34.     
  35.  
  36.  
  37.     Some examples:
  38.  
  39.  
  40.     Replace a music entry:
  41.  
  42.         DMMUSIC d_e1m1 -s foo.mus
  43.  
  44.  
  45.     Extract a music entry:
  46.  
  47.         DMMUSIC d_e1m1 -e foo.mus
  48.  
  49.  
  50.     Create a PWAD and add a music entry to it:
  51.  
  52.         DMMUSIC -f bar.wad d_e1m1 -s foo.mus
  53.  
  54.     Run DOOM using the new PWAD file:
  55.  
  56.         DOOM -file bar.wad
  57.  
  58.  
  59.  
  60. COMMENTS/SUGGESTIONS:
  61.     
  62.     Bill Neisius
  63.     bill@solaria.hac.com
  64.