home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 July / APC47-1.ISO / feature / chessp / chessp41.exe / CP4ENGINE.TXT < prev    next >
Encoding:
Text File  |  1999-03-02  |  2.4 KB  |  85 lines

  1.     ChessPartner 4.1  engine plug-in module
  2. ---------------------------------------------
  3. March 1999
  4.  
  5. The engine plug-in module allows the use of
  6. winboard compatible chess engines with 
  7. ChessPartner 4.1
  8.  
  9. After the installation start ChessPartner
  10. Select Extra|Options on the Chess engine
  11. tab click the Engine button, there should
  12. be a entry "Winboard adapter" in the
  13. dropdown list. This selects the plug-in
  14. module. You may get a error message asking
  15. to edit the engine profile, responding yes
  16. brings up the plug-in profile selection
  17. dialog. Select crafy or gnuchess, you
  18. must edit the profile for the location
  19. of crafty or gnuchess.
  20. In this release the profile is store in
  21. a simple text file, each engine profile
  22. start with a line [name] where name is
  23. CRAFTY, GNUCHESS, etc.
  24. The file is located in the windows
  25. directory and called:
  26.   ENGINEEXT.INI
  27.  
  28. Make sure to save the settings !
  29.  
  30.  
  31. Below this line there are a number of
  32. parameters that can be set, the most
  33. important are the first four:
  34.  
  35. Console=1
  36. Logfile="engineext.log"
  37. EngineDir=""
  38. EnginePath="f:\crafty\wcrafty-15_14.exe"
  39.  
  40. If console is set to 1 all commands that
  41. are send to the engine are displayed in
  42. a console window. Set this to 0 to hide
  43. the console window.
  44.  
  45. Logfile=... if a filename is given a commands
  46. are also saved in this file, usefull for
  47. debugging. If left blank no logging is done.
  48.  
  49. EngineDir specifies the directory where the
  50. engine is to be runned from. If left blank
  51. the directory of the program is used.
  52.  
  53. EnginePath is the command line used to
  54. start the engine, must be a full path name.
  55.  
  56. -----------------------------------------
  57. Known problems.
  58.  
  59. For a number of features ChessPartner relies
  60. on functions in the chess engine, e.g. the
  61. opening book display and some others. These
  62. functions are not present in other chess
  63. engines so these functions are disabled.
  64.  
  65. Testing has mainly been done using crafty.
  66.  
  67. On occassions the chess engine does not
  68. exit.
  69.  
  70. Not all chesspartner levels are interpreted
  71. correctly.
  72.  
  73. In the crafty profile pondering has been 
  74. disabled, this was neccessary to get the
  75. analyse game function to work reliable.
  76.  
  77. DISCLAIMER
  78. THE WINBOARD ADAPTER IS UNSUPPORTED SOFTWARE.
  79. WE HAVE INCLUDED IT IN THE HOPE SOMEONE FINDS
  80. IT USEFULL. AS ITS OPERATION RELIES ON SOFTWARE
  81. OUTSITE OUR CONTROL WE CAN NOT MAKE ANY WARRANTY
  82. OF ITS PROPER FUNCTIONING. 
  83.  
  84.  
  85.