X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=c64fb41ceb1eea3b5e215afa2f3c676c253fc343;hp=3f84839d113262e018911b6ecf04a55735ef02de;hb=3991b81c05e25f13cc6ec9e4cc18896d9247fc0e;hpb=758ca7932fa9b9646dcdf1d1d722bdce08f1c71a 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; }