How to play a Komodo vs. Komodo match in Fritz GUI?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

kasinp
Posts: 251
Joined: Sat Dec 02, 2006 10:47 pm
Location: Toronto
Full name: Peter Kasinski

How to play a Komodo vs. Komodo match in Fritz GUI?

Post by kasinp »

I am trying to run some tests but somehow was unable to get this to work and am looking for help.

Tried some more or less obvious solutions (including creating another folder with a renamed Komodo, etc.). Creating the "clone" engine is easy, but in the end the second copy is never made available for selection in the Engine match menu.

I tried various versions (GUI v.11, 14, 15)

Is it possible?

Thanks,
PK
Jouni
Posts: 3291
Joined: Wed Mar 08, 2006 8:15 pm

Re: How to play a Komodo vs. Komodo match in Fritz GUI?

Post by Jouni »

Create another UCI engine with different name like "Komodo 10 B" without changing any (significant) parameter should work!?
Jouni
kasinp
Posts: 251
Joined: Sat Dec 02, 2006 10:47 pm
Location: Toronto
Full name: Peter Kasinski

Re: How to play a Komodo vs. Komodo match in Fritz GUI?

Post by kasinp »

Jouni wrote:Create another UCI engine with different name like "Komodo 10 B" without changing any (significant) parameter should work!?
You can create many Komodo engines, no problems. But they won't show in the selection for the Engine match once you have already selected one Komodo engine to play in it.
Jouni
Posts: 3291
Joined: Wed Mar 08, 2006 8:15 pm

Re: How to play a Komodo vs. Komodo match in Fritz GUI?

Post by Jouni »

Addition. Only important thing is to have Komodo 10 64-bit B .uci file in ...engines.UCI folder! If only you find that directory from hard disk :) . Works definitely in Fritz 12 GUI.
Jouni
Ferdy
Posts: 4833
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: How to play a Komodo vs. Komodo match in Fritz GUI?

Post by Ferdy »

kasinp wrote:
Jouni wrote:Create another UCI engine with different name like "Komodo 10 B" without changing any (significant) parameter should work!?
You can create many Komodo engines, no problems. But they won't show in the selection for the Engine match once you have already selected one Komodo engine to play in it.
Try to find the folder Engines.UCI as Jouni told. For win 7, it can be found in:
C:\Users\<name>\AppData\Roaming\ChessBase\Engines.UCI

You may see for example a file with filename:
Stockfish 8 64 POPCNT.uci

Copy that file and rename it to:
Stockfish 8.x 64 POPCNT.uci

Now you have 2 files:
Stockfish 8 64 POPCNT.uci
Stockfish 8.x 64 POPCNT.uci

Now open Stockfish 8.x 64 POPCNT.uci in a text editor, and you will see this.

Code: Select all

&#91;ENGINE&#93;
Name=Stockfish 8 64 POPCNT
Author=T. Romstad, M. Costalba, J. Kiiski, G. Linscott
Filename=C&#58;\chess\engines\stockfish\Sf8.exe
&#91;OPTIONS&#93;
UCI_Chess960=true
Now change:
Name=Stockfish 8 64 POPCNT
to
Name=Stockfish 8.x 64 POPCNT

Save and exit.

Those 2 will now appear in the engine list.
kasinp
Posts: 251
Joined: Sat Dec 02, 2006 10:47 pm
Location: Toronto
Full name: Peter Kasinski

Re: How to play a Komodo vs. Komodo match in Fritz GUI?

Post by kasinp »

Thank you both! I was finally able to get this to work. Much appreciated.

Cheers,
PK
User avatar
Werner
Posts: 2872
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: How to create an engine with the name Fritz 15 x64 1CPU

Post by Werner »

Thanks Ferdinand,
I was always angry when I installed a Fritz engine inside Fritz 15 and was not able to give them different names when using 1CPU or 4CPU. This works with all uci engines, not with Fritz 15. With you tip I could change it:
I created 2 new files in that folder
Fritz 15 x64 4CPU.uci

Code: Select all

&#91;ENGINE&#93;
Name=Fritz 15 x64 4CPU
Author=Vasik Rajlich
Filename=.\Fritz 15\Fritz 15.exe
LogoName=Fritz 15
Priority=below normal
&#91;OPTIONS&#93;
Max CPUs=4
Use TBAccess=true
Fritz 15 x64 1CPU.uci

Code: Select all

&#91;ENGINE&#93;
Name=Fritz 15 x64 1CPU
Author=Vasik Rajlich
Filename=.\Fritz 15\Fritz 15.exe
LogoName=Fritz 15
Priority=below normal
&#91;OPTIONS&#93;
Max CPUs=1
Use TBAccess=true
and it worked!

Werner