home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 353.img / ZARKOV.ZIP / MANUAL.ADD < prev    next >
Text File  |  1990-05-31  |  2KB  |  44 lines

  1.  
  2. This file contains additions and corrections to the ZARKOV2 manual.
  3.  
  4. 1.  A new command called 'me' has been added.  This command will
  5.     prompt you for your name which will then be displayed above the
  6.     clock on your side of the chess board.  If you go into the
  7.     preferences menu and select the SAVE option, your name will be
  8.     saved in the configuration file.
  9.     
  10. 2.  A new command called 'animate' has been added.  This command
  11.     can be used following the 'replay' command to play through
  12.     each move of the game automatically.  Zarkov will prompt
  13.     you for a delay in milliseconds to occur after each move.
  14.     
  15. 3.  The right mouse button can be used to exit a menu without 
  16.     selecting an option similarly to pressing the ESC key.
  17.     
  18. 4.  An environment variable called 'b7path' determines where
  19.     ZARKOV will look for the BOOKUP 'settings' file.  If BOOKUP7
  20.     is in the directory c:\chess\bookup7 type the following statement
  21.     at the DOS command line or put this command in your autoexec.bat
  22.     file.
  23.     
  24.         set b7path=\chess\bookup7
  25.         
  26.     If the variable b7path is not found in the environment, ZARKOV
  27.     will look in the directory \bookup7.
  28.  
  29. 5.  The user programmable book specified with the '-u' command line
  30.     option now has priority over the default book.  Additional books
  31.     brought in with the 'addbook' command will replace books which
  32.     previously existed.  Because the user book now has priority over
  33.     the default book, the distribution disk no longer contains the file
  34.     'user.opn'.  A sample user opening book called 'example.opn' is
  35.     provided to show you how user openings are handled.
  36.     If you start Zarkov as follows:
  37.     
  38.        zarkov -u example
  39.     
  40.     and then type 'best', Zarkov will play the first line in the
  41.     'example.opn' file which is the Sicilian.
  42.     
  43.  
  44.