home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / n3d / technote.txt < prev    next >
Text File  |  1994-06-07  |  5KB  |  139 lines

  1.         Nitemare-3D Tech Notes
  2.         ======================
  3.  
  4. This file contains technical notes in the form of frequently
  5. asked questions on running Nitemare-3D.
  6.  
  7.  
  8. 1.  What exactly do I get when I register?
  9.  
  10. The complete trilogy package including the program and
  11. all three episodes, four cheat functions, a 30-page
  12. hint booklet and a full page map viewer.
  13.  
  14. Episodes 2 and 3 continue from the end of episode one
  15. and contain stunning new artwork, sounds and monsters
  16. including some fiendish 3D style robots and aliens.
  17. Each episode contains 10 levels.
  18.  
  19. These episodes are jam-packed with puzzles and to give
  20. you as much enjoyment as possible a 30-page hint booklet
  21. is included.  This explains how to set the four cheat
  22. modes to tailor your game preference, either emphasizing
  23. the puzzle-solving or monster-bashing.  It also includes
  24. a complete walkthrough of every puzzle in every level so
  25. you can complete the game with as much or as little help
  26. as you need.
  27.  
  28. The full page map viewing utility allows you to browse
  29. all 30 levels and shows every single wall, object, monster,
  30. secret panel, door, etc. in the game.
  31.  
  32. Please see the online instructions or print the ORDER.TXT
  33. order form for details of how to order the trilogy.
  34.  
  35.  
  36. 2.  How much memory does Nitemare-3D require?
  37.  
  38. At least 565Kb conventional memory.  Note that this amount
  39. must be available, not just installed.  To find out how
  40. much is available, run the DOS "mem" command.  If not
  41. enough is available, try unloading some TSRs or drivers.
  42. If you are running DOS 6.0 or higher, it includes a handy
  43. utility called "memmaker" which will automatically maximize
  44. your available conventional ram.
  45.  
  46. Nitemare-3D also needs some extended memory.  It can run
  47. without it but you will find it runs slower.  Any amount
  48. up to 2Mb will be used.  For best results this should be
  49. available extended memory but you may also allocate
  50. all extended memory to a disk cache such as SMARTDRV with
  51. only a negligable loss of speed.  (This is because the disk
  52. cache is effectively using the extended memory the same way
  53. Nitemare-3D would be using it).
  54.  
  55.  
  56. 3.  Is my sound card supported?
  57.  
  58. Music is supported on any Adlib or Sound Blaster compatible
  59. sound card but digitized sound effects are only supported
  60. on true Sound Blaster compatible cards.  Some cards, such
  61. as the PAS 16, require you to set the card in SB-emulation
  62. mode and you should consult your sound card manual.  The
  63. emulation setting is usually IRQ 7, DMA 1, I/O Port 220H.
  64.  
  65.  
  66. 4.  Why can't I vary the music volume?
  67.  
  68. Only Sound Blaster Pro or later compatible cards include the
  69. mixer chip which allows this function from within the game.
  70. The same goes for the stereo sound effects.
  71.  
  72.  
  73. 5.  I'm having trouble running the game in Windows.
  74.  
  75. The game is not designed to run under Windows, however you
  76. may be able to get it to run.  PC speaker sound is not
  77. available when run from within Windows.  The game will run
  78. slower and jerkily under Windows.  There may be sound card
  79. problems running from within Windows.  In general, don't!
  80. See the discussion below on use of startup switches.
  81.  
  82.  
  83. 6.  I'm having trouble running the game in DOS.
  84.  
  85. To allow for various troublesome combinations of hardware,
  86. the following switches can be used singly or in combination
  87. when starting the game, e.g. "n3d -t -x -s"
  88.  
  89. -t    Disable timer interrupts and use DOS time functions.
  90.     This is enabled by default when running from within
  91.     Windows but it is possible the game will not detect
  92.     that it is running from within Windows and you can
  93.     try this switch.  It may also be required from DOS
  94.     if there are conflicts with your real time clock
  95.     setup.
  96.  
  97. -x    Disable use of extended memory.
  98.     The game attempts to use up to 2Mb of extended memory
  99.     if available.  If you suspect this is causing a
  100.     problem then use this switch to force it to ignore
  101.     any extended memory.
  102.  
  103. -p    Force PC speaker sound.  If you are able to get music
  104.     but no digitized sound from your sound card, you
  105.     may be able to force PC speaker sound.  Note that PC
  106.     speaker sound is not possible under Windows and the
  107.     rendering of digitized sounds through the PC speaker
  108.     gives very poor results, anyhow.  Do not attempt to
  109.     use the -t switch with the -p switch since this can
  110.     cause the game to freeze.
  111.  
  112. -s    Disable detection of sound cards.
  113.     It is possible that the auto-detection function used
  114.     to detect sound card hardware can cause the game to
  115.     lock up during start up.  Use this switch to avoid
  116.     this problem but be aware that sound, music and the
  117.     joystick will be unavailable since they are all
  118.     handled by the same third-party sound functions.
  119.  
  120. -o    Enable debug output.
  121.     This causes a small text file called DEBUG.TXT to
  122.     be written when the game starts.  It should look
  123.     similar to this:
  124.  
  125.     Initializing...
  126.     Bootstrap ok
  127.     SB DSP detected at IRQ 7
  128.     Sound card ok
  129.     Timer ok
  130.     Display ok
  131.     Memory ok
  132.     Keyboard ok
  133.     Mouse ok
  134.     Initialize complete!
  135.     Level read okLevel init okFrame init okLevel tune okFade to new level...
  136.  
  137.     Examination of your DEBUG.TXT after an unsuccsessful
  138.     startup may indicate the problem.
  139.