m.t_mode wrote:1-) First of all, we need to have Active Perl installed on our hard drive.
3-) Then we need to click on the YaY-polygot shortcut on the desktop.
Here are the instructions:
http://www.program.googlepages.com/yay4.htm4-) After seeing the "waiting for connection" line, let's just click on the winbordforPolygot shortcut, which is on the desktop, as well.
5-) In the opening window, select "use an internet chess server" and click OK.
A faster way to do this, is modifying the Target content of the winboard shortcut (please notice that I did not say "polyglot shortcut", in reality, the shortcut is for windoboard and polyglot is declared as the FCP or first chess program).
To edit the target of the shortcut, rigth click on it and sdelect properties, then edit the content as you wish.
My particular shorcut Target content is as follows:
"C:\Program Files\Winboard\winboard.exe" /zp /ics /icshost 127.0.0.1 /icsport
6000 /fcp "polyglot.exe Rybka.ini"
The two lines above are supose to be one line but this windows is not long enough to display them in one line.
/zp If zippy is no declared in your winboard.ini, this is a good spot to do so.
/ics Here we are telling winboard to conect to an ics server.
/icshost Use 127.0.0.1 when using YtoICS( or any of its forks), although YtoICS is the
chess game client for the Yahoo Server, from the Winboard stand point of view
YtoICS is the server, therefor we need to use the IP of your computer, 127.0.0.1
/icsport Usually 6000 (must match the port declared in YtoICS)
/fcp FCP= First Chess Program, polyglot is nothing but an engine to winboard, but in
the background polyglot parses command from and to the engine specifid in the
polyglot.ini file
If you are not specifying a different .ini file then just do /fcp polyglot.exe , and polyglot will use polyglot.ini automaticaly.
If you want to specify a diferent .ini file then do something similar as I did in my example":
/fcp "polyglot.exe Rybka.ini" please notice que quotes""
I have several shurtcuts with a different name and I have a diferent ini file for polyglot.
The reason for these is to launch different engines or the same engine with different parameters without having to modify the polyglot.ini file every time.