07-18-2009, 05:41 AM
hello, I need your help, for some mistake, there's a long time between map change (when some map end, mp_chattime (5 seconds) and nextmap starts)
I'm using the last version of SM 1.3.0-hg2745 dev
here is my server.cfg
thanks in advance,
best regards
Cholo
I'm using the last version of SM 1.3.0-hg2745 dev
here is my server.cfg
Code:
hostname "xxxxxxxxxxx"
// RCON Vars
rcon_password "xxxxxxxxxxxxxxxxxx"
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_banpenalty 30
sv_rcon_minfailuretime 30
sv_password ""
//Competitive Settings
tf_damage_disablespread "0" //cevo:1
tf_tournament_classlimit_medic "1"
tf_tournament_classlimit_demoman "1"
tf_tournament_classlimit_soldier "2"
tf_tournament_classlimit_engineer "2"
tf_tournament_classlimit_scout "2"
tf_tournament_classlimit_spy "2"
tf_tournament_classlimit_heavy "2"
tf_tournament_classlimit_pyro "2"
tf_tournament_classlimit_sniper "2"
tf_tournament_hide_domination_icons "1"
tf_weapon_criticals "1"
tf_playergib "1"
tf_gamemode_arena "0"
tf_maxspeed "400"
tf_birthday "0"
tf_flag_caps_per_round "5"
// Game Specific Vars
mp_allowspectators "1"
mp_allowNPCs "1"
mp_autoteambalance "1"
mp_autoteambalance_delay 60
mp_autoteambalance_warning_delay 30
mp_teams_unbalance_limit 1
mp_autocrosshair "1"
mp_chattime "2"
mp_falldamage "0"
mp_fadetoblack "0"
mp_flashlight "0"
mp_footsteps "1"
mp_forcecamera "0"
mp_forcerespawn "1"
mp_fraglimit "0"
mp_timelimit "25"
mp_winlimit "0"
mp_bonusroundtime "20" //15
mp_restartround 20
mp_showrespawntimes "1"
mp_teams_unbalance_limit "1"
mp_time_between_capscoring "0"
mp_tournament "0"
mp_tournament_stopwatch "1"
mp_stalemate_enable "1"
mp_tournament_allow_non_admin_restart "0"
mp_maxrounds "2"
mp_disable_respawn_times "0"
mp_match_end_at_timelimit "2"
mp_stalemate_timelimit "240"
mp_friendlyfire "0"
mp_disable_respawn_times "0"
mp_respawnwavetime "10.0"
mp_teamlist "hgrunt;scientist"
mp_teamplay "0"
mp_weaponstay "0"
mp_winlimit "0"
// Server Vars
sv_alltalk "0"
sv_allow_color_correction "0"
sv_allow_wait_command "0"
sv_pausable "0"
sv_timeout "0"
sv_maxspeed "320"
sv_noclipaccelerate "5"
sv_noclipspeed "5"
sv_rollangle "0"
sv_rollspeed "200"
sv_specaccelerate "5"
sv_specnoclip "1"
sv_specspeed "3"
sv_stepsize "18"
sv_stopspeed "100"
decalfrequency "10"
sv_contact "xxx@xxx.xxx"
sv_accelerate "10"
sv_airaccelerate "10"
sv_bounce "0"
sv_footsteps "1"
sv_friction "4"
sv_gravity "800"
sv_turbophysics "1"
sv_wateraccelerate "10"
sv_waterfriction "1"
// Server Audio
sv_voiceenable "1"
voice_enable "1"
// Security
sv_pure "1"
sv_cheats "0"
sv_client_predict "1"
sv_consistency "0"
sv_pure_kick_clients "1"
sv_pure_trace "1"
//sv_forcepreload "1"
// Rates
sv_maxupdaterate "66"
sv_minupdaterate "66"
sv_maxcmdrate "66"
sv_mincmdrate "66"
sv_maxrate "100000"
sv_minrate "25000"
sv_client_cmdrate_difference "30"
sv_client_max_interp_ratio "1"
sv_client_min_interp_ratio "1"
// Server Region and LAN
sv_region "2"
sv_lan "0"
// Logs
log on
sv_log_onefile "0"
sv_logbans "1"
sv_rcon_log "1"
sv_logecho "1"
sv_logblocks "0"
sv_logflush "0"
sv_logsdir "logs"
// SourceTV
tv_enable "1"
tv_name "SourceTV"
tv_title "SourceTV (120 delay seconds)"
tv_delay "120"
tv_maxrate "25000"
tv_transmitall "1"
tv_delaymapchange "1"
// Ban Db
exec banned_user.cfg
writeid
exec banned_ip.cfg
writeip
// FastDownloads
sv_downloadurl "http://xxxxxxxxxxxxxxxx/tf2/"
sv_allowupload "1"
sv_allowdownload "1"
net_maxfilesize "120"
//SourceMod
sm plugins load_unlock
sm plugins refresh
sm_reloadadmins
sm_autorestart 1
sm_autorestart_time 0500
//-
sm_maxping 250
sm_maxchecks 250
sm_startcheck 20
sm_adminsimmune 1
//-
sm_mapvote_showvotes 1
//-
sm_votemute_limit 0.5
//-
//sm_suddendeath_melee 0
//-
sm_suddendeathmelee_enable 1
sm_suddendeathmelee_class random
sm_suddendeathmelee_random 2
sm_suddendeathmelee_disableplugins 1
//-
sm_maxclass_allow 1
sm_maxclass_exclude_admins 0
sm_maxclass_count_admins 1
sm_maxclass_config MaxClass.txt
//
sm_downloader_enabled "1" //- 0: disables the plugin - 1: enables the plugin
sm_downloader_normal "1" //- 0: dont use downloads.ini - 1: Use downloads.ini
sm_downloader_simple "1" //- 0: dont use downloads_simple.ini - 1: Use downloads_simple.ini
//
thanks in advance,
best regards
Cholo