home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / ntraid / problems.txt < prev    next >
Text File  |  1993-03-22  |  4KB  |  75 lines

  1.  This file contains a list of problems that you might have with Night Raid,
  2. and what you can do about them.
  3.  
  4.     Problem: The game hangs on the startup screen.
  5.     Solution: Some of Night Raid's device detection code is conflicting
  6. with something in your system. The following are command line switches that
  7. disable certain attempts at detection. Use use them, start Night Raid by
  8. typing "NITERAID /xxx" ("NTR /xxx" for the shareware version), where "xxx" 
  9. is one of the following:
  10.     GRAPHICS        Disables VGA card detection.
  11.     NOMOUSE         Disables Mouse/mouse driver detection.
  12.     NOADLIB         Disables AdLib and SoundBlaster detection.
  13.     NOSOUNDBLASTER  Disables SoundBlaster detection.
  14.     NOSOUNDSOURCE   Disables Sound Source detection.
  15.  
  16.     Problem: The game pauses every once and awhile.
  17.     Solution: Night Raid is having a hard time fitting everything it needs
  18. into memory. Try making more memory available to the game by removing any
  19. TSRs you don't need, or using an EMS emulator (such as EMM386.SYS) to make
  20. more memory available to Night Raid. To make Night Raid use the EMS, use
  21. "NITERAID /USEEMS" to start the game.
  22.  
  23.     Problem: The game hangs during play, or the sounds stop playing.
  24.     Solution: Night Raid can make heavy demands on the system -
  25. simultaneously reading from the disk and playing multiple sound effects from
  26. EMS. Some EMS setups have a difficult time with this. If you're using EMS,
  27. try running Night Raid without it. Some SoundBlaster cards may have
  28. problems with Night Raid's autodetection, or problems may crop up if you
  29. have set your SoundBlaster up in a non-standard way - see the section below
  30. on setting the "BLASTER" environment variable.
  31.  
  32.     Problem: I'm using OS/2, and Night Raid interferes with printing.
  33.     Solution: This is probably because of the Sound Source autodetection.
  34. Use "NITERAID /NOSOUNDSOURCE" to avoid the autodetection.
  35.  
  36.     Problem: The colors are really messed up.
  37.     Solution: Some video cards manage to get by Night Raid's test code. Use
  38. "NITERAID /SLOWPALETTE" to start the game.
  39.  
  40.     Problem: Night Raid doesn't recognize my Sound Source.
  41.     Solution: If you're using your Sound Source with a Tandy machine, use
  42. "NITERAID /SSTANDY". If you're not using a Tandy, try using "NITERAID /SS?",
  43. where the '?' represents the LPT port you have the Sound Source attached to.
  44. For example, if you have your Sound Source attached to LPT2, then you'd use
  45. "NITERAID /SS2". Note that, if you're using a Tandy, and the "/SSTANDY"
  46. switch by itself doesn't work, you'll have to use both "/SSTANDY" AND "/SS?".
  47.  
  48.     Problem: Night Raid doesn't recognize my AdLib or SoundBlaster card.
  49.     Solution: Night Raid's AdLib detection relies on bus speed, which works
  50. on almost all systems. However, it may not work on some REALLY fast systems.
  51. Start Night Raid with "NITERAID /ADLIB".
  52.  
  53.     Problem: Night Raid doesn't recognize my SoundBlaster card.
  54.     Solution: Odds are that you have changed the SoundBlaster's settings, so
  55. Night Raid can't find the card. To fix this, you need to tell Night Raid
  56. about the non-default settings.
  57.  
  58.     You do this by setting the "BLASTER" environment variable up to contain
  59. the appropriate information. To set the enviroment variable up, either
  60. include the following in your AUTOEXEC.BAT file or type it on the command
  61. line before running Night Raid:
  62. SET BLASTER=Axxx Ix Dx
  63.  
  64. Axxx represents the the address of the SoundBlaster/SB Pro. For the SB, it's
  65. either A210,A220,A230,A240,A250 or A260. For the SB Pro, it's either A220 or
  66. A240. Default is A220.
  67.  
  68. Ix represents the IRQ number used by the SB/SB Pro. For the SB, it's either
  69. I2, I5, or I7. IRQ 10 (only available on a machine with AT BIOS and the SB
  70. Pro) is not supported. Default is I7.
  71.  
  72. Dx represents the DMA channel used by the SB/SB Pro. D0, D1, or D3 are
  73. acceptable values. Default is D1.
  74.  
  75.