Managing many winners into sidebar log

Game development with Board Game Arena Studio
Post Reply
User avatar
disu
Posts: 62
Joined: 10 February 2016, 08:47

Managing many winners into sidebar log

Post by disu »

In my game there are 2/3 teams composed each one by 1/N players.
At the end of the game I give 1 point to winners and no points (0) to losers.

Everything works fine in the final score table, but in the sidebar log compare the text "The end of the game: XXXX wins!" when XXXX is the first player in the winner team. But there is a tie, so every winner team players should be shown into log (For example: "The end of the game: XXXX, YYYY and ZZZZ wins!").
How to do that?

Note that I've set losers_not_ranked = true and id_coop = 0 in gameinfos.inc.php.
User avatar
disu
Posts: 62
Joined: 10 February 2016, 08:47

Re: Managing many winners into sidebar log

Post by disu »

Any suggestion?
User avatar
Victoria_La
Posts: 665
Joined: 28 December 2015, 20:55

Re: Managing many winners into sidebar log

Post by Victoria_La »

Concept of teams currently is not supported so for non-coop game is only one winner logged
User avatar
disu
Posts: 62
Joined: 10 February 2016, 08:47

Re: Managing many winners into sidebar log

Post by disu »

Victoria_La wrote: 08 December 2021, 00:44 Concept of teams currently is not supported so for non-coop game is only one winner logged
Thank you!
Post Reply

Return to “Developers”