Help: Changing Max Clients > 64

Locked
hax103
Posts: 232
Joined: Fri Aug 05, 2005 2:04 pm

Help: Changing Max Clients > 64

Post 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.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post 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.
Wudan07
Posts: 9
Joined: Fri Sep 09, 2005 9:32 am

Post 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.
Locked