PDA

View Full Version : Server locks up?


Yoon
12-12-2007, 06:31 AM
On map mp_convoy This is the 2nd time I have caught the server frozen at the time out and its just beeping like beep beep beep < lol , anyway I thought it was client freeze so I rejoined and its the server doing it, has anyone heard or seen this problem before? here is my config


//KFC server
//************************************************** ****************************
// Public Information
//************************************************** ****************************
set sv_hostname "^1KFC-^2TacticalRealism^1HC"

//************************************************** ****************************
// Common Server Settings
//************************************************** ****************************
// Log Settings
set g_logsync "1" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"

sv_connectTimeout 90 // [0-n] (seconds)
sv_timeout 240 // [0-n] (seconds)

// Server Network Mode
//set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet

// Master servers
set sv_master1 "cod4master.activision.com"
set sv_master2 "cod4authorize.activision.com"
set sv_master3 "cod4master.infinityward.com"
set sv_master3 "cod4update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_master8 "cod4master.activision.com"
set sv_master9 "master1.evenbalance.com"
set sv_gamespy "1"

// Password Settings
set rcon_password #### // RCON must supply pw to use
set sv_privatePassword ##### // Private slots, non-public slots

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "300" // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Rate
set sv_maxRate "25000"

// FPS
//set sv_fps "20"

// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "0"
set sv_reconnectlimit "3"

// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"



// Temporary Ban duration, in seconds
set sv_kickBanTime "7200"

// In-game voice communication system
set sv_voice "1"
set sv_voiceQuality "5"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"


// GAME TYPE
//-----------------
set scr_hardcore 1
set g_gametype sd

//search and destroy
//-------------------
set scr_sd_scorelimit 6
set scr_sd_timelimit 5
set scr_sd_roundlimit 0
set scr_sd_roundswitch 3 // rounds between switching teams
set scr_sd_numlives 1 // elimination
set scr_sd_bombtimer 55
set scr_sd_planttime 5
set scr_sd_defusetime 7
set scr_sd_multibomb 0
set scr_sd_playerrespawndelay 0
set scr_sd_waverespawndelay 0

// Team Settings
set scr_teambalance "1"
set g_allowvote 0
set scr_game_spectatetype "2"
set scr_game_allowkillcam "1"
set scr_team_fftype "1"



//************************************************** ****************************
// SD -- SEARCH & DESTROY
//************************************************** ****************************
set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bloc gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant" ""

Desert Eagle
12-12-2007, 02:01 PM
set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bloc gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant" ""

You have two extra "" in config. Also missing this line at end of config:

set sv_maprotationcurrent ""

Yoon
12-13-2007, 03:32 AM
with double quotes?

Toppers
12-13-2007, 03:41 AM
yes....:salute: