Need help with CoD Server..

ilmickeyli

[H]ard|Gawd
Joined
Aug 25, 2001
Messages
1,166
Hey guys..

I'm setting up a CoD server but am having some problems with it staying in the master server list. I saw it once and was able to join.. But it stopped thereafter... I can /connect in console to it just fine.

Below is my config:
// created with save our souls CoD server config builder
// http://sos.noginn.com/codserver by save*noginn

// Passwords
set rconPassword ""
set g_password ""
set sv_privatePassword ""

// Public Information
set sv_hostname "xX[VAB]Xx Killing Spree"
set scr_motd "Welcome to the Servar!"
sets .Admin "VAB Staff"
sets .Email "[email protected]"
sets .IRC ""
sets .Website ""
sets .Location "VAB Server Cabinet"

// General Settings
set scr_friendlyfire "1"
set sv_maxClients "20"
set sv_privateClients "4"
set sv_maxRate "20000"
set sv_minPing "0"
set sv_maxPing "0"
set sv_pure "1"
set logfile "1"
set g_log "games_mp.log"
set g_allowVote "1"
set scr_allow_vote "1"
set sv_allowAnonymous "0"
set sv_allowDownload "1"
set sv_cheats "0"
set sv_fps "20"
set sv_master1 "codmaster.activision.com"
set sv_master2 "master3.idsoftware.com"
set sv_master3 "master0.gamespy.com"
set sv_master4 "clanservers.net"
set sv_master5 "wolfmaster.idsoftware.com"
set sv_gamespy "1"

// Weapons
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "1"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"

// DM
set scr_dm_scorelimit "20"
set scr_dm_timelimit "15"
set scr_drawfriend "1"
set scr_forcerespawn "0"

// TDM
set scr_tdm_scorelimit "100"
scr_tdm_timelimit "25"

// SD
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "7"
set scr_sd_timelimit "0"

// BEL
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "30"

// RE
set scr_re_graceperiod "15"
set scr_re_roundlength "4"
set scr_re_roundlimit "0"
set scr_re_scorelimit "7"
set scr_re_timelimit "0"
set scr_re_showcarrier "0"

// Map Rotation
set sv_mapRotation "gametype dm map mp_brecourt gametype dm map mp_carentan gametype dm map mp_chateau gametype dm map mp_dawnville gametype dm map mp_depot gametype dm map mp_harbor gametype dm map mp_hurtgen gametype dm map mp_pavlov gametype dm map mp_powcamp gametype dm map mp_railyard gametype dm map mp_rocket gametype dm map mp_ship "
set sv_mapRotationCurrentmap "mp_brecourt "






Any suggestions are appreciated.. Thanks :)
 
I don't think anything in the server config will insure that your server comes up on a regular basis on the master server list in game. It's a combination of low ping, server name, as well as geographic and ip address location. Also you might have to hit refresh list a time or two before you'll see your server show up.
Best bet is to have low ping rate, and a name which will appear at the top of the list alphabetically. So that may require throwing in a few spaces in front of the name of the server. Finally the best thing to get people to join in on public server is to simply have people playing on it. You'll find once a few folks start playing, others will join in. I had a cod server for a while, but we got tired of the maps after a while. I have a rtcw-et server right now. Sometimes to get things going I have to play a map or 2 by myself. Soon others start joining in and before I know it insanity ensues with lots of action going on.
Don't forget to set an rcon password.
 
Back
Top