gatoruss wrote: I found a thread on this forum explaining that the best way to load an engine is to use PSWBTM. Question - should I download 32 bit crafty or 64 bit?
If you have a 64-bit machine, you should probably download the 64-bit version. If you have a 32-bit machine, you will
need to download the 32-bit version. With Windows 7 (and probably Vista) you can check and confirm what type of system you have by going to your Control Panel and clicking on System. Your system will be listed under "System type."
PSWBTM may have been the "best way" to load an engine in the past, (I never used it, not even with older versions of WinBoard) but I don't believe it's the best way now. As H.G. mentioned, one way, using version 4.6.2, is to simply point to the crafty executable file, from the LOAD ENGINE dialog box. That's it. Another way, if you have Crafty properly listed as an engine in your winboard.ini file, is to load it from the SELECT ENGINE FROM LIST drop down box.
gatoruss wrote:But I am having trouble following along - for example, under the "Engine -> Engine #1 Settings" menu, there are no options to set - a window open that is entitled settings, but all I can do is click "ok" or "Cancel".
Yes, after loading Crafty I see the exact same thing. Again, it's because the Crafty engine doesn't allow the GUI to set options this way. Load the most recent versions of Stockfish or Critter or Houdini 1.5a, (all which are stronger the Crafty, by the way) and
then you will see options to set.
After loading an engine, even Crafty, load a previously played game and then try the Analyze Game feature or the Analysis Mode feature.
With Analyze Game, WinBoard will step through the game, analyzing it one move at a time, with the engine you have loaded, (including Crafty). Be sure to save the game to a file, and the analysis will be saved with it. Change the /timeDelay option in the winboard.ini file to set the number of seconds you want the engine to spend on each move.
With Analysis Mode, your loaded engine of choice will analyze the current position. It will continue to analyze that position it until you tell it to stop (cntrl-e is one way, the shortcut for EDIT GAME) or until you step forward through the game. If you step forward it will then analyze THAT current position, until you say otherwise.
Crafty's options can be changed in the crafty.rc file. It's a simple ascii text file, and can be edited with any text editor. (TextPad, Notepad, etc.) It should be found in the same folder as your Crafty executable file. My crafty.rc file looks like this:
tbpath=E:\chess\Tablebases\345
egtb
resign 7
swindle on
# mt=4
smpmt=4
hash=1024M
hashp=64M
learn 7
book on
show book
book random 1
ponder off
log off
exit