I'm wondering how can i increase the player's limit, cauz atm is only 12 players and i want to make this upper to 30+, if any1 knows how to do that pls hlp me.
I've been looking for some more info about this commando (/sv_maxclients), and i've found some variations.
- One was to change the sv_maxclients from the package "q3config.cfg" from the folder "baseq3"
- Another was in the pakage "PAK0.PK3", the file "ffa.config", also
from the folder "baseq3"
But any1 of these works, maybe have not explained myself properly, what i want is this:
- We want to play more than 12 players at the same time in one
map, cauz max is 12, can some1 pls tell me where and how i can
fix this problem by modifying any file?
Depends on the setting of sv_maxrate, the maximum amount of bytes per second your server will send to each client. 750 kbps equals (750 * (1024 / 8)) = 96000 bytes, so keep sv_maxrate below (96000 / 10) = 9600 and you should be fine.