08-06-2006, 04:44 PM
ok iv got a Dual opteron 248 Machine, 4gb RAM, on an OC48 backbone connection. im trying to run a 16 man 100 tick server, im using the following command line switches.
./srcds_run -console -game cstrike -maxplayers 16 +map de_dust2 -tickrate 100 -hostport 27015 -ip xx.xx.xx.xx -pingboost 3
now im figuring that this sevrer will be speady as hell, and it is for about 5 people, then after that, and after a few hours of running it starts to randomly lag, and its not ping lag, its gun/shooting/movment lag, and there is some odd warping as well. iv posted my server.cfg. also i would like to run this at 11-16 man hyperaccelerated (as fast as possiable)
so if anyone can give me some hints as to what is wrong with it i would be much greatful, or as to some settings that i could use?
./srcds_run -console -game cstrike -maxplayers 16 +map de_dust2 -tickrate 100 -hostport 27015 -ip xx.xx.xx.xx -pingboost 3
now im figuring that this sevrer will be speady as hell, and it is for about 5 people, then after that, and after a few hours of running it starts to randomly lag, and its not ping lag, its gun/shooting/movment lag, and there is some odd warping as well. iv posted my server.cfg. also i would like to run this at 11-16 man hyperaccelerated (as fast as possiable)
Code:
// server name
hostname "[.Fr] Face Rippers Clan Server *Recruiting*"
// rcon passsword
rcon_password ";;;;;;;"
// HTTP Download
sv_downloadurl ";;;;;;;;;"
// Advanced RCON
sv_rcon_banpenalty 60
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
//sv_settings
sv_accelerate 5
sv_airaccelerate 10
sv_allowdownload 1
sv_allowupload 1
sv_alltalk 0
sv_cheats 0
sv_consistency 1
sv_friction 4
sv_gravity 800
sv_maxrate 25000
sv_minrate 2500
sv_maxupdaterate 101
sv_minupdaterate 30
sv_maxspeed 320
sv_unlag 1
sv_maxunlag 1
sv_pausable 0
sv_stepsize 18
sv_timeout 65
sv_turbophysics 0
sv_voiceenable 1
sv_wateraccelerate 10
sv_waterfriction 1
//mp_settings
mp_allowspectators 1
mp_autokick 0
mp_autoteambalance 0
mp_buytime 0.25
mp_c4timer 35
mp_chattime 8
mp_decals 300
mp_fadetoblack 0
mp_flashlight 1
mp_footsteps 1
mp_forcecamera 0
mp_freezetime 5
mp_friendlyfire 1
mp_limitteams 5
mp_logecho 1
mp_logfile 1
mp_maxrounds 0
mp_roundtime 3
mp_spawnprotectiontime 0
mp_startmoney 800
mp_timelimit 25
mp_tkpunish 0
mp_winlimit 0
//Source-TV
tv_delay 90
tv_delaymapchange 0
tv_enable 1
tv_maxclients 255
tv_maxrate 20000
tv_name "[.Fr] FaceRippers | SourceTV"
tv_port 27020
tv_snapshotrate 16
//Misc
decalfrequency 60
fps_max 600
host_framerate 0
log on
net_maxfilesize 64
phys_pushscale 1
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 1
sv_contact ;;;;;;;;;;;;;
so if anyone can give me some hints as to what is wrong with it i would be much greatful, or as to some settings that i could use?