I'm talking about this Stockfish:
https://github.com/niklasf/Stockfish/releases
And about this Winboard:
http://hgm.nubati.net/WinBoard-AA.zip
So my question is how to set Stockfish for playing Atomic Chess, 3 Checks Chess, Crazyhouse etc....
I'm trying the following lines:
"UCI2WB -var 3check stockfish.exe D:\WinBoard\Stockfish" -fd "." -variant 3check -firstOptions "UCI_Variant=threecheck"
"UCI2WB -var 3check stockfish.exe" -fd "D:\WinBoard\Stockfish" -variant 3check -firstOptions "UCI_Variant=threecheck"
And they work.
•But are they completely equivalent?
•Also can i replace for example the threecheck with 3check ?
In order to have everywhere 3check in the 3 places.
If not, what are all the variants names with their corresponding correct one's to put in the "UCI_Variant=" place?
For example for atomic i should put in all 3 places the work atomic or something elase in the "UCI_Variant="?
I'm aware of atomic, 3check, crazyhouse(or Crazyhouse? Does capital initial letter matters?), amazon, but which are all the others?
And what about this -firstFeatures {variants="crazyhouse"} option you propose in one post i saw?
When i put it in the end of a line as extra parameter, Winboard refuses to load the engine complaining about the {} brackets.
•Also are the following 2 commands equivalent?
-variant atomic
/variant="atomic"
And what about this Stockfish UCI engine that plays Atomic Chess?
https://github.com/ATOMIC-LICHESS/ATOMKRAFT
No matter what parameters i put, it refuses to work.

