PDA

View Full Version : COD 1.2 Server Script Error


Nasz
02-08-2004, 05:33 AM
We'ce just upgraded our COD server to version 1.2, but found that our existing script no longer works! We have made no changes to it and the only error I get on the console is "Script Error":

Any help would be more than gratefully received, our script is fairly basic:

// Hostname and Message of the Day
set sv_hostname "{BoBUK} Band of Brothers UK - Call of Duty - Search and Destroy - PRM"
set scr_motd "Destroy Target A or B by planting explosives at either location."

// Maximum Clients
set sv_maxclients "26"

//Killcam and Bleeding Settings
set sv_nokillcam "1"
set sv_bleeding "0"


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

// Friendly Fire
set scr_friendlyfire "1"

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

// Rconpassword
set rconpassword xxxxxx

// 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 "0"
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 "30" (heres the graceperiod set too 0 and delete this)
set scr_sd_roundlength "15"
set scr_sd_roundlimit "10"
set scr_sd_scorelimit "10"
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 "10"
set scr_re_showcarrier "0"
set scr_re_timelimit "0"

// Team Deathmatch
set scr_re_graceperiod "20"
set scr_tdm_scorelimit "500"
set scr_tdm_timelimit "45"

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

// The rotation.
set sv_mapRotation "gametype tdm map mp_brecourt gametype tdm map mp_carentan 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_railyard gametype tdm map mp_rocket"

AADiC
02-08-2004, 10:38 AM
that is your cfg file, need to cut/paste from the server console the error.

mybbex
02-10-2004, 07:50 AM
I got same error. Nothing wrong in cfg file, just had to remove fg42 mod from main folder and server started normally.