PDA

View Full Version : need help server side


qcdragonfly
11-08-2007, 07:20 PM
can any 1 help pls this is my cfg and the server is running free-for-all(dm) and want it to be HQ.
any help would be great thx

// Host name that shows up in server list.
set sv_hostname "Chicago HQ"

// Message of the day
set scr_motd ""

// Set a server password here to make the server private
//set g_password ""
//set sv_privatepassword ""
//set sv_privateclients ""

// Remote console password
set rcon_password ""

// Game pak files cheat check. 1=on, 0=off (Default: 1)
set sv_pure "1"

//Antilag
set g_antilag "0"

//punkbuster
seta sv_punkbuster 1
wait
pb_sv_enable
wait 10
pb_sv_load pbsv.cfg

// Allow voice communication
set sv_voice "1"
set voice_deadChat "1"
set voice_global "0"
set voice_localEcho "0"

// Protect from message flooding
set sv_floodprotect "1"

// Ping limitations
set sv_minPing "0"
set sv_maxPing "125"

// Max allowable rate for a client. Max: 25000 (Default: 0)
set sv_maxRate "25000"

// HTTP redirection
set sv_allowdownload "0"
set sv_wwwDownload "0"
set sv_wwwBaseURL "0"
set sv_wwwDlDisconnected "1"


//King of the hill HQ
set scr_koht_scorelimit "250"
set scr_koht_timelimit "15"
set scr_koht_rounlimit "1"
set scr_koht_roundswitch "1"
set scr_koht_autodestroytime "60"
set scr_koht_capturetime "20"
set scr_koht_destroytime "10"
set scr_koht_spawndelay"60"

// Team Icons
set scr_drawfriend "1"

// Friendly Fire
set scr_friendlyfire "0"

// Kill Cam / Spectate
set scr_killcam "1"
set scr_spectatefree "0"
set scr_spectateenemy "o"

// Auto Team Balance
set scr_teambalance "1"

// Force Respawn
set scr_forcerespawn "1"

// Allow voting or not
set g_allowvote "0"

// map cycle


set sv_mapRotation "gametype koht map mp_backlot gametype koht map mp_bloc gametype koht map mp_bog gametype koht map mp_cargoship gametype koht map mp_citystreets gametype koht map mp_convoy gametype koht map mp_countdown gametype koht map mp_crash gametype koht map mp_crossfire gametype koht map mp_farm gametype koht map mp_overgrown gametype koht map mp_pipeline gametype koht map mp_shipment gametype koht map mp_showdown gametype koht map mp_strike gametype koht map mp_vacant"

set sv_maprotationcurrent ""
set g_password ""

BoSBrian
11-08-2007, 07:41 PM
Try removing this line:


set sv_maprotationcurrent ""
And adding this line ABOVE the map rotation:


set g_gametype "koth"


So it would read like this:


set g_gametype "koth"

// map cycle

set sv_mapRotation "gametype koht map mp_backlot gametype koht map mp_bloc gametype koht map mp_bog gametype koht map mp_cargoship gametype koht map mp_citystreets gametype koht map mp_convoy gametype koht map mp_countdown gametype koht map mp_crash gametype koht map mp_crossfire gametype koht map mp_farm gametype koht map mp_overgrown gametype koht map mp_pipeline gametype koht map mp_shipment gametype koht map mp_showdown gametype koht map mp_strike gametype koht map mp_vacant"

set g_password ""

|TL|Smokey
11-09-2007, 12:01 AM
Or just change all those "koht" in your map rotation to "koth" and should work as well.

[ELS]WRX Boy
11-09-2007, 12:18 AM
Or just change all those "koht" in your map rotation to "koth" and should work as well.

+1
Its misspelled/typo'd in your rotation.

BoSBrian
11-09-2007, 06:49 AM
Or just change all those "koht" in your map rotation to "koth" and should work as well.

Yep, sorry didn't catch that