PDA

View Full Version : Server never get's to Game init.. help please!


fatmonkey
11-23-2003, 12:19 AM
Trying to setup a new dedicated server.. this is on windows server 2003... this is the cmd line I use:

C:\Games\Cod>CoDMP.exe +set dedicated 2 +exec MyConfig.cfg +set net_lanauthorize 1 +set ne
t_ip 66.228.205.123

My config is this:

// Configuration created by
// FlyingWalrus - CoD ServerConfig Builder 1.02


// Contact Information
set sv_hostname "Madhaxor COD #1"
set sv_motd "check www.madhaxor.com for forums and stats"
sets .Admin "fatmonkey, Nilla, and LoneWolf"
sets .Email "fatmonkey@sacland.com"
sets .IRC "sac|fatmonkey in #sac on gamesnet"
sets .Website "www.madhaxor.com"
sets .Location "Seattle, Wa"


// Passwords
set g_password ""
set sv_privatePassword "****off"
set rconPassword "****off"


// Player Slots
set sv_maxClients "32"
set sv_privateClients "2"


// Ping
set sv_minPing "0"
set sv_maxPing "200"


// Rate + FPS
set sv_maxRate "25000"
set sv_fps "20"


// MasterServers
set sv_master1 "codmaster.activision.com"
set sv_master2 "Master.gamespy.com:27900"
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""


// Logfile
set logfile "1"
set g_log "dedicated_server.log"


// Server Switches
set sv_pure "0"
set sv_allowDownload "0"
set sv_allowAnonymous "0"
set scr_allow_vote "1"
set g_gamespy "1"
set sv_cheats "0"
set scr_drawfriend "1"
set sv_forcerespawn "1"


// Friendly Fire
set scr_friendlyfire "1"


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


// Deathmatch Settings
set scr_dm_scorelimit "50"
set scr_dm_timelimit "20"


// Team-Deathmatch Settings
set scr_tdm_scorelimit "100"
set scr_tdm_timelimit "20"


// Search & Destroy Settings
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"


// Behind Enemy Lines Settings
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "30"


// Retrieval Settings
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 "1"



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



And this is the Console output I get:

COD MP 1.1 build win-x86 Oct 8 2003
----- FS_Startup -----
Current language: english
Current search path:
C:\Games\Cod\main\pak6.pk3 (3 files)
C:\Games\Cod\main\pak5.pk3 (4858 files)
C:\Games\Cod\main\pak4.pk3 (1668 files)
C:\Games\Cod\main\pak3.pk3 (1992 files)
C:\Games\Cod\main\pak2.pk3 (694 files)
C:\Games\Cod\main\pak1.pk3 (2642 files)
C:\Games\Cod\main\pak0.pk3 (12828 files)
C:\Games\Cod/main
C:\Games\Cod\main\localized_english_pak1.pk3 (3736 files)
localized assets pak file for english
C:\Games\Cod\main\localized_english_pak0.pk3 (1204 files)
localized assets pak file for english

File Handles:
----------------------
29625 files in pk3 files
execing default_mp.cfg
couldn't exec language.cfg
execing config_mp.cfg
couldn't exec autoexec_mp.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found Intel Pentium III
Measured CPU speed is 3.07 GHz
System memory is 1024 MB (capped at 1 GB)
Video card memory is 0 MB
Streaming SIMD Extensions (SSE) supported

Winsock Initialized
Opening IP socket: 66.228.205.123:28960
Hostname: mospooka.Madhaxor.com
IP: 66.228.205.123
IP: 66.228.205.126
--- Common Initialization Complete ---
Working directory: C:\Games\Cod
execing MyConfig.cfg
sv_maxClients will be changed upon restarting.
logfile opened on Sat Nov 22 21:19:31 2003


It never init's the game.. what the hell is going on ?