teeworldsmods / teeworlds-fng2

TeeWorlds mod "FNG2" by Jupeyy
Other
0 stars 4 forks source link

Default max clients should be 256 #2

Open PathosEthosLogos opened 7 years ago

PathosEthosLogos commented 7 years ago

For NET_MAX_CLIENTS and MAX_CLIENTS in network.h and protocol.h, why not have it default to 256? We should be able to just change that number in our config files, not before compiling.

necropotame commented 7 years ago

The tw06mod-basic will remove the support of more than 16 players. The branch tw06mod-harmony will get it back, but only for 64 players. I will see if I can change the harmony branch to let more players to join the server.