home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 16 / PC_LOISIRS_n016_PCLOISIRS16.iso / chaos / readme.txt < prev   
Text File  |  1995-06-21  |  12KB  |  284 lines

  1.  
  2. OPERATING SYSTEM AND CD-ROM DRIVE
  3.  
  4. Chaos Control is designed to run under DOS.  If you are in Windows, 
  5. exit all applications and then choose EXIT WINDOWS from the FILE menu 
  6. to get to the DOS prompt.  To access the game, you will need to change 
  7. to the CD-ROM drive.  On most systems, the CD-ROM drive is signified by 
  8. the letter D.  Assuming drive "D" is your CD-ROM drive, type D:" and 
  9. press the ENTER key.  If your CD-ROM drive is a letter other than D, 
  10. substitute that letter followed by ":" and press the ENTER key.
  11.  
  12. Throughout this manual, CD-ROM drive will be used to indicate the DOS drive 
  13. holding your game disc.  Again, on most systems the CD-ROM will be 
  14. designated by the letter D.
  15.  
  16.  
  17. CONFIGURATION CHECK
  18.  
  19. The INSTALL program on the CD will test the transfer rate of your CD-ROM 
  20. drive and the performance of your CPU and video card.  It does not install 
  21. software or other files since Chaos Control runs from the CD.  This program 
  22. will check to make sure that your system can run Chaos Control acceptably.  
  23. Change to the CD-ROM drive (see previous section for more information).  At 
  24. the prompt, type "INSTALL" and press ENTER.  Do not interrupt the program 
  25. while it is testing your system.  If you encounter any problems or if an 
  26. error message is displayed, refer to the following Troubleshooting section 
  27. (page X).
  28.  
  29.  
  30. STARTING THE GAME
  31.  
  32. Chaos Control only operates under DOS.  If you are in Windows, exit all 
  33. applications and then choose EXIT WINDOWS from the FILE menu.  At the 
  34. DOS prompt, change to your CD-ROM drive, type "CHAOS", and press the 
  35. ENTER key.
  36.  
  37.  
  38. TROUBLESHOOTING
  39.  
  40. The error messages listed below may appear during the game or while the 
  41. Install program is testing your hardware.
  42.  
  43. E1000 or E1006:  PROGRAM NOT LOADING CORRECTLY
  44.  
  45. PROBABLE CAUSE:  Your hardware does not meet the minimum requirements 
  46. of the game.  
  47.  
  48. SOLUTION:  Check to make sure that your system meets the Configuration 
  49. Requirements listed on page X, and follow the instructions to verify 
  50. that your system is correctly setup in the Configuration Check section 
  51. on page X.
  52.  
  53. E1000 or E03:  INSUFFICIENT MEMORY
  54.  
  55. PROBABLE CAUSE: Not enough free conventional memory.
  56.  
  57. SOLUTION:  Your system must have 550KB free memory (see Configuration 
  58. Requirements listed on page X).  To verify the amount of free conventional 
  59. memory, check the Largest Executable Program Size from the MEM display.  
  60. Type "MEM" at any DOS prompt and press the ENTER key.  You must have at 
  61. least 550KB (563,200 bytes) available.
  62.  
  63. If you use MS-DOS 6.0 or later:
  64. The MEMMAKER command should be able to free enough space by loading 
  65. your device drivers into upper memory.  At a DOS prompt, type "MEMMAKER" 
  66. and press the ENTER key.  Choose EXPRESS SETUP and answer NO when 
  67. asked if you have any programs that require expanded memory.  
  68. Follow the on-screen instructions.  MEMMAKER will reboot your system twice, 
  69. and when it is finished, you should have enough memory to run Chaos Control.  
  70. If you still have trouble getting enough memory, check the boot disk section 
  71. below.
  72.  
  73. For other versions of DOS:
  74. Consult your DOS manual about how to load device drivers into upper memory.  
  75. MS-DOS 5.0 uses the LOADHIGH and DEVICEHIGH statements in the 
  76. Autoexec.Bat and Config.Sys files, respectively.  If you still cannot free 
  77. up enough memory, check the following instructions on how to disable 
  78. EMS and create an optimized boot disk.
  79.  
  80. Disabling Expanded Memory (EMS)
  81. Chaos Control is compatible with but does not require expanded memory (EMS), 
  82. and expanded memory fills 64KB of upper memory.  Therefore, to free up the 
  83. maximum amount of conventional memory, expanded memory should be 
  84. inactive.  To check your computerÆs EMS status, type "MEM" at a DOS prompt 
  85. and press the ENTER key.  If EMS does not appear, expanded memory has 
  86. already disabled.  However, if EMS is listed, follow the instructions 
  87. below to disable it, or consult your DOS manual for further instructions.
  88.  
  89. Note: Some other programs, most notably other games, do require EMS memory 
  90. to run.  MEMMAKER can be used to enable or disable EMS,  or you can follow 
  91. the instructions below to create a boot disk without EMS for Chaos Control. 
  92.  
  93. Without MEMMAKER, you must modify the EMM386 line in Config.Sys to 
  94. disable expanded memory.  To edit this file, type "EDIT CONFIG.SYS" 
  95. at a "C:\" prompt.  
  96. Expanded memory may be disabled by checking the EMM386 line and 
  97. verifying that NOEMS is included.  If the command is not present, 
  98. replace "RAM" with "NOEMS".  If neither command is present, add "NOEMS". 
  99. You can also edit any DEVICE= line to DEVICEHIGH= (except for the HIMEM.SYS 
  100. and EMM386.EXE lines,) to try to load drivers into upper memory, out of 
  101. the way of Chaos Control.  Finally, select SAVE from the FILE menu, and 
  102. then select EXIT to return to the DOS prompt.  You must then reboot the 
  103. system to enable these changes.
  104.  
  105. For example,
  106.  
  107. DEVICE=C:\DOS\EMM386.EXE RAM 2048 X=C901 
  108. DEVICE=C:\SNDCARD\BOBCD.SYS /D:MSCD001
  109. becomes 
  110. DEVICE=C:\DOS\EMM386.EXE NOEMS 2048 X=C901
  111.     DEVICEHIGH=C:\SNDCARD\BOBCD.SYS /D:MSCD001
  112.  
  113. If, after trying the above suggestions, your free conventional memory is 
  114. still less than 550K and you have problems running the game, create a DOS 
  115. boot diskette that you can use to start your PC prior to running 
  116. Chaos Control.
  117. To create a boot diskette follow these steps:
  118.  
  119. 1. Insert a blank diskette into your A:\ floppy disk drive.  You cannot boot 
  120.    from the B:\ drive.
  121. 2. At the DOS prompt type "FORMAT A: /S", and press the ENTER key.  
  122.    The disk will be formatted and the DOS boot files will be copied to it.  
  123.    When finished, do not format another, and you will return to the DOS 
  124.    prompt.
  125. 3. Type "COPY C:\CONFIG.SYS A:" and press the ENTER key.
  126. 4. Type "COPY C:\AUTOEXEC.BAT A:" and press the ENTER key.
  127. 5. Change to the A:\ drive by typing "A:" and pressing the ENTER key.  
  128. 6. To edit the Config.Sys file, type "EDIT CONFIG.SYS" at the A:\ prompt 
  129.    and press the ENTER key.  Remove drivers and variables not 
  130.    necessary to the correct functioning of your sound card, CD-ROM 
  131.    drive and mouse. Some Config.Sys lines which may be safely deleted 
  132.    include lines beginning with DEVICE= and DEVICEHIGH= and ending 
  133.    with SETVER.EXE, IFSHLP.SYS, and ANSI.SYS.  Be sure to leave 
  134.    the lines with HIMEM.SYS and EMM386.EXE!
  135. 7. Now, please verify that HIMEM.SYS and EMM386.EXE lines are the 
  136.    first and second DEVICE= lines, respectively, and change any 
  137.    following lines that still begin with DEVICE= to DEVICEHIGH=.  This 
  138.    will load these drivers into upper memory. 
  139. 8. Make sure there are both DOS=HIGH and DOS=UMB lines. If not, 
  140.    insert them.  (You can also have a combined DOS=HIGH, UMB.)  
  141.    These lines can appear anywhere in the file.
  142. 9. When you are finished, select SAVE from the FILE menu and then 
  143.    select EXIT to return to the A:\ prompt.
  144. 10. To edit the Autoexec.Bat file, type "EDIT AUTOEXEC.BAT" at the A:\ 
  145.     prompt and press the ENTER key.  Autoexec.Bat lines which may be 
  146.     safely deleted include SMARTDRV or SHARE.  You should also 
  147.     delete lines for network drivers, virus protectors, scanner/fax drivers, 
  148.     and any lines that begin with "CALL" or "WIN".  Be sure to Leave in 
  149.     lines that refer to PATH, SET SOUND, SET BLASTER, MSCDEX, and 
  150.     MOUSE.
  151. 11. For any lines that begin with C:\, insert a LOADHIGH and a space at 
  152.     the beginning of the line, before the C:\. (C:\DOS\MOUSE becomes 
  153.     LOADHIGH C:\DOS\MOUSE.)
  154. 12. When you are finished, select SAVE from the FILE menu, and then 
  155.     select EXIT to return to the A:\ prompt.
  156. 13. Leave the finished boot disk in the A drive and reboot your system.  
  157.     Your computer should start up from this disk.  Type "MEM" at a DOS 
  158.     prompt and press the ENTER key to check the largest executable 
  159.     program size.  If you do not yet have at least 550KB of free memory, 
  160.     check your DOS manual, or contact our Technical Support department 
  161.     at 310-576-1885. 
  162.  
  163. E09 or E10:  SOUND CARD PROBLEMS
  164.  
  165. PROBABLE CAUSE:  Your sound card is i