PDA

View Full Version : Multiple CoD Servers on one server help.


Bla
11-25-2003, 06:27 PM
Hi All

I’m having trouble getting my CoD servers on the same server to show up in GameSpy and ASE.
The TDM server will appear sometimes, but any other one I start on a different port will not.
I;ve attached the command line and config files for both servers.
Any help will be greatly appreciated.

Thanks
Bla


Team Death Match

Command Line
CoDMP.exe +set dedicated 2 +set net_port 28960 +set net_ip 202.182.69.55 +set developer "0" +exec servertdm.cfg +map_rotate

Config File servertdm.cfg
// Passwords
set rconPassword "xxxxx"
set g_password ""
set sv_privatePassword "xxxxx"

// Public Information
set sv_hostname "Keypoint Alternet TDM Server"
set scr_motd "Run by gamers for gamers"
sets .Admin "Zoltrix Extrovert & Bla"
sets .Email "simtek@sub.net.au"
sets .Website "www.alternet.com.au"
sets .Location "Melbourne"

// General Settings
set scr_friendlyfire "0"
set sv_maxClients "34"
set sv_privateClients "2"
set sv_maxRate "9000"
set sv_minPing "0"
set sv_maxPing "0"
set sv_pure "1"
set logfile "1"
set g_log "games_mp1.log"
set g_allowVote "0"
set scr_allow_vote "0"
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 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""

// 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"

// TDM
set scr_tdm_scorelimit "100"
scr_tdm_timelimit "20"

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

Search & Destroy

Command Line
CoDMP.exe +set dedicated 2 +set net_port 28961 +set net_ip 202.182.69.55 +set developer "0" +exec serversd.cfg +map_rotate

Config File serversd.cfg

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

// Public Information
set sv_hostname "Keypoint Alternet S&D Server"
set scr_motd "Run by gamers for gamers"
sets .Admin "Zoltrix Extrovert & Bla"
sets .Email "simtek@sub.net.au"
sets .Website "www.alternet.com.au"
sets .Location "Melbourne"

set sv_gamespy 1
set ui_dedicated 1
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "clanservers.net"

// General Settings
set scr_friendlyfire "0"
set sv_maxClients "32"
set sv_privateClients "2"
set sv_maxRate "9000"
set sv_minPing "0"
set sv_maxPing "0"
set sv_pure "1"
set logfile "1"
set g_log "games_mpsd.log"
set g_allowVote "0"
set scr_allow_vote "0"
set sv_allowAnonymous "0"
set sv_allowDownload "1"
set sv_cheats "0"
set sv_fps "20"

//set sv_master2 ""
//set sv_master3 ""
//set sv_master4 ""
//set sv_master5 ""

// 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"

// 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"

// Map Rotation
set sv_mapRotation "gametype sd map mp_brecourt gametype sd map mp_carentan gametype sd map mp_dawnville gametype sd map mp_depot gametype sd map mp_harbor gametype sd map mp_hurtgen gametype sd map mp_pavlov gametype sd map mp_railyard gametype sd map mp_rocket "
set sv_mapRotationCurrentmap "mp_brecourt "

Cobra
11-25-2003, 07:30 PM
in the +set net_ip 202.182.69.55 i gues that you have set your
External ip........

And if that is what i think.
That is where your problem is.

becase the net_ip is only ment if you have more than one network card in your server becase then you have more than one IP and you need to show the game what ip to use.

So what i think you should take away the net_ip in the target line.
and your server should show up.

Bla
11-25-2003, 10:37 PM
I've removed the IP address but it;s still not showing up.

I waited 10 or so minutes. What would be an acceptable time to wait.

Cobra
11-26-2003, 06:35 AM
It should normaly show up in a short time.....

One more thing that is important is that if the Server is cracked to not do a test on the keys for the players it will not either show up.

So as i see it here on your cfg file it should work.
But it can be other stuff allso.

Do you have the ports open that it uses to test the keys ?

imported_shimjockey
11-26-2003, 11:24 AM
[quote="Cobra"]
becase the net_ip is only ment if you have more than one network card in your server becase then you have more than one IP and you need to show the game what ip to use.
quote]

You can have many IP addy's associated with a box wether you run just one network adapter or multiple. I am referring to external IP's here, not internal like the ones generated by a router. Commonly, a colo will allocate around 10 IP's to a box.