If you went to create a single tournament of any sort, enter this 9 rounds 4 people per team 16 teams Due to how the overflow thingy works, the number of participants goes from positive to negative several times over, and when the numbers are of above, it results in 0. When you click continue, it works. I don't want to risk failing the entire WZ server by creating such tournament, but I will try it later if this bug is found out again. This is in the programming section because this is an overflow problem.
[BUG] A tournament of 0 participants: 2021-12-26 09:20:42
So that game had more than 40 players per game, and testing definitely didn't work. I found out that a 10 round single tournament with 8 teams of 4 also worked, which resulted in a nice 32 players per game. I still didn't test it yet, and I am thinking of a better day and a better way to do so.
[BUG] A tournament of 0 participants: 2021-12-26 15:43:47
On the standalone client, it does indeed overflow to 0, but still not allowed to make it. (And if you set it to 4x5 players per game, it then hits you with the 1k/tourney limit)
[BUG] A tournament of 0 participants: 2021-12-27 01:02:21
[FINALE 1] I tested it out with a 32-P 10-round private one, and it did hitme with "Too many players invited to tournament". I think the main reason is that Unity doesn't think it has overflowed deep inside its code, but somehow passed the separate overflow thing in the UI. Which means that in the code the tournament did not overflow and is still identified as more than 512. This can be seen as a UI-Code communication flaw.
[BUG] A tournament of 0 participants: 2022-01-13 03:56:47