PDA

View Full Version : Ingame mapchange switches server to listen server


Totoro
02-14-2004, 01:08 PM
Hi!

Unfortunately I donīt have much experience in setting up game servers and have a big problem with my rented windows root server.
After I log in as admin and try to switch map ingame it changes the server to a listen server with different settings etc. Iīm getting crazy about that and donīt know what to do. Any help would be appreciated!

My startup exe command line looks like this:

"D:\Gameserver-Files\Call of Duty\CoDMP.exe" +set dedicated 2 +exec dedicated.cfg +map_rotate

My cfg looks like this:

// Passwords
set rconPassword "xxxxxxxx"
set g_password ""
set sv_privatePassword "xxxxxxx"

// Public Information
set sv_hostname "xxxxxxxxx"
set scr_motd "xxxxxxxxxxxxx"
sets .Admin "xxxxxxx"
sets .Email ""
sets .IRC ""
sets .Website ""
sets .Location "Germany"

// General Settings
set scr_friendlyfire "1"
set sv_maxclients "21"
set sv_privateClients "1"
set sv_maxRate "25000"
set sv_minPing "0"
set sv_maxPing "0"
set sv_pure "1"
set logfile "1"
set g_log "games_mp.log"
set scr_killcam "0"
set scr_freelook "0"
set scr_spectateenemy "0"
set scr_teambalance "0"
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 "0"
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 "0"
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 "50"
set scr_dm_timelimit "30"
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"

// HQ
set scr_hq_scorelimit "0"
set scr_hq_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 "

I log in as Admin using /rconpassword xxxx and after that I have nothing but trouble... :(

P.S.: Please excuse my poor english. Iīm not used to write in english.

MOMMA
02-14-2004, 03:11 PM
What's a listen server?

Rammer_DD
02-14-2004, 03:57 PM
a non dedicated server

Totoro
02-15-2004, 09:03 AM
I got rid of the unnecessary information in my cfg and now everything works just fine! :smile:

Now my stuff looks like this (For my CoD SD only Root Server):

"D:\Gameserver-Files\Call of Duty\CoDMP.exe" +set dedicated 2 +exec dedicated.cfg +map_rotate

// Passwords
set rconPassword "xxxxxxxx"
set g_password ""
set sv_privatePassword "xxxxxx"

// Public Information
set sv_hostname "xxxxxxxxx"
set scr_motd "xxxxxxx"

// General Settings
set scr_friendlyfire "1"
set sv_maxclients "21"
set sv_privateClients "1"
set sv_maxRate "25000"
set sv_minPing "0"
set sv_maxPing "0"
set sv_pure "1"
set logfile "1"
set g_log "games_mp.log"
set scr_killcam "0"
set scr_freelook "0"
set scr_spectateenemy "0"
set scr_teambalance "0"
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 "0"
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 "0"
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 gametyp sd map mp_powcamp "

Thx for help goes to deLogic and Ww333 from Codboards! :!: