PDA

View Full Version : Headquarters server config?


lordiffyboatrace
02-02-2004, 06:15 PM
Can anyone help me with a server config for Headquarters?

I have written one already but it doesnt seem to work properly.
The gametype always stays the same as the previous config, even though other details have changed, (ie i have ff as shared on hq but reflected on everything else)

here is my config for hq, minus the passwords and host details :)

// created with save our souls CoD server config builder
// http://sos.noginn.com/codserver by save*noginn



// General Settings
set scr_killcam "1"
set scr_freelook "0"
set scr_spectateenemy "0"
set scr_friendlyfire "3"
set sv_maxClients "20"
set sv_privateClients "5"
set sv_maxRate "20000"
set sv_minPing "0"
set sv_maxPing "0"
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 ""
set g_gametype "hq"

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

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

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

//Headquarters Default Description
scr_hq_timelimit "30"
scr_hq_scorelimit "450"

// Map Rotation
set sv_mapRotation " gametype hq map mp_brecourt gametype hq map mp_carentan gametype hq map mp_chateau gametype hq map mp_dawnville gametype hq map mp_depot gametype hq map mp_harbor gametype hq map mp_hurtgen gametype hq map mp_pavlov gametype hq map mp_powcamp gametype hq map mp_railyard gametype hq map mp_rocket "
set sv_mapRotationCurrentmap ""

map_rotate

map mp_brecourt


hope someone can help

cheers

[DN]-{Lord Iffy Boatrace}-[CWA]

holy_moses
02-02-2004, 06:40 PM
Check your startup string... make sure your exec'ing the correct .cfg file.

-Moses

lordiffyboatrace
02-03-2004, 07:17 AM
yes im definitely exec'ing the correct file. all my other configs work ok just not this one so it must be something to do with the config or some conflict with the new gametype! lol

Anex
02-03-2004, 08:58 AM
Is this your startup config or are you loading it as a separate config (i.e. you start up with different map rotation cfg, then later execute the above cfg when you want to play HQ mode)?

If this is not your startup cfg, then add this line to the above hq cfg, BEFORE your map load command:

set sv_maprotationcurrent ""


Oh, get rid of these two settings, they are not required:

set sv_mapRotationCurrentmap ""

map_rotate

lordiffyboatrace
02-03-2004, 11:21 AM
yup thats done the trick, thanks mate!

:!: