Loading...
  OR  Zero-K Name:    Password:   

Join if number of players is even

4 posts, 299 views
Post comment
Filter:    Player:  
sort

46 days ago
I often find myself only wanting to join TAW when it would make the numbers of players even. This leads to me hopping in and out of the player list depending on the number of players. I'd appreciate an option to support me in this so I don't have to manually leave and join.
+3 / -0


46 days ago
Is the default minevenplayers not enough? Did it fall off the host?
+0 / -0
46 days ago
I have the same desire. I would like a way to mark myself as low priority to get into a game, so I never accidentally stop someone else from getting a game (when I'm just trying to make teams even, so no-one is stopped from getting a game by the minevenplayers setting).

Currently, to do this, I need to leave and re-join the player list every time someone new joins the lobby, and even this fails sometimes, due the the new rules where people who played in the previous game are de-prioritised.
+1 / -0
There might be a misunderstanding what I want with this request. I basically want an option to enable this function: OnLobbyUpdate() { if (mNumberPlayers%2 != 0) mInPlayerList = !mInPlayerList; }

I think others might want it too, but it can also be just hacked together client-side. Implementing it on the server would be much cleaner and avoid multiple people waiting to join an even match but not joining because each by themselves would make it uneven.
+1 / -0