home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_ii / program / deutex.exe / SOUND.TXT < prev    next >
Encoding:
Text File  |  1995-07-16  |  671 b   |  19 lines

  1. ------------------------------
  2. How to create PWAD with sounds
  3. ------------------------------
  4.  
  5. same as usual. put your entries in the .\SOUNDS directory and
  6. declare your sounds in WADINFO.TXT section SOUNDS.
  7.  
  8. DEUTEX -make WADINFO.TXT NEWBIE.WAD
  9.  
  10. Sound card sound effects: WAV and AUDIO format (SUN). Make sure your
  11. format is *not* compressed and does *not* contain comments. My code is
  12. pretty basic, because I never had the specs of those formats. Hacked!
  13.  
  14. PC speaker sounds: any text files containing number 1-255 will do.
  15.  
  16. Music: you need first to convert your MIDI files to MUS files
  17. by using the separate MIDI2MUS (thanks to -dtt-> of ID software).
  18.  
  19.