Page 1 of 1

Help: Changing Max Clients > 64

Posted: Sun Dec 04, 2005 3:32 pm
by hax103
In the Q3source 1.32b, it seems like you can just alter

#define MAX_CLIENTS 64

and then recompile. Are there any known limits how high this can be set (256 or 1024 perhaps) and have it still be stable?

There are also other limits like the maximum number of models which is 256 which might affect the highest setting of MAX_CLIENTS.

Thanks.

Posted: Sun Dec 04, 2005 8:12 pm
by ^misantropia^
1. This will break compatibility with existing mods.

2. For starters, you'll have to enlarge the entities array by a fair bit. From 1024 to 4096, for example.

Posted: Sun Dec 11, 2005 6:43 am
by Wudan07
It seems like breaking existing mods is a natural thing to do at this point. I mean, it seems like a poor thing to do, but raising player limits to at least 128 and raising entities to at least double seems like the next logical step.

At the very least, it would seem best if the community picked new limits, so that mods wouldn't have to have a different version for each engine, and could work across engines as well.