PDA

View Full Version : exec .cfgs and game types etc!!


eaglei
02-01-2004, 08:16 AM
Hi Need a little help here plz.

we have our server set up. the default.cfg is using the S&D game type see cfg below
************************************************** ***
// created with save our souls CoD server config builder
// http://sos.noginn.com/codserver by save*noginn
// Search and Destroy style games

exec rcon.cfg

// Passwords
//set rconPassword Change RCONPASSWORD in rcon.cfg ONLY!!
set g_password ""
set sv_privatePassword "xxxxxx"

// Public Information
set sv_hostname "^1[DSB] ^4CoD Server ^2|| ^4Search and Destroy ^2|| ^4FF^6=^4ON"
set scr_motd "Welcome to The DSB Server Friendly Fire is Always ^1ON Team Killers wil be Kicked Have Fun and Play Fair"
sets .Admin "[DSB] Eagle i"
sets .Email "xxxxxxxxxxx"
sets .IRC ""
sets .Website "www.devilstomperbattalion.com"
sets .Location "London"

// General Settings
set scr_friendlyfire "1"
set sv_maxClients "30"
set sv_privateClients "6"
set sv_maxRate "20000"
set sv_minPing "0"
set sv_maxPing "500"
set sv_pure "1"
set logfile "1"
set g_log "games_mp.log"
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 "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"

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

// Map Rotation
set sv_mapRotation "gametype sd map mp_brecourt gametype sd map mp_carentan gametype sd map mp_powcamp 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 "

//g_iokillcam 0 turns off kill cam
//g_ioteamspec 1 forces players to spectate only those on their team.
set g_ioteamspec 1
set g_iokillcam 1

************************************************** **
When we want to play other game types we thought we could just exec a different .cfg for eg bel.cfg as below
************************************************** **

exec rcon.cfg


// Passwords
//set rconPassword "" Rconpassword to be changed in rcon.cfg only!!
set g_password ""
set sv_privatePassword "xxxxxx"

// Public Information
set sv_hostname "^1[DSB] ^4CoD Server ^2|| ^4Behind Enemy Lines ^2|| ^4FF^6=^4ON"
set scr_motd "Behind enemy lines Friendly Fire is ^6ON Team Killers will be Kicked Have Fun and Play Fair"
sets .Admin "[DSB] Eagle"
sets .Email "xxxxxxxxx"
sets .IRC ""
sets .Website "www.devilstomperbattalion.com"
sets .Location "London"

// General Settings
set scr_friendlyfire "2"
set sv_maxClients "30"
set sv_privateClients "6"
set sv_maxRate "20000"
set sv_minPing "0"
set sv_maxPing "500"
set sv_pure "1"
set logfile "1"
set g_log "games_mp.log"
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 "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"


// BEL
set scr_bel_alivepointtime "5"
set scr_bel_scorelimit "500"
set scr_bel_timelimit "10"

set sv_mapRotationCurrentmap "mp_harbor "

// Map Rotation
set sv_mapRotation " gametype bel map mp_depot gametype bel map mp_harbor gametype bel map mp_hurtgen gametype bel map mp_pavlov "



//Mod settings are asa follows
//g_iokillcam 0 turns off kill cam
//g_ioteamspec 1 forces players to spectate only those on their team.
set g_ioteamspec 1
set g_iokillcam 0

//set sv_alliedSniperLimit "2" // default 2
//set sv_alliedSMGLimit "6" // default 6
//set sv_alliedMGLimit "6" // default 3
//set sv_axisSniperLimit "2" // default 2
//set sv_axisSMGLimit "6" // default 10
//set sv_axisMGLimit "6" // default 3
//set sv_noDropSniper 1 // 1 = snipers not dropped, 0 = snipers dropped


************************************************** **
But no joy??? It says it has exec it... but nothing happens?

we have cfg's set up for all different game types...

what are we doing wrong??
Am i missing any other command to make it work?

eaglei
02-03-2004, 11:14 AM
fixed....