home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GAMES / CLONINV.ZIP / CLONINV.DOC next >
Encoding:
Text File  |  1989-09-19  |  7.5 KB  |  161 lines

  1.  
  2.  
  3.  
  4.  
  5.                                 CLONE INVADER
  6.  
  7.                                  Version 4.4
  8.  
  9.                               September 19, 1989
  10.  
  11.                   Copyright (c) 1987,1988,1989 Gary Quiring.
  12.                              All Rights Reserved
  13.  
  14.  
  15.      Clone Invader is an arcade style game that requires either a CGA,
  16.      EGA, or VGA graphics adapter.  It is compatible with 8088, 8086,
  17.      80286, and 80386 computers.  Clone Invader is not compatible with a
  18.      computer that has a NEC V series microprocessor.
  19.  
  20.      One of the more difficult parts of writing this game was to find a
  21.      real SPACE INVADERS machine.  Almost all of the arcade rooms in New
  22.      Jersey don't have one anymore.  Luckily, I was able to find one on
  23.      the Long Branch boardwalk.
  24.  
  25.      During play, the sound can be turned off or on using the S key.  The
  26.      game can be aborted with the ESC key.  The space bar is your fire
  27.      key and the arrows on the numeric pad move your base.  The mystery
  28.      invader is worth 50 - 300 points and the technique of always getting
  29.      a 300 point mystery invader applies just like the arcade version.
  30.  
  31.      The first time you run Clone Invader, the game will ask you what
  32.      kind of graphics adapter you have.  CGA will use 4 colors, EGA will
  33.      use 16 colors, and VGA will use 256 colors.  If your computer is an
  34.      8088 running at 4mhz, I would suggest selecting the CGA setup, even
  35.      if your computer has an EGA card.  EGA graphics are much slower than
  36.      CGA graphics.  Computers with an 80386 should select slow speed,
  37.      80286 computers should select medium speed, and 8088 computers
  38.      should select fast speed.
  39.  
  40.      The graphics adapter, speed, and mouse sensitivity that you select
  41.      are stored in the CLONINV.EXE file, unless the filename is renamed
  42.      or executed from a subdirectory that is not in your path.  If you
  43.      decide to rename the file, the game will always ask you for your
  44.      hardware setup and the high score will not be saved.
  45.  
  46.      If you need to change your hardware setup, press the S key when the
  47.      first screen is displayed.  If you have a mouse, press the M key to
  48.      select the sensitivity for the mouse.
  49.  
  50.      Mouse users should make sure the mouse driver is installed.  Either
  51.      mouse button will act as the fire key.  During the demo, the left
  52.      mouse button will select a one player game and the right mouse
  53.      button will select a two player game.  The mouse is also supported
  54.      during the hardware setup menu and mouse sensitivity menu.
  55.  
  56.      Clone Invader                                               Page: 2
  57.  
  58.  
  59.  
  60.      Joystick users must center their joystick before pressing the J key
  61.      on the first screen.
  62.  
  63.      The background color can be changed by using the B key which is only
  64.      active during the demo screen.  The background color option is not
  65.      available for VGA adapters.
  66.  
  67.      To clear the high score, press the H key when the first screen is
  68.      displayed.
  69.  
  70.      If the game should lock up try removing any ram resident programs.
  71.      The keyboard driver in Clone Invader disables the normal keyboard
  72.      interrupt.  I have found that Sidekick and Superkey can occasionally
  73.      cause problems.
  74.  
  75.      If you find that moving your mouse quickly from one side to the
  76.      other slows down the invader movement, try selecting a slower
  77.      sensitivity for the mouse.
  78.  
  79.      For those of you that would like to "tune" Clone Invader, there is a
  80.      configuration file option that can be used.  The name of the file
  81.      must be called CLONINV.CFG, and it must be located in the same
  82.      directory as the CLONINV.EXE file.  The following options can be
  83.      changed:
  84.  
  85.       Variable  Description                           Default Range   F/S
  86.       --------  -----------                           -------------   ---
  87.         1       Overall speed of game.                1-3000           S
  88.         2       Base movement stepping rate.          1-4              F
  89.         3       Laser stepping rate (From you).       1-3              F
  90.         4       Laser stepping rate (From invaders).  2-4              F
  91.         5       Invaders stepping rate.               1-4              F
  92.         6       Mystery invader stepping rate.        1-3              S
  93.         7       Joystick sensitivity                  1-2              F
  94.  
  95.      Placing one or more of the above variables in the configuration file
  96.      will override the default value.  All numbers must be greater than
  97.      zero.  There is no range checking when reading the config file, so
  98.      it is possible to select values that will bomb the game.  The file
  99.      format is as follows: VARIABLE,VALUE
  100.  
  101.      Clone Invader                                               Page: 3
  102.  
  103.  
  104.  
  105.      Where VARIABLE is from the above list (1-6), and VALUE is the number
  106.      you select to override the current setting.  Approximate values are
  107.      given under the range column.  The F/S column indicates if the
  108.      variable slows down movement or increases movement.  "F" means that
  109.      the larger the variable, the faster the movement.  "S" means that
  110.      the larger the variable, the slower the movement.  Let's say we
  111.      wished to change the overall speed and invader stepping rate.  Our
  112.      configuration file would look like this:
  113.  
  114.      1,50
  115.      5,2
  116.  
  117.  
  118.      If you have a joystick, and use it during play, the sound effects
  119.      will automatically be shut off.  There is a weird bug in Quick BASIC
  120.      that returns strange values with the STICK command if sound is being
  121.      played in the background.  If anyone knows of a workaround for this
  122.      bug please let me know.
  123.  
  124.      I would like to thank Ben Broder, who wrote the keyboard driver for
  125.      Clone Invader, and who helped out in debugging and enhancing the
  126.      game.
  127.  
  128.      If you have any problems, questions, or suggestions for enhancements
  129.      please write to me.  Please be sure to indicate what version of
  130.      Clone Invader you have, and your computer setup - graphics adapter
  131.      (CGA, EGA, VGA), microprocessor (8088, 8086, 80286, 80386), and
  132.      mouse being used.
  133.  
  134.      Gary Quiring
  135.      37 Essie Drive
  136.      Matawan, NJ  07747
  137.  
  138.      Clone Invader                                               Page: 4
  139.  
  140.  
  141.  
  142.      HISTORY:
  143.       4.4 - Added joystick support.  Joystick will only work if the sound
  144.             is shut off (Sorry).  Enhanced explosion graphics.
  145.       4.3 - Fixed bug with scores exceeding 32760.  Fixed mouse menu to
  146.             correctly adjust sensitivity.  Added configuration file.
  147.             Also improved speed of game which will make game much more
  148.             enjoyable on 8088 systems.
  149.       4.2 - Better mouse control.  Also, setup for mouse will
  150.             automatically appear for first time installation.  Added
  151.             feature to clear high score.
  152.       4.1 - Added mouse sensitivity menu.
  153.       4.0 - Changed some colors for VGA.  Changed opening screen.  Added
  154.             mouse support to setup menu.  Added search in path for
  155.             filename.
  156.       3.9 - Added VGA support for 256 colors.  Added option for speed
  157.             adjustment.
  158.       3.8 - Added mouse support.
  159.       3.7 - Added hardware configuration menu, deleted environment switch
  160.             code, fixed some bugs, and recompiled with Quick Basic 4.5
  161.       3.6 - Adjusted code for 386 computers and added environment
  162.             switches.
  163.       3.5 - Added feature to save high score in exe file and changed base
  164.             color for the EGA mode.
  165.  
  166.  
  167.