Page 1 of 1

Changing Player Count

Posted: 08 July 2023, 07:56
by vurtan
We implemented the Solo mode of Applejack an want everyone to play it.
In Studio we changed the gameinfo.inc.php accordingly.
After a release build and deployment thee game information page shows 1-4. But in the lobby it is not possible to select the player count "1" in Friendsmode.
In the GMM ia an array player_numbers which still has 2-4. I suspect that this parts need to be changed.
Is there anything I can do to allow solo play or did I Miss something?

Re: Changing Player Count

Posted: 08 July 2023, 19:16
by Victoria_La
vurtan wrote: 08 July 2023, 07:56 We implemented the Solo mode of Applejack an want everyone to play it.
In Studio we changed the gameinfo.inc.php accordingly.
After a release build and deployment thee game information page shows 1-4. But in the lobby it is not possible to select the player count "1" in Friendsmode.
In the GMM ia an array player_numbers which still has 2-4. I suspect that this parts need to be changed.
Is there anything I can do to allow solo play or did I Miss something?
It looks like deployment did not succeed. Did you check error on deployment log page?

Re: Changing Player Count

Posted: 09 July 2023, 08:11
by vurtan
Thanks Victoria_La for the tip. I built a new version and deployed that (decided against re-reploy) and now it is working :)