]> git.sesse.net Git - remoteglot/commitdiff
Some option tweaking.
authorSteinar H. Gunderson <sesse@debian.org>
Wed, 27 Jun 2007 21:25:24 +0000 (23:25 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Wed, 27 Jun 2007 21:25:24 +0000 (23:25 +0200)
remoteglot.pl

index ea1e13de9be03d4b1be1698eb931d2f6d18b10a4..84e7af71425161e3c8ed3eab4ac4f6bdcc1e59ab 100755 (executable)
@@ -21,7 +21,7 @@ $SIG{ALRM} = sub { output_screen(); };
 $| = 1;
 
 my $server = "freechess.org";
-my $target = "GMCarlsen";
+my $target = "Sesse";
 # my $engine = "/usr/games/toga2";
 my $engine = "wine Rybkav2.3.2a.mp.w32.exe";
 
@@ -53,7 +53,8 @@ while (<UCIREAD>) {
 uciprint("setoption name UCI_AnalyseMode value true");
 uciprint("setoption name NalimovPath value c:\\nalimov");
 uciprint("setoption name NalimovUsage value Normally");
-uciprint("setoption name MultiPV value 3");
+uciprint("setoption name Hash value 1024");
+# uciprint("setoption name MultiPV value 3");
 # uciprint("setoption name Contempt value 1000");
 # uciprint("setoption name Outlook value Ultra Optimistic");
 uciprint("ucinewgame");