PDA

View Full Version : Dedicated server wont start correctly


Steel
12-16-2003, 04:12 PM
Hi, i had a server running fine with a just basic config set up.
Then i tried one of the config maker tools, and just overwrited my old config. Same startup line (windows 2000 btw), but this time it didnt start. So i changed back to a basic config again, same as i had before. Now that wouldnt make it to start either.

Cut from console:

COD MP 1.1 build win-x86 Oct 8 2003
----- FS_Startup -----
Current language: english
Current search path:
D:\Spill\Call of Duty\main\pak6.pk3 (3 files)
D:\Spill\Call of Duty\main\pak5.pk3 (4858 files)
D:\Spill\Call of Duty\main\pak4.pk3 (1668 files)
D:\Spill\Call of Duty\main\pak3.pk3 (1992 files)
D:\Spill\Call of Duty\main\pak2.pk3 (694 files)
D:\Spill\Call of Duty\main\pak1.pk3 (2642 files)
D:\Spill\Call of Duty\main\pak0.pk3 (12828 files)
D:\Spill\Call of Duty/main
D:\Spill\Call of Duty\main\localized_english_pak1.pk3 (3736 files)
localized assets pak file for english
D:\Spill\Call of Duty\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 AMD w/ 3DNow!
Measured CPU speed is 1.54 GHz
System memory is 512 MB (capped at 1 GB)
Video card memory is 128 MB
Streaming SIMD Extensions (SSE) supported

Winsock Initialized
Opening IP socket: localhost:28960
Hostname: steel.stokke.local
IP: 192.168.2.34
--- Common Initialization Complete ---
Working directory: D:\Spill\Call of Duty
execing dedicated.cfg
sv_maxClients will be changed upon restarting.
logfile opened on Tue Dec 16 22:18:58 2003


It seems it wont load the config file for some reason.


Here 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 "Noob server"
set scr_motd "Whatever"
sets .Admin ""
sets .Email ""
sets .IRC ""
sets .Website ""
sets .Location "Ålesund, Norway"

// General Settings
set scr_friendlyfire "0"
set sv_maxClients "20"
set sv_privateClients "4"
set sv_maxRate "20000"
set sv_minPing "10"
set sv_maxPing "400"
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 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""

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

// DM
set scr_dm_scorelimit "50"
set scr_dm_timelimit "30"
set scr_drawfriend "1"
set scr_forcerespawn "1"

// 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_depot gametype dm map mp_pavlov gametype dm map mp_railyard gametype dm map mp_rocket gametype dm map mp_ship "
set sv_mapRotationCurrentmap "mp_brecourt "

//Heartbeat===================
seta sv_master1 "master0.gamespy.com"
seta sv_master2 "codmaster.activision.com"
seta sv_gamespy "1"




Anyone got a clue ?

I can be reached at Quakenet, #id.no
Nick id-Steel


Thanks in advance

Tighten
12-16-2003, 07:09 PM
I have a couple of things for you to try:

1) Check your server.cfg name you may have uploaded server.cfg.cfg instead of server.cfg. If you have access to the root directory( you can see the desktop of server) look into the main folder and check the properties of your server.cfg. It may have something like this > "server.cfg" when it only needs this> "server" (it may be hiding the file extensions.

2) Add your server.cfg to your autoexec_mp.cfg.
>exec server.cfg in the auto.cfg< this will exec your server.cfg automatically. (if its not there -make one)


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

It does show it execising the dedicated.cfg but late in the line up. How do you have your start up line configured? And, is it running as a service or console. Step#2 may correct that.

It shows that it could not exec the autoexec_mp.cfg (probably not there).

Steel
12-17-2003, 01:37 PM
Thanks for the reply, but it didnt help im afraid.
I do have the right filename and ending, and i tried to put it into autoexec_mp.cfg, but the same thing happened then.Only now it tried to start it twice. In the beginning, and the end. With same result, nothing happened.

I do have the maching here with me btw. Can it have anything to say that i got 2 network cards in my computer. Maybe it cant decide which to use, even though my other card is disabled atm. Dunno, just thinking loud here.....

Seems it wont kick the server in gear. On my sof2 server, a certain command line with map is needed in the end of the config to kick it in gear, but i cant use the same line here in CoD, so i dont know if that can be the case. And since i used a config maker, i guess thats not needed.

My startup line is:

"D:\Spill\Call of Duty\CoDMP.exe" +set dedicated 2 +exec dedicated.cfg


Thanks in advance again :)

(btw, rudeDog, u aint the rudedog from sof2 are u? :)

Tighten
12-17-2003, 02:12 PM
add this line after your rotation.

//Start the game map
map mp_brecourt

I don't think it's finding a map to load. Also if your using a shortcut to launch your server, you may need to add this > +map_rotate.

Steel
12-17-2003, 05:01 PM
Ur my man Tighten :)

that map mp_brecourt line did it!

So i almost knew what was wrong then, just didnt know how to put it :)

Thanks again :)

Tighten
12-17-2003, 05:11 PM
Glad I could help.