home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 November / Gamestar_24_2000-11_cd1.bin / PROGRAMY / gotfree.zip / TROUBLE.TXT < prev    next >
Text File  |  1994-11-02  |  2KB  |  56 lines

  1.                             *******************
  2.                             * TROUBLESHOOTING *
  3.                             *******************
  4. PROBLEM:
  5.      Not Enough Memory
  6. SOLUTION:
  7.      Try removing TSR's (such as mouse drivers) from your config.sys and
  8.      autoexec.bat files.
  9.      If you have DOS version 5 or above, include the line:
  10.  
  11.           dos=high
  12.  
  13.      in your config.sys file after "himem.sys" or another memory manager has
  14.      been loaded.
  15.  
  16.  
  17. PROBLEM:
  18.      Sound isn't working correctly, or the game locks up
  19. SOLUTION:
  20.      Use the command-line sound card override.
  21.      Load God of Thunder with one of the command-line options:
  22.  
  23.           GOT /NOSB      -    If you DO NOT have a Soundblaster card.
  24.           GOT /NOAL      -    If you DO NOT have an Adlib Card.
  25.           GOT /NOJOY     -    If you DO NOT have a joystick.
  26.  
  27. SOUND BLASTER HELP
  28. ------------------
  29. If your Sound Blaster or compatible card is not working in God of Thunder,
  30. try setting the environmental variable BLASTER by typing:
  31.  
  32.      SET BLASTER=Axxx Ix Dx
  33.  
  34.      Axxx represents the address of the SoundBlaster/SB Pro.  For the SB,
  35.           it's either A210,A220,A230,A240,A250 or A260.  For the SB Pro, 
  36.           it's either A220 or A240.  The default is A220.
  37.      
  38.        Ix represents the IRQ number used by the SB/SB Pro.  For the SB, it's
  39.           either I2, I5, or I7.  The default is I7.
  40.  
  41.        Dx represents the DMA channel used by the SB/SB Pro.  Acceptable
  42.           values are D0, D1, or D3.  The default is D1.
  43.  
  44.     You can also run the included "SETBLAST" program. This program will set
  45.     the environment variable for you.
  46.  
  47. If the game continually locks up and you have a Sound Blaster, as a last
  48. resort try disabling the digitized Sound Blaster samples by using the Adlib
  49. command-line override (GOT /NOSB).
  50.  
  51. God of Thunder should have come without the configuration file "CONFIG.GOT".  
  52. If you can't solve the problems you are having, try erasing this file.  
  53. God of Thunder will create a new config file based on your system.
  54.  
  55.  
  56.