From 3991b81c05e25f13cc6ec9e4cc18896d9247fc0e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 16 Jun 2007 02:07:55 +0200 Subject: [PATCH] Minor Rybka changes. --- remoteglot.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remoteglot.pl b/remoteglot.pl index 3f84839..c64fb41 100644 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -39,6 +39,8 @@ while () { print UCIWRITE "setoption name UCI_AnalyseMode value true\n"; print UCIWRITE "setoption name NalimovPath value c:\\nalimov\n"; print UCIWRITE "setoption name NalimovUsage value Normally\n"; +# print UCIWRITE "setoption name Contempt value 1000\n"; +# print UCIWRITE "setoption name Outlook value Ultra Optimistic\n"; print UCIWRITE "ucinewgame\n"; print "Chess engine ready.\n"; @@ -140,7 +142,7 @@ sub parse_infos { $uciinfo{'pv'} = [ @x[1..$#x] ]; last; } - if ($x[0] eq 'UCI_AnalyseMode' || $x[0] eq 'setting') { + if ($x[0] eq 'UCI_AnalyseMode' || $x[0] eq 'setting' || $x[0] eq 'contempt') { last; } -- 2.39.2