06-10-2010, 03:51 AM
Recently purchased a dedicated server and trying to figure out the best optimal settings for those that connect. Particularly for these settings:
// Rate Settings //
// Frame rate limiter
fps_max 600
// Min bandwidth rate allowed on server, 0 == unlimited
sv_minrate 15000
// Max bandwidth rate allowed on server, 0 == unlimited
sv_maxrate 30000
// Minimum updates per second that the server will allow
sv_minupdaterate 20
// Maximum updates per second that the server will allow
sv_maxupdaterate 100
---- Would like an explanation of these settings (Do I need them):
//Fix Weapon Spread
tf_use_fixed_weaponspreads 1
//Force Preload
sv_forcepreload 1
---- Here is my startup command
-game tf -console +ip 206.217.135.204 -port 27015 +maxplayers 32 +fps_max 300 +exec server.cfg +map pl_goldrush -tickrate 66
Thanks for your time and help.
// Rate Settings //
// Frame rate limiter
fps_max 600
// Min bandwidth rate allowed on server, 0 == unlimited
sv_minrate 15000
// Max bandwidth rate allowed on server, 0 == unlimited
sv_maxrate 30000
// Minimum updates per second that the server will allow
sv_minupdaterate 20
// Maximum updates per second that the server will allow
sv_maxupdaterate 100
---- Would like an explanation of these settings (Do I need them):
//Fix Weapon Spread
tf_use_fixed_weaponspreads 1
//Force Preload
sv_forcepreload 1
---- Here is my startup command
-game tf -console +ip 206.217.135.204 -port 27015 +maxplayers 32 +fps_max 300 +exec server.cfg +map pl_goldrush -tickrate 66
Thanks for your time and help.