Einzelnen Beitrag anzeigen
  #16  
Alt 04.11.2019, 22:19
Tibono Tibono ist offline
TASC R30
 
Registriert seit: 22.05.2018
Ort: Frankreich
Alter: 62
Land:
Beiträge: 458
Abgegebene Danke: 2.141
Erhielt 1.108 Danke für 362 Beiträge
Aktivitäten Langlebigkeit
7/20 6/20
Heute Beiträge
1/3 ssssss458
Re: MessChess und Arena - Fragen und Antworten

Hi, another small enhancement: I noticed the CC7 playing as white starts using Enter and a reversed notation. It works but it gets the CC7 immediately out of its (small) opening book.
Example: CC7-B plays d7-d5 (Arena:E2-E4), reply Arena E7-E5 (CC7:d2-d4) and CC7 starts thinking prematurely.

Suggestion for cc7.lua:
Code:
function interface.start_play(init)
	if (init) then
		interface.invert = false
		interface.turn = false
		send_input(":IN.2", 0x01, 1) -- CB
	end
end
results in (example): CC7-B plays e2-e4, reply e7-e5, CC7 plays g1-f3 from book.
Gruß, Eric
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Tibono für den nützlichen Beitrag:
Hartmut (05.11.2019)