PDA

View Full Version : Issue Starting Server Due To Maps


scraper
04-27-2004, 11:40 AM
Bascially it starts and everything just has an issue finding the maps heres how i start it

./cod_lnxded +set dedicated 2 +set developer 0 +set fs_basepath /games/cod +set fs_homepath /games/cod +exec dedicated.cfg +map_rotate


And heres the sample config i got from this site


// Hostname and Message of the Day set sv_hostname "Call of Duty - Search and Destroy"
set scr_motd "Destroy Target A or B by planting explosives at either location."

// Maximum Clients
set sv_maxclients "18"

// Team Icons
set scr_drawfriend "1"
// Forced Respawn
set scr_forcerespawn "0"

// Friendly Fire
set scr_friendlyfire "0"

// Allow Voting
// It is recommended if you have friendly fire on
// that you also enable voting so that players can kick team-killers.
set scr_allow_vote "0"

// Rconpassword
set rconpassword ""

// Weapons Allowed
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "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"

// Search and Destroy Settings
set scr_sd_graceperiod "20"
set scr_sd_roundlength "3"
set scr_sd_roundlimit "7"
set scr_sd_scorelimit "5"
set scr_sd_timelimit "0"

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

// Retrieval Settings
set scr_re_graceperiod "20"
set scr_re_roundlength "3"
set scr_re_roundlimit "7"
set scr_re_scorelimit "5"
set scr_re_showcarrier "0"
set scr_re_timelimit "0"

// Team Deathmatch
set scr_tdm_scorelimit "150"
set scr_tdm_timelimit "20"

// Deathmatch
set scr_dm_scorelimit "80"
set scr_dm_timelimit "20"

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

map mp_brecourt


And here is the console display


COD MP 1.4 build linux-i386 Apr 14 2004
----- FS_Startup -----
Current search path:
/games/cod/main/paka.pk3 (41 files)
/games/cod/main/pak9.pk3 (149 files)
/games/cod/main/pak8.pk3 (235 files)
/games/cod/main/pak0.pk3 (12816 files)
/games/cod/main

File Handles:
----------------------
13241 files in pk3 files
execing default_mp.cfg
couldn't exec language.cfg
execing config_mp_server.cfg
couldn't exec autoexec_mp.cfg
Hunk_Clear: reset the hunk ok
Opening IP socket: localhost:28962
Hostname: server
IP: 192.168.1.103
--- Common Initialization Complete ---
Started tty console (use +set ttycon 0 to disable)
execing dedicated.cfg
Can't find map maps/mp/mp_brecourt.bsp
map_rotate...

"sv_mapRotation" is:"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"

"sv_mapRotationCurrent" is:" "

Setting g_gametype: sd.
Setting map: mp_brecourt.
Can't find map maps/mp/mp_brecourt.bsp


any help would be appricated thank you

Anex
04-27-2004, 12:35 PM
Are you sure you have everything installed properly?

Try this:

1. Remove +map_rotate from your command line
2. Remove map mp_brecourt from the end of your cfg
3. Use this rotation order instead:

set sv_mapRotationCurrent ""

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"


Other then that, I would check your installation and ensure you have all the files and in the right place(s)...

scraper
04-27-2004, 03:53 PM
got it thanks for your help