home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / GAMES / CLONINV.ZIP / CLONINV.DOC next >
Text File  |  1989-09-19  |  8KB  |  161 lines

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