Hello. Im running a css server on my Asus EEE pc. The server is functioning quite nicely. Im kinda new to making servers that actually "work" but so far the people on the server havent experienced any lag. What i am asking is just for some tips/tweaking for my server. Here is the specs:
Windows XP
Intel® Celeron® M 900MHz
1,99GB RAM
8,60 mbit (DL)
0,80 Mbit (UL)
Cable (No wireless ofc)
Current Config:
And i have also done a little stability test. As you can see the fps drops alot whenever a player joins the server and also when the server is changing maps.
Windows XP
Intel® Celeron® M 900MHz
1,99GB RAM
8,60 mbit (DL)
0,80 Mbit (UL)
Cable (No wireless ofc)
Current Config:
Code:
// server name
hostname "- Kings#1 -"
// rcon passsword
rcon_password "PRIVATE"
// Server password
sv_password ""
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 1
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 0
sv_allowdownload 0
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65
sv_unlag 1
sv_maxunlag .5
// round specific cvars
mp_freezetime 4
mp_roundtime 2
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 25000
sv_maxrate 30000
sv_mincmdrate 100
sv_maxcmdrate 101
decalfrequency 30
fps_max 600
sv_maxupdaterate 100
sv_minupdaterate 10
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 3
sv_contact PRIVATE
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
And i have also done a little stability test. As you can see the fps drops alot whenever a player joins the server and also when the server is changing maps.