home *** CD-ROM | disk | FTP | other *** search
/ PC Collector 11 - Disc 4 / CYBER11.CD4.bin / README.ENG < prev    next >
Text File  |  1995-08-14  |  9KB  |  231 lines

  1. Primal Rage Help File  -  Version 1.0                         Aug. 13, 1995
  2. ===========================================================================
  3.  
  4. Section 1. Creating a Boot Disk.
  5. ================================
  6.  
  7. These instructions are designed to help users of Primal Rage create a boot
  8. disk.  Creating a boot disk is the easiest way to solve the low memory
  9. errors in this program.
  10.  
  11. Why do I need a boot disk?
  12. --------------------------
  13.  
  14.   Every time you turn on or reboot your machine, it reads through
  15.   two files (AUTOEXEC.BAT and CONFIG.SYS) that set up how your
  16.   system is configured.  Every feature that is loaded in these
  17.   files adds some functionality to your machine, but takes up a
  18.   portion of your systems memory.  This program has high memory
  19.   requirements and does not require many of the features that
  20.   other programs need.
  21.  
  22. What is contained on a boot disk?
  23. ---------------------------------
  24.  
  25.   This boot disk will contain all of the files necessary to run
  26.   your computer including AUTOEXEC.BAT and CONFIG.SYS.  These
  27.   files will contain only features that are essential to Primal 
  28.   Rage.  Since system configuration files vary based on the
  29.   brand and model of computer that you have, it is impossible
  30.   to list the EXACT files and settings that are necessary for
  31.   your particular system.  However, we will give you enough
  32.   information to create a working boot disk.
  33.  
  34. How do I create a boot disk?
  35. ----------------------------
  36.  
  37. The boot disk you create will have to be in your 'A' drive.  The following
  38. instructions assume that your hard drive is letter 'C'.  If your system
  39. varies, you will need to substitute the appropriate letter in the
  40. following instructions.
  41.  
  42. 1) Format the floppy disk in drive 'A'.
  43.    Insert a blank disk in drive 'A'.  From the 'C:\>' prompt type:
  44.  
  45.      FORMAT A: /S
  46.  
  47.    Note: Even if your disk is already formatted, you will need to
  48.    reformat it using this command.
  49.  
  50. 2) Copy your two configuration files to the 'A' drive.
  51.    From the 'C:\>' prompt type:
  52.  
  53.      COPY CONFIG.SYS A:
  54.      COPY AUTOEXEC.BAT A:
  55.  
  56.    Note: If each of these commands is executed succesfully the
  57.    computer will print a message saying '1 file copied.'
  58.  
  59. 3) Edit your CONFIG.SYS and AUTOEXEC.BAT files on the 'A' drive.
  60.    From the 'A:\>' prompt type:
  61.  
  62.    EDIT CONFIG.SYS
  63.  
  64.    This brings up the editor and allows you to modify the
  65.    CONFIG.SYS file.  From the 'A:\>' prompt type:
  66.  
  67.    EDIT AUTOEXEC.BAT
  68.  
  69.    This brings up the editor and allows you to modify the
  70.    AUTOEXEC.BAT file.  Be sure not to edit these files on your
  71.    'C' drive.  When editing these files, you will be removing
  72.    features that Primal Rage does not need.  The easiest way to
  73.    remove a feature from these files is to type 'REM ' at the
  74.    very beginning of the line.  This stands for 'Remark' and
  75.    tells the computer to ignore that line.  You can also delete
  76.    the line completely, but if you REM it out, it is easier to
  77.    put the line back if you make a mistake.
  78.  
  79. CONFIG.SYS:
  80.  
  81.    All that this file generally needs in it to run Primal Rage
  82.    is the 'HIMEM.SYS' feature and the information for your
  83.    CD-ROM drive.  See below for a sample CONFIG.SYS file before
  84.    and after it was modified for Primal Rage.
  85.  
  86. Original CONFIG.SYS file
  87. ------------------------
  88. DEVICE=C:\DOS\HIMEM.SYS
  89. DEVICEHIGH=C:\DOS\EMM36.EXE NOEMS
  90. DOS=HIGH,UMB
  91. FILES=30
  92. BUFFERS=20
  93. STACKS=9,256
  94. FCBS=4,0
  95. DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
  96. DEVICEHIGH=C:\SB16\DRV\CTMMSYS.SYS
  97. DEVICEHIGH=C:\SB16\DRV\SBCD.SYS /D:MSCD001 /P:220
  98.  
  99. Modified CONFIG.SYS file
  100. ------------------------
  101. DEVICE=C:\DOS\HIMEM.SYS
  102. REM DEVICEHIGH=C:\DOS\EMM36.EXE NOEMS
  103. DOS=HIGH,UMB
  104. REM FILES=30
  105. REM BUFFERS=20
  106. REM STACKS=9,256
  107. REM FCBS=4,0
  108. REM DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
  109. REM DEVICEHIGH=C:\SB16\DRV\CTMMSYS.SYS
  110. DEVICEHIGH=C:\SB16\DRV\SBCD.SYS /D:MSCD001 /P:220
  111.  
  112. Note: The key words to look for are HIMEM.SYS, DOS=HIGH and a file or
  113. files with the letters CD in it.
  114.  
  115. AUTOEXEC.BAT:
  116.  
  117.   All that this file generally needs in it for Primal Rage is
  118.   the information for your sound card and CD-ROM drive.  See
  119.   below for a sample AUTOEXEC.BAT file before and after it was
  120.   modified for Primal Rage.
  121.  
  122. Original AUTOEXEC.BAT file
  123. --------------------------
  124. @ECHO OFF
  125. PATH=C:\WINDOWS;C:\DOS
  126. SET BLASTER=A220 I5 D1 H5 P330 T6
  127. SET SOUND=C:\SB16
  128. SET MIDI=SYNTH:1 MAP:E
  129. C:\SB16\DIAGNOSE /S
  130. C:\SB16\SB16SET /P /Q
  131. SET TEMP=C:\WINDOWS\TEMP
  132. LH C:\DOS\MSCDEX.EXE /S /V /D:MSCD001 /M:15
  133. LH C:\DOS\SMARTDRV.EXE
  134. LH C:\DOS\MOUSE.COM
  135.  
  136. Modified AUTOEXEC.BAT file
  137. --------------------------
  138. REM @ECHO OFF
  139. REM PATH=C:\WINDOWS;C:\DOS
  140. SET BLASTER=A220 I5 D1 H5 P330 T6
  141. REM SET SOUND=C:\SB16
  142. REM SET MIDI=SYNTH:1 MAP:E
  143. REM C:\SB16\DIAGNOSE /S
  144. REM C:\SB16\SB16SET /P /Q
  145. REM SET TEMP=C:\WINDOWS\TEMP
  146. LH C:\DOS\MSCDEX.EXE /S /V /D:MSCD001 /M:15
  147. REM LH C:\DOS\SMARTDRV.EXE
  148. REM LH C:\DOS\MOUSE.COM
  149.  
  150. Notes: The key words to look for are SET BLASTER and MSCDEX.  Also, make
  151. sure that SMARTDRV.EXE is commented out.  It uses too much memory, and will
  152. usually cause the memory problem.
  153.  
  154. 4) Reboot your machine with the boot disk.  Make sure the
  155.    Primal Rage boot disk is inserted in the drive, and press
  156.    the CTRL-ALT-DEL key combination to reboot your machine.
  157.    You will need to boot your machine with this disk whenever
  158.    you want to run Primal Rage.
  159.  
  160.  
  161. Section 2. Joystick Controls.
  162. =============================
  163. Many joysticks are not well suited to be used with fighting games,
  164. especially Primal Rage.  The best controllers are the ones designed like
  165. the arcade or console game systems.  If you are looking for a joystick
  166. that will work well with this game, we recommend the "Gravis PC GamePad"
  167. from Advanced GRAVIS.  Aside from it's arcade feel, it supports 4 button
  168. joystick controls.
  169.  
  170. This game supports up to two 2 button joysticks.  In order to use two
  171. joysticks, you will need a joystick splitter to put in the 15 pin
  172. connector, to allow both joysticks to be plugged into the one port.  There
  173. is a standard to which joystick splitters should adhere.  Some splitters
  174. are not full implementations of this standard, and therefore, you may get
  175. incomplete two joystick access.  We recommend the "Gravis Y Adapter" also
  176. from Advanced GRAVIS, part # 7120-1 (or 7120-6 if you order it directly
  177. from Advanced GRAVIS).  We have tested it, and it works correctly.
  178.  
  179. Additional problems may occur if your joystick card (sound card) doesn't
  180. follow the joystick port standard.  Symptoms include one or more of the
  181. buttons not working.  If this is true, you might want to disable your
  182. current joystick port and add a new joystick card.
  183.  
  184. If you have two joysticks, you cannot use a 4 BUTTON JOYSTICK configuration
  185. with any other joystick configuration except KEYBOARD/JOYSTICK.  The
  186. KEYBOARD/JOYSTICK configuration is designed for joysticks that can have
  187. buttons configured as keyboard keys.
  188.  
  189. One last thing.  Due to some last minute tinkering with the 2 BUTTON
  190. JOYSTICK controls, the Data Card is now incorrect.  The joystick works as
  191. follows:
  192.  
  193. Quick  - Press Upper or Lower button with the joystick in the center.
  194. Fierce - Press Upper or Lower button with the joystick towards the enemy.
  195. Power  - Press Upper or Lower button with the joystick away from the enemy.
  196.  
  197. Special Attacks - Press both Upper and Lower buttons, then perform
  198.            the directional combination.
  199. Fatalities      - Same as Special Attacks.
  200.  
  201.  
  202. Section 3. Keyboard Controls.
  203. =====================================
  204. Any control problems you may experience when using the keyboard can be
  205. resolved by redefining the control keys you have chosen.  To change the
  206. keyboard controls, select CONFIGURE KEYBOARD from the GAME OPTIONS menu.
  207.  
  208. When playing with KEYBOARD controls, even though the KEYBOARD has 4
  209. buttons, the special attacks and fatalities use the 2 button configuration.
  210. Activate these attacks by pressing the Upper Quick and Lower Quick buttons.
  211.  
  212.  
  213. Section 4. Two Player Games.
  214. ============================
  215. If you want to play a two player game, start a one player game, then press
  216. the Upper Quick or Upper button of the other player to interrupt the
  217. current one player game and start a two player game.
  218.  
  219.  
  220. Section 5. Special Thanks.
  221. ==========================
  222. Special Thanks to XXCal Inc., CGS Testing Service, Steve Wahid, Tony
  223. McColgan, and Bill McClintock for help in completing the game.
  224.  
  225.  
  226. Thank You for buying this game.  We hope you will enjoy it.
  227.  
  228. Ken Humphries
  229. Senior Producer
  230. Time Warner Interactive, Inc.
  231.