Branden Posted March 14, 2009 Share Posted March 14, 2009 I would like to know how to get my servers boost to work from the command line for cs 1.6. Can some one please help me. This is my current Command line. -game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% -tickrate 100 +max_fps 500 +exec server.cfg +map de_Dust2 Link to comment Share on other sites More sharing options...
swish Posted March 14, 2009 Share Posted March 14, 2009 http://clients.tcadmin.com/knowledgebase.php?action=displayarticle&catid=5&id=1 Link to comment Share on other sites More sharing options...
Branden Posted March 14, 2009 Author Share Posted March 14, 2009 ok so there is no way to do it in the command line? Link to comment Share on other sites More sharing options...
nhouck Posted March 15, 2009 Share Posted March 15, 2009 When you say boost, what do you mean exactly? Pingboost? -pingboost 3 or you need to replace tickrate with sys_tickrate -console -game cstrike +ip %serverip% -port %serverport% +maxplayers %slots% +sys_ticrate 512 +exec server.cfg +map de_dust2 Link to comment Share on other sites More sharing options...
Branden Posted March 15, 2009 Author Share Posted March 15, 2009 I want to change the ticrate and fps via command line not server cfg and this is on a cs 1.6 server Link to comment Share on other sites More sharing options...
Dan M Posted March 15, 2009 Share Posted March 15, 2009 You can use custom ports to define it for admin use only, ensure that the server config file is executed before the tickrate and fps variables in the command line so the server.cfg doesn't overwrite it Link to comment Share on other sites More sharing options...
Justin Posted November 23, 2009 Share Posted November 23, 2009 Make sure you're not doing -tickrate as you'd do in source, instead -- it's +sys_ticrate fpshere Example : +fps_max 1000 +sys_ticrate 1000 that'll boost your server if you have a frequency booster on your server, enjoy Link to comment Share on other sites More sharing options...
Recommended Posts