PDA

View Full Version : How do I get a 64 player server?


Busterking
11-10-2007, 09:32 AM
Well I was told that it isn't possible even if unranked.

Yet they have it going:

https://www.xfire.com/xf/modules.php?name=Forums&file=viewtopic&p=1310060


And I see other over 32 also:

http://www.game-monitor.com/search.php?game=cod4

Desert Eagle
11-10-2007, 09:52 AM
in cfg file:

// Player slots setup
set sv_maxclients "32" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "2" // Number of private player slots, maxclients - privateclients = public slots

Busterking
11-10-2007, 10:27 AM
I know, I know but obviously that doesn't work and Bullet-worm said that it was coded at 32 yet there are servers out there with more then 32... How do they do it?

MajorWoody
11-10-2007, 10:17 PM
I know, I know but obviously that doesn't work and Bullet-worm said that it was coded at 32 yet there are servers out there with more then 32... How do they do it?
Yours is 48 slots now Busterking, tell us your secret :D

Busterking
11-10-2007, 11:24 PM
In your command line: +set ui_maxclients 64

In your config file:

set sv_maxclients "64"

ui_maxclients "64"


When we had over 48 players on the server acted up and wouldn't change maps. Seem like it couldn't keep up with uploading the stats to the masterserver.

Seems fine 48 or less.

Wizz
11-11-2007, 08:14 AM
You do not need the following in the server cfg

ui_maxclients "64"

You just need +set ui_maxclients "64" in the server start command line and the set sv_maxclients "##" in your server cfg.

Busterking
11-11-2007, 10:45 AM
I stand corrected Wizz, thank you.

Also, once you place the line: +set ui_maxclients 64 you can then leave it like that and only change the set sv_maxclients "64" in the config file to any number.

Lod
11-11-2007, 08:36 PM
Is the server still ranked BusterKing?

Busterking
11-11-2007, 11:42 PM
Yes