|
Thanks again for this - wiki
updated with your text. I now have a different (newbie) question. This
time probably Don is best placed to answer? Whilst googling for the
cgos3.tcl script you mentioned, I came across this page: http://cgos.boardspace.net/9x9/ It has a links to the script for a variety of operating systems and looks strikingly similar to (but not the same as) the main CGOS page. The main page is the one you hit with google: http://cgos.boardspace.net/, it doesn't mention the cgos3.tcl script. Which of these two is the current version of the page, or do they both contain different bits of useful info? As always feel free to respond by e-mail or just update the wiki-directly - whatever is best for you. Thanks in advance. Cheers Raffles David Fotland wrote: I use a powershell script: $MYPROG="c:\\go\\gtpmfgo\\x64\\release\\gtpmfgo-675.exe -l6 -threads 4 -cgos -r -memory 2000 -logengine -loggtp" $MYPWD="secret-password" $SENTINEL="stop.txt".\tclkit cgos3.tcl mfgo12-675-4c $MYPWD $MYPROG $SENTINEL | Out-Host cgos3.tcl was downloaded from the cgos support page. David -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, September 30, 2010 3:19 PM To: [email protected] Subject: Re: [Computer-go] Cgos-gtp newbie question Sorry, sometimes I just skip stuff that does not personally interest me. I did not follow the thread, but this is what works for me: To start Valkyria I have a .bat file with the following line tclkitsh cgosGtp.kit -c config9.txt -k Quit.txt > log.txt A second .bat file, 'DoQuit.bat', has the line copy DoQuit.bat Quit.txt Which basically copies it self to create Quit.txt. When the the CGOS client sees this file it will disconnect the program correctly and delete the Quit.txt file. the file config9.txt contains %section server server cgos.boardspace.net port 6867 %section player name Valkyria3.5.14-4cx password topsecretpwd invoke ..\\..\\ValhallGTP.exe ponder enginelog Log\\log threads 4 priority 17 Note that filenames need to use double backslashes on Windows. I think the name in this case the maximum number of character allowed. You can have several sections with different invocations of your programs. Then for each game started a section will be drawn randomly with a probability proportional to the priority of the section. With a single section the priority does not matter. The files I use are tclkitsh.exe and cgosGtp.kit Best Magnus Quoting Robert Finking <[email protected]>: |
_______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
