Page 1 of 1

Doubling number of games in my SuperBlitz editing banksiaplaying.jos

Posted: Wed Nov 17, 2021 6:45 pm
by AlexChess

Code: Select all

"base" : 
  {
    "elapsed" : 605,
    "event" : "SuperBlitz3+3-BanksiaGui",
    "fileIdx" : 1,
    "games per pair" : 1,
    "shuffle" : "none",
    "site" : "Rome",
    "swap pair sides" : true,
    "swiss rounds" : 6,
    "type" : "roundrobin",
    "variant" : "standard"
  },
Hi Pham!

I'd like to double the number of games of my SuperBlitz 73 engines from 72 to 144, playing for each couple a second game with reverse colors. After having done a backup of the current tournament pressing "New Tournament" (all OK in Recent tournaments) then I have reloaded it, exited BSG to avoid possible locked files and finally edited Banksiaplaying.json changing "games per pair": from 1 to 2. Nothing happened once I have reopened BSG :D

Is there a simple way to do that?

Thank you!
Best regards,
Alex

Re: Doubling number of games in my SuperBlitz editing banksiaplaying.jos

Posted: Fri Nov 19, 2021 4:07 am
by pham
"Games per pair" is just a record, using when generating only, not affect to the current number of generated games.

I think the easiest way is to generate a new and similar tournament then merge it to the current one to have double games.

Re: Doubling number of games in my SuperBlitz editing banksiaplaying.jos

Posted: Fri Nov 19, 2021 12:03 pm
by AlexChess
Add new games trick seems to work, I must only check if games are played with reverse color, but maybe you can modify the existing script to do that :)

(Experimenting the trick adding new engines and clicking 2 times instead of replacing them so I can simply remove them from crosstable if there are errors ;) )

Image