zippyGameEnd command in xboard for FICS
Posted: 25 Sep 2012, 06:36
Hello guys,
So I have a computer account on FICS and would like to use xboard (under ubuntu linux if that matter). After each game I would like to send to the server several commands: lin0, lin1, ..., lin7.
And then on FICS I use aliases, for example "alias lin0 seek 3 0" so that my bot will auto seek after every game, automatically.
My problem is, I could not send those commands to the chess server.
I have read the read me file of zippy, even copied and pasted the only example given there for xboard but it did not work.
Here is an example that should have worked and that you can find by googling:
So I tried a lot of variants like
With winboard I have no problem using zippyGameEnd, but for some unknown reason to me, I can't make it work with xboard. I've asked in FICS and several people helped me but they could not go further than what was written in the read me file of zippy and someone suggested me to create an account here and seek further help.
P.S.:Here is the example given in the read me file of zippy:
Any help is greatly appreciated, thank you.
P.S.2:All works fine except this so far, here is my complete sentence to log into FICS if it matters:
So I have a computer account on FICS and would like to use xboard (under ubuntu linux if that matter). After each game I would like to send to the server several commands: lin0, lin1, ..., lin7.
And then on FICS I use aliases, for example "alias lin0 seek 3 0" so that my bot will auto seek after every game, automatically.
My problem is, I could not send those commands to the chess server.
I have read the read me file of zippy, even copied and pasted the only example given there for xboard but it did not work.
Here is an example that should have worked and that you can find by googling:
- Code: Select all
-xrm '*zippyGameEnd: say hi\nsay prepare to die\n'
So I tried a lot of variants like
- Code: Select all
-zippyGameEnd='end0\n end1\n end2\n end3\n end4\n end5\n end6\n end7'
With winboard I have no problem using zippyGameEnd, but for some unknown reason to me, I can't make it work with xboard. I've asked in FICS and several people helped me but they could not go further than what was written in the read me file of zippy and someone suggested me to create an account here and seek further help.
P.S.:Here is the example given in the read me file of zippy:
- Code: Select all
-xrm '*zippyGameEnd: say thanks\nseek 5 0\nseek 2 12\n'
Any help is greatly appreciated, thank you.
P.S.2:All works fine except this so far, here is my complete sentence to log into FICS if it matters:
- Code: Select all
xboard -ics -icshost localhost -icsport 5501 -zp -fUCI -fcp /usr/games/critter -zippyGameEnd 'lin2\n lin3\n lin4\n lin5\n lin6\n'