home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 May / CdJoystickN°2.iso / cadeaux / doomfaq / gusdoom.faq < prev    next >
Text File  |  1995-03-27  |  3KB  |  65 lines

  1. ----------------------------------------------------------------
  2.                The Using Your GUS with Doom FAQ
  3.            Brad Spencer (Bilbo) <spencer@ug.cs.dal.ca>
  4. ----------------------------------------------------------------
  5.  
  6.   It shouldn't usually be a problem, but sometimes using your
  7. GUS with Doom can produce strange results, so here are some
  8. things to check if you have no sound or scratchy sound effects.
  9.  
  10. 1. Everything tells me not to use the higher-than-8 IRQs with
  11.    DOOM, but they work anyway?  What gives?
  12.  
  13.   Some configurations work with the high IRQs, some don't.  If
  14.   it works but you are getting scratchy digitial sound effects,
  15.   see below.
  16.  
  17. 2. My music is cool, but the digital sound effects sound scratchy
  18.    or just not the same as they did in Doom 1.2.  What is wrong?
  19.  
  20.   Ok, this is the big one.  For me, personally, Doom 1.2 was fine.
  21.   No problems at all; no complaints.  But then id's sound guy
  22.   tried to add Sound Blaster AWEful 32 support, and we all know 
  23.   what a SB can do to nice sound. :)  As a result, when I played
  24.   the beta version 1.4, 1.5 and 1.6, the digital effects were
  25.   terrible.  Some people didn't have this problem, but I did 
  26.   (even with my revision 2.4 GUS :).  After upgrading my Doom 1.2
  27.   to 1.666 with the patch, I scanned the FAQ (thanks, Hank!) and
  28.   saw two options that were labelled "unknown":  -GUS and -GUS1.
  29.   I have found that with my 1 Meg GUS, a -GUS1 was all it took 
  30.   to restore the original clear sound effects!  Thanks id, I
  31.   guess, for fixing this :)  Perhaps -GUS works for other 
  32.   Ultrasounds, but it did nothing for me.  I still hear the
  33.   occasional pop or  click, but this seems to be a problem in the
  34.   game rather than a GUS-specific problem.  (It happens on Sound
  35.   Blasters, too.)
  36.  
  37. 3. I tried all that, and it still doesn't work.
  38.  
  39.   Well, here is where those IRQs come in again.  If you used the
  40.   -GUS1 option and still have scratchy sound, try changing you 
  41.   GF1 and MIDI IRQs to levels below 8.  I can use 5,11 for Doom
  42.   1.2 with no problems, but I have to do use 11,5 and a -GUS1 
  43.   with Doom 1.666.  If you don't already have your IRQs set this
  44.   level, or you need them at higher levels in order to use other
  45.   programs, create a batch file such as this to run Doom:
  46.  
  47.     @ECHO OFF
  48.     D:
  49.     CD\GAMES\DOOM
  50.     SET ULTRASND=240,7,7,11,5  (select GF1 IRQ=11, MIDI IRQ=5)
  51.     C:\ULTRASND\ULTRINIT.EXE
  52.     DOOM -GUS1
  53.     SET ULTRASND=240,7,7,5,11 (select original IRQ settings)
  54.     C:\ULTRASND\ULTRINIT.EXE
  55.  
  56.     * NOTE *  It seems that this _ONLY_ works with the 11,5 setting!
  57.     If you find any more setting that work, please mail me!
  58.  
  59.   This is where the easy configuration of the GUS comes in
  60.   handy.  You can change the setup on the fly with no
  61.   problems at all.  If you still have scratchy sound . . .
  62.   well, wait for the next FAQ! :)
  63.  
  64.  
  65.