Just had a question, has anybody had problems with Windows Server 2008? the servers run fine and stuff, but there is a little bit of lag or spike, its simply not smooth, I thought it was because I had to many servers, but same thing happens when I only run one server and turn off everything else... I thought i'll post the information already since you guys might ask for it already... tell me if I have anything wrong in there...
thanks!
here is my start up line
I have tried running the fps booster and its simply the same.
and here is my server.cfg
thanks!
here is my start up line
Code:
-game cstrike -console -port 27016 +maxplayers 20 +map surf_greatriver +exec server.cfg -tickrate 100 +fps_max 300
and here is my server.cfg
Quote:// server name
hostname ""
// rcon passsword
rcon_password ""
// server cvars
sv_airaccelerate 667
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 0
mp_autokick 0
mp_flashlight 1
mp_tkpunish 0
mp_forcecamera 0
mp_dynamicpricing 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_hostagepenalty 0
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 45
mp_chattime 10
sv_timeout 15
// round specific cvars
mp_freezetime 2
mp_roundtime 5
mp_startmoney 16000
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 0
// bandwidth rates/settings
sv_maxrate 30000
sv_minupdaterate 90
sv_maxupdaterate 100
sv_mincmdrate 90
sv_maxcmdrate 100
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 1
// operation
sv_lan 0
sv_region 0
net_maxfilesize 64
//////////////////////////// Execute Config Files ////////////////////////////
// Exec files on startup
// loads the existing IP-bans to memory
exec banned_ip.cfg
// loads the existing SteamID-bans to memory
exec banned_user.cfg
// writes the SteamID-bans to disk
writeid
// writes the IP-bans to disk
writeip
//Executes Mani configs
exec mani_server.cfg
//Executes Mani Quake Sound configs
exec mani_quake_sounds.cfg
//Executes Custom Bot Configs
exec bot.cfg