PDA

View Full Version : 50 man cod4 servers


DPGmaximus
11-14-2007, 12:14 AM
Saw a bunch of 50+ man servers. Tried to edit this in the config for my server for my dedicated box, but noticed that it says that it only allows 1 - 32. So I ask how do you edit this to make it 50+? Any help is much appreciated. Thanks guys.

wooder
11-14-2007, 06:18 AM
You need to edit the command line and add the following:

+set sv_maxclients 53 +set ui_maxclients 53

So this morning the UN's command line looks like this

+set dedicated 2 +set net_ip 193.47.83.235 +set net_port 28933 +set sv_maxclients 53 +set ui_maxclients 53 +exec server.cfg +set sv_punkbuster 1 +map_rotate

DPGmaximus
11-14-2007, 11:33 PM
Thank you so much Wooder.