home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 15 / PCGAMER15.bin / text / morph.txt < prev    next >
Text File  |  1995-11-09  |  8KB  |  208 lines

  1. ENTOMORPH
  2. =========
  3.  
  4.  
  5.  
  6. @BEGIN
  7. Conventional Memory
  8. ─────────────────────
  9.   R.A.M. or Random Access Memory is located on your computer's motherboard.
  10. Base RAM is recognized as the first 640k or 655,360 bytes (a K=1024 bytes).
  11. If you have insufficent Base RAM, your computer may be loading extraneous
  12. programs that occupy this memory.
  13.  
  14.   During each and every startup, your computer searches for 'startup' files
  15. (i.e. the CONFIG.SYS and AUTOEXEC.BAT files). These files, programmed by
  16. the user at an earlier time, contain the instructions to load programs and
  17. configure the computer. The solution to free more Base RAM is to either
  18. modify those startup files or create alternative startup files
  19. specifically configured for your game.
  20. This can be accomplished by creating a 'boot disk' with new startup files.
  21. Those startup files will be called CONFIG.SYS and AUTOEXEC.BAT.
  22.  
  23. There are two ways you can create a 'boot' disk:
  24.  
  25. 1) You can automatically create a boot disk by selecting the
  26.    'Create Boot Disk' icon in the install menu. You will need a blank disk
  27.    of the appropriate size for your A: drive.
  28.  
  29. 2) You can manually create a boot disk by following the instructions below:
  30.     A. Place a floppy disk in drive A.
  31.     B. From the C: prompt type FORMAT A: /S <Enter>
  32.     C. After the format is complete and the system has been transferred,
  33.         type A: <Enter>
  34.     D. Type EDIT CONFIG.SYS <Enter>. When the blue screen appears type
  35.         in the lines just as they appear in the sample CONFIG.SYS in your
  36.         users guide.  Once this is done, choose Save from under the File
  37.         menu, and then exit.
  38.     E. Type EDIT AUTOEXEC.BAT <Enter>. When the blue screen appears type
  39.         in the lines just as they appear in the sample AUTOEXEC.BAT in your
  40.         data card. Once this is done, choose Save from under the File menu,
  41.         and then exit.
  42. @END
  43.  
  44.  
  45.  
  46. @BEGIN
  47. Extended Memory (XMS)
  48. ─────────────────────
  49.   Your total extended memory is equal to all the memory above one Megabyte.
  50. If you know your computer has the required total, yet the Install detects
  51. it as being insufficient, your computer may not have the amount *free* or
  52. available.
  53.  
  54.   There are programs or drivers (such as SMARTDRV.EXE and EMM386.EXE) that
  55. use your extended memory. If you have the required total memory, but have
  56. insufficent *free* memory, you will have to disable any extraneous drivers
  57. that are occupying your extended memory. A simple solution is a
  58. 'boot disk.'
  59.  
  60. See CONVENTIONAL memory help for creating a 'boot disk'.
  61. @END
  62.  
  63.  
  64.  
  65. @BEGIN
  66. Expanded Memory (EMS)
  67. ─────────────────────
  68.   Some programs require EMS memory to functions properly. EMS or expanded
  69. memory exists only if a certain program or driver is activated. This
  70. driver, under DOS, is called EMM386.EXE. It must be included in one of
  71. your startup files called CONFIG.SYS.
  72.   The EMM386 driver converts a specified amount of extended memory into
  73. expanded memory. If you do not have the required amount of FREE EMS, your
  74. EMM386 driver may not have specified the minimum amount in your CONFIG.SYS
  75. file. To verify that this is the problem, follow these instructions:
  76.  
  77.   1) Access your C: drive by typing C: <Enter>
  78.  
  79.   2) Type EDIT CONFIG.SYS <Enter>
  80.  
  81.   3) A window will appear, and you will be editing a file called
  82.      CONFIG.SYS.
  83.  
  84.   4) Look for the EMM386.EXE command. There should be a number following
  85.      the command.
  86.      For example: DEVICE = C:\DOS\EMM386.EXE 1024
  87.      The 1024 represents the amount of extended memory which is being
  88.      requested to be converted to expanded memory. The amount is measured
  89.      in K, so in our example above, the amount requested is exactly
  90.      1 Megabyte. If the amount is not set to the minimum required, or if
  91.      the EMM386.EXE command does not exist in your CONFIG.SYS file, the
  92.      problem can be solved using one of the options below:
  93.  
  94.       A)  Adjust the amount to satisfy the minimum required by our game
  95.           and be sure that the word RAM appears after the amount. This
  96.           allows your system to load programs such as your mouse driver
  97.           'high' and is essential for most systems.
  98.  
  99.       B)  Create a boot disk using our boot disk creator.  The boot disk
  100.           program will create a CONFIG.SYS and AUTOEXEC.BAT file
  101.           appropriate for the game.  To run the boot disk creator program,
  102.           click on 'Continue' from the main detection screen. When the
  103.           INSTALL appears, click on 'Create Book Disk'.
  104.  
  105.       C)  Users of MS-DOS 6.0 and above can try running Microsoft's
  106.           MEMMAKER program to give DOS a chance to make the corrections
  107.           automatically. Choose 'Y' when MEMMAKER asks whether you have any
  108.           programs that use Expanded Memory.
  109. @END
  110.  
  111.  
  112.  
  113. @BEGIN
  114. Hard Drive Space
  115. ─────────────────────
  116.   If you do not have the required hard drive space to install the game, you
  117. will need to delete enough programs from your hard drive to free the
  118. required amount of space. This can be done with the 'DEL' command. Please
  119. see your DOS manual if you are not familiar on how to use this command.
  120. @END
  121.  
  122.  
  123.  
  124. @BEGIN
  125. Video Adapter
  126. ─────────────────────
  127.   This program will detect the model, type, and capabilities of your video
  128. card. It will also determine whether it supports the mode required by the
  129. game. If your card does not support the mode necessary for the game to
  130. run, you will need to correct this before proceeding.
  131.  
  132.   This may be as simple as installing a VESA driver, or you may need to
  133. upgrade your video card.
  134. @END
  135.  
  136.  
  137.  
  138. @BEGIN
  139. VESA
  140. ─────────────────────
  141.   A VESA (Video Electronics Standards Association) driver is a standard to
  142. which all video card manufacturers comply to produce a variety of video
  143. modes. Video cards can have VESA drivers built into the card, or available
  144. separately on a disk included with the card. If after the game installation
  145. our install program does not detect a VESA driver present, a program called
  146. VINSTALL will be run. It will suggest a VESA driver for your particular
  147. video card, and allow you to install it. If the suggested VESA driver does
  148. not work, or none of the drivers listed are compatible with your video
  149. card, check the software that accompanied your video card for a VESA driver
  150. and refer to the video card manual for further instructions.
  151. @END
  152.  
  153.  
  154.  
  155. @BEGIN
  156. Mouse
  157. ─────────────────────
  158.  
  159.   Some of our games require a mouse; the game may not run if the mouse
  160. isn't activated. If you have problems, and know you have the mouse
  161. properly connected, verify that the mouse driver is loaded by typing
  162. MEM /C | MORE <Enter> at the C: prompt.
  163.  
  164.   If you do not see the mouse driver listed, you'll need to find the
  165. directory that holds the mouse driver. (This is usually the MOUSE
  166. directory; you may need to refer to your mouse manual for help finding it
  167. if the name is different.) Once located, type the appropriate command to
  168. enable your mouse (usually MOUSE) and press <Enter>.  Please be aware that
  169. Microsoft Windows has its own built-in mouse drivers that *do not*
  170. function outside of Windows. You must have the mouse driver loaded in DOS
  171. to play our games.
  172. @END
  173.  
  174.  
  175. @BEGIN
  176. Joystick
  177. ─────────────────────
  178.  
  179. Possible causes for disabled joystick(s):
  180.  - The joystick is not properly connected. Double-check the connections
  181.    and reboot your machine.
  182.  - The joystick port on the sound card or game card is disabled. Refer to
  183.    your sound card or game card manual for instructions on how to enable
  184.    the port.
  185.  - You may have two joystick ports enabled. This can cause a conflict
  186.    between the two ports, and in most cases neither will operate properly.
  187.    The solution would be to disable one of them.
  188.  - If you are having problems using two joysticks using a 'Y' (or splitter)
  189.    cable, you may have an older version of the 'Y' cable that is
  190.    incompatible with the new joystick ports on many newer sound cards. Try
  191.    using a new splitter cable. Please be aware that when using a 'Y' (or
  192.    splitter) cable, only two buttons on each joystick function.
  193. @END
  194.  
  195.  
  196.  
  197. @BEGIN
  198. DOS Version
  199. ─────────────────────
  200.   If you do not have the required operating system version, (the operating
  201. system usually referred to as DOS) you will need to upgrade for the game to
  202. run properly.
  203.  
  204.   Unless specified otherwise, we do not recommend running the game through
  205. the Windows environment.
  206. @END
  207.  
  208.