Help - Search - Members - Calendar
Full Version: Max players
The Planet Forums > System Administration > Game Hosting
dustoff
Wierd problem has anybody see this ,

Have set_sv maxplayers set at 32 players. the game browser shows 32 players but when the server gets to 16 its says server is full for people trying to join ?
Gorrdy
Game?
dustoff
QUOTE (Gorrdy @ Dec 23 2007, 03:47 PM) *
Game?


Opps sorry COD 4

Settings are the same for another server I had at another company (30 slot one game server) I transfered the whole dedicated server over and it does this ?

very strange.


Should not be a problem with the box as its a dual core conroe with a 100mb port
markcausa
Hmmm, all I really know about is cPanel but experience has taught me to restart whatever process uses that configuration file..?
dustoff
QUOTE (markcausa @ Dec 23 2007, 03:53 PM) *
Hmmm, all I really know about is cPanel but experience has taught me to restart whatever process uses that configuration file..?



I restarted the server , I dont use cpanel its a windows 2003r2 .
doc
Post your server.cfg and command line and let's take a look at what you have.
dustoff
QUOTE (doc @ Dec 23 2007, 07:25 PM) *
Post your server.cfg and command line and let's take a look at what you have.


command line

iw3mp.exe +set dedicated 2 +set net_ip "my ip here 0.0.0.0 " +set sv_maxclients 30 +set sv_punkbuster 1 +set net_port 28960 +exec config.cfg +map_rotate

config file

sets sv_hostname "Big Red Racing Pubserver "
sets _Admin ""
sets _Email ""
sets _Website "www.bigredracing.org"
sets _Location ""
sets _Irc ""
sets _Mod ""
sets _ModVer ""
sets _ModUpdate ""
sets _Maps "COD2 Stock"
set scr_motd "Welcome to Big Red Racings WAR ROOM"
set scr_hardcore 1
set scr_game_spectatetype 0
//******************************************************************************
// Common Server Settings
//******************************************************************************
// Log Settings
set g_logsync "2"
set logfile "1"
set g_log "games_mp.log"
set sv_log_damage "1"

// Network options
set net_ip "*.*.*.*" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet

// Master servers
set sv_master1 "cod4master.activision.com"
set sv_master2 "cod4authorize.activision.com"
set sv_master3 "cod4master.infinityward.com"
set sv_master3 "cod4update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_gamespy "1"

// Password Settings
set rcon_password "******"
set sv_privatePassword ""

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Player slots setup
set sv_maxclients "30" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "0"

// Ping
set sv_minPing "0"
set sv_maxping "350"

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "0"
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"

// Rate
set sv_maxRate "0"
set sv_connectTimeout "600"


// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "6"

// Anti Cheat Settings
set sv_disableClientConsole "1"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"

// Temporary Ban duration, in seconds
set sv_kickBanTime "0"

// In-game voice communication system
set sv_voice "0"
set sv_voiceQuality "1"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"

//******************************************************************************
// Misc
//******************************************************************************
set sv_allowAnonymous "0"
set g_antilag "1"
set g_compassShowEnemies "0"
set scr_game_allowkillcam 0

//ui_maxclients 32

//******************************************************************************
// Init & Exec CFG Files
//******************************************************************************
exec maprotation.cfg


standard stuff of course Iput my real ip and rcon password in the right places .
doc
What is the name of that config file and where is it located?

What is in the maprotation.cfg file?
dustoff
QUOTE (doc @ Dec 23 2007, 10:37 PM) *
What is the name of that config file and where is it located?

What is in the maprotation.cfg file?



config.cfg located in cod/main

Just map switching stuff.

I just reinstalled the server ,I think I might have had a croupt file somewhere. Also running mulit-servers and I started a shot gun only 16 player server after I started the 32 player pub server . Each server has its own copy but I dont know if that caused it or not. I shut down the 16 player one but still only 16 people could get on the 32 slot server. I lowered it to 30 today but its back to 32 now.

now if I could just get about 20 people on there to test it out .

75.125.207.100
doc
Are all of the server running on different port or IPs?
dustoff
QUOTE (doc @ Dec 24 2007, 01:49 AM) *
Are all of the server running on different port or IPs?


each server was running on different ip addresses but the same port , I was think of using a diff port for one of them .

I did a fresh install so I wont know untill the server fills up again if its still stopping at 16 .
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.