please make more teams possible (16 players or more)
Moderator: Moderators
- Optimus Prime
- Posts: 755
- Joined: 03 Oct 2005, 14:31
please make more teams possible (16 players or more)
Some people told me that the only reason for the limitation is the lobby client, so i wanna ask you to allow more people per game.
The main reason why i ask is the one bot mod War Evolution. Its so much fun with 5 vs 5 but could be so much more fun with 8 vs 8.
The main reason why i ask is the one bot mod War Evolution. Its so much fun with 5 vs 5 but could be so much more fun with 8 vs 8.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
- Optimus Prime
- Posts: 755
- Joined: 03 Oct 2005, 14:31
Code: Select all
/**
* @brief max teams
*
* Defines the maximum number of teams
* as 17 (team 16 is the GAIA team)
*/
#define MAX_TEAMS 17
/**
* @brief max players
*
* Defines the maximum number of players as 32
*/
#define MAX_PLAYERS 32
- Optimus Prime
- Posts: 755
- Joined: 03 Oct 2005, 14:31