[done] round robins > 2 in cups

Wishes get here when they grow up.
Locked
ircarrascal
definitions team
Posts: 39
Joined: Thu Aug 23, 2007 8:50 pm
Location: Munich, Germany
Contact:

[done] round robins > 2 in cups

Post by ircarrascal »

Is that possible? The usual tag doesn't work in cups. Although one can make round robins=1 by setting home_away=0, it seems like there's no way to have more than 2 rounds in cup tables.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

It's not possible, but easy to add. I'll try to do it today or tomorrow.

BTW, the tags reference is there for a reason, you know ;-)
Press any key to continue or any other key to quit.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

You can use

Code: Select all

<round_robins>
in cup round robin stages now (default value is 2). This conflicts a bit with

Code: Select all

<home_away>
of course. The way it's resolved is: if home_away = 0 then round robins are set to 1. Otherwise home_away is ignored and the number of round robins is used.

I'll add a feature for custom breaks between round robins later when I also implement tommasi's feature request about variable breaks.
Press any key to continue or any other key to quit.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

Press any key to continue or any other key to quit.
Locked