Page 1 of 1

Won't change number of players in Studio

Posted: 11 June 2020, 14:14
by somiryu
Hi. My game works in production, but in studio when I try to create a table, it forces me to create the table with the maximum number of players. If I try to reduce that, it says that that game can't be played with fewer players (but of course you can). I need to be able to open the game with two players because I have a bug report and I want to load the bug id into the table, but I think if I don't reproduce the exact number of players it shows an error.

Do you know why this could be happening?

Thanks!

Re: Won't change number of players in Studio

Posted: 11 June 2020, 14:58
by Een
I took a look, and from a previous game you have the minimum number of players to 1 while the minimum for your game is 2 (probably you have changed the minimum in the gameinfos since).

If you augment the minimum number of players so that it's correct, then you can decrease the maximum without error message.

Re: Won't change number of players in Studio

Posted: 11 June 2020, 17:12
by somiryu
Solved! Thanks!