SRCDS Steam group


Server.cfg help
#1
Some of my players are telling me that they have lag.I've got 12 mbit upload connection and i'm running 2 server 32 slots each.

this is my server cfg,please someone expirienced to give me advice if something is wrong with my settings:


Code:
// server name
hostname ""

// rcon passsword
rcon_password ""

// Advanced RCON
sv_rcon_banpenalty 60
sv_rcon_maxfailures 2
sv_rcon_minfailures 1
sv_rcon_minfailuretime 15

// server cvars
mp_dynamicpricing 0
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 0
mp_autokick 1
mp_flashlight 1
mp_tkpunish 0
mp_buytime 0.5
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl ""
sv_maxspeed 320
mp_hostagepenalty 3
sv_voiceenable 0
mp_allowspectators 1
mp_timelimit 30
mp_chattime 5
sv_timeout 65
sv_pure 1
fps_max 0

//ZM
phys_pushscale 3
sv_turbophysics 1
decalfrequency 1
sv_visiblemaxplayers 50
sv_accelerate 5
sv_airaccelerate 10
sv_wateraccelerate 10
sv_voiceenable 0
sv_gravity 800


// round specific cvars
mp_freezetime 0
mp_roundtime 5
mp_startmoney 16000
mp_c4timer 40
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5

// bandwidth rates/settings
sv_minrate 18000
sv_maxrate 25000
sv_mincmdrate 33
sv_minupdaterate 33
sv_maxcmdrate 33
sv_maxupdaterate 66
rate 25000

// server logging
log off
sv_logbans 0
sv_logecho 0
sv_logfile 0
sv_log_onefile 0


// operation
sv_lan 0
sv_region 255
sv_contact

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg[code]

I have all this on 2.4 core 2 duo processor with 2 gig ram and Xubuntu 8.04.

Tnx in advance.
Reply
#2
Is it a SMP kernel? If not install one in order to activate multi core support.
Maybe you should use different cores for each instance
taskset -c 1 -p <process ID first server>
taskset -c 2 -p <process ID second server>
Reply
#3
they using both cores,i don't think this metod will do better Sad

did u look at my net settings ,are they ok ?
Reply
#4
sv_maxcmdrate try that at 66
Reply
#5
Maybe you want to use:

sv_unlag 1 // Enables player lag compensation
sv_maxunlag 0.750 // Maximum lag compensation in seconds


Asuming the servers are tick 100, try tick 66 because you still use a lot of slots.
Still people can get lag ...
Reply
#6
my tick is 33 Smile

not 100 not 66
Reply
#7
You just have to try the things suggested:
Just test with 1 server running and go from there. Lower maxplayers, try diffent ticks.
Give the server process more priority:

nice -20 <processname>
Reply
#8
I used:

sv_unlag 1 // Enables player lag compensation
sv_maxunlag 0.750 // Maximum lag compensation in seconds


but 66 & 100 are making the server lagg more than 33

is there any other settings that i can make the servers running better ?

btw why don't u try enter and see if you like how is moving and see if there is anything we can do to make it better ?

tnx for the help
Reply
#9
this might be extreme but can always try a fresh install of the server, it usually helps when nothing else does
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)