Anyone know why my ping on L4D is 120 when my ping on a Garry's Mod server is 70 (servers are on the same box).
I know it has something to do with the rates, just not sure. L4D seems to be a pretty limited game in terms of rates and tickrate. :|
Server.cfg:
I know it has something to do with the rates, just not sure. L4D seems to be a pretty limited game in terms of rates and tickrate. :|
Server.cfg:
Code:
//BASIC INFORMATION SETUP
hostname ">LVB< L4D Server"
rcon_password ""
motd_enabled 1
//BASIC GAMEPLAY SETUP
mp_disable_autokick 1
sv_allow_wait_command 0
sv_alltalk 0
sv_alternateticks 0
sv_clearhinthistory 0
sv_consistency 1
sv_pausable 0
sv_voiceenable 1
sv_forcepreload 1
sm_cvar survivor_allow_crawling 1
//BASIC CONNECTION SETUP
hostport 27015
sv_lan 0
sv_region 1
sv_allow_lobby_connect_only 0
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 64
//BASIC SERVER LOGGING
sv_log_onefile 0
sv_logbans 1
sv_logecho 0
sv_logfile 1
sv_logflush 0
sv_logsdir logs
//ADVANCED CONNECTION SETUP
setmaster add 213.239.209.221:27011
setmaster add 72.165.61.189:27011
setmaster add 68.142.72.250:27011
setmaster add 69.28.140.246:27011
setmaster add 69.28.140.247:27011
//ADVANCED SETTINGS
sv_pure_kick_clients 0
//sv_steamgroup [Your Steam Group ID]
//EXECUTE
exec banned_user.cfg
exec banned_ip.cfg
//TWEAKS
sv_minrate 15000
sv_maxrate 30000
sv_maxcmdrate 66
sv_mincmdrate 66
sv_maxupdaterate 66
sv_minupdaterate 66
rate 30000
sm_cvar fps_max 128
sv_client_predict 1
//Versus and Coop Fix
//sv_gametypes "versus,coop"
//Lobby Connections
//sv_search_key [YourSearchKey]
//sv_password [YourPassword]