Alexander Schmidt wrote: ↑Mon Mar 25, 2024 1:29 pm Here is a workaround to use Cray Blitz as UCI engine under Arena. You need inbetween and wb2uci. It might also work as WB engine without wb2uci, but it seems more stable with wb2uci. You can only play full games, no GUI-book, no takeback, no starting positions. If it don't start calculating, first start a new game, then restart the engine.
You need 2 different inbetween.ini files for playing as black or white. But it is for example possible to run a gauntlet under Arena. Put Cray Blitz on the top of the list, configure it for playing white, und play one round. After that configure it for playing black, and add one round. You need to check the option "restart engine after every game"
You can set the time in the inbetween.ini afterbut check if the setting is working.hard :=
inbetween.ini (black)inbetween.ini (white)[InBetween]
CommandLine := cray-blitz.exe
[Client2Server]
xboard := xboard\nn\nn
quit := end
hard := st=8
e1g1 := o-o\ne1g1
e8g8 := o-o\ne8g8
e1c1 := o-o-o\ne1c1
e8c8 := o-o-o\ne8c8
[Server2Client]
. ... a := \nmove a
. ... b := \nmove b
. ... c := \nmove c
. ... d := \nmove d
. ... e := \nmove e
. ... f := \nmove f
. ... g := \nmove g
. ... h := \nmove h
. ... N := \nmove N
. ... B := \nmove B
. ... R := \nmove R
. ... Q := \nmove Q
. ... K := \nmove K
. ... o-o := \nmove e8g8
. ... o-o-o := \nmove e8c8
. a := X
. b := X
. c := X
. d := X
. e := X
. f := X
. g := X
. h := X
. N := X
. B := X
. R := X
. Q := X
. K := X
. o := X
wb2uci.eng[InBetween]
CommandLine := cray-blitz.exe
[Client2Server]
xboard := xboard\nn\ny
quit := end
hard := st=8
e1g1 := o-o\ne1g1
e8g8 := o-o\ne8g8
e1c1 := o-o-o\ne1c1
e8c8 := o-o-o\ne8c8
[Server2Client]
. a := \nmove a
. b := \nmove b
. c := \nmove c
. d := \nmove d
. e := \nmove e
. f := \nmove f
. g := \nmove g
. h := \nmove h
. N := \nmove N
. B := \nmove B
. R := \nmove R
. Q := \nmove Q
. K := \nmove K
. o-o := \nmove e1g1
. o-o-o := \nmove e1c1
... a := X
... b := X
... c := X
... d := X
... e := X
... f := X
... g := X
... h := X
... N := X
... B := X
... R := X
... Q := X
... K := X
... o := XNow install wb2uci.exe as engine.[ENGINE]
Name=Cray Blitz 4.6h
Author=Robert Hyatt, 1990
Filename=Wb2Uci.exe
[OPTIONS]
Program=inbetween.exe
I think that's amazing what you've done there Alexander
Jim.