bmoore0206,
Here are the step to have 1000FPS Counter-Strike : Source server on Windows 2008 ;
1) Get yourself a MotherBoard compatible with HPET.
- High Precision Event Timer (HPET, formerly known as Multimedia Timer)
2) Make sure your BIOS as an option that allow you to enable it.
3) Install Source PingBooster (http://www.ariangaming.com/spb.rar) and make sure it run 24/7/.
If you cannot have the line 1 & 2, forget your 1000FPS on Windows Server 2008. Like we all say, dont search on how to make it on Windows Server 2003 ... it does not work unless someone make it possible ... and i would pay to see that.
As for the command line, here are mine ;
Default Command Line: -game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg -nobots -tickrate 100 +fps_max 0 +tv_maxrate 6500 +tv_snapshotrate 10 +tv_maxclients 0 +tv_enable 0 +tv_autorecord 0 +tv_delay 90 +map de_dust2
Private Command Line: -game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg -nobots -tickrate 100 +fps_max 0 +tv_maxrate 6500 +tv_snapshotrate 10 +tv_maxclients 0 +tv_enable 0 +tv_autorecord 0 +tv_delay 90 +map de_dust2 +sv_password "%privatepassword%"
Custom Command Line: -game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg -nobots -tickrate 100 +fps_max 0 +tv_maxrate 6500 +tv_snapshotrate 10 +tv_maxclients 0 +tv_enable 0 +tv_autorecord 0 +tv_delay 90 +map de_dust2 %usercmdline%
Custom Private Command Line: -game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg -nobots -tickrate 100 +fps_max 0 +tv_maxrate 6500 +tv_snapshotrate 10 +tv_maxclients 0 +tv_enable 0 +tv_autorecord 0 +tv_delay 90 +map de_dust2 +sv_password "%privatepassword%" %usercmdline%
P.S.: Steven Crothers, i would reply this on the "low performance" for 1000FPS on Windows Server : It is half true unless you have "+fps_max 0" in the command line because before we change that, the server was going from 600FPs to 999FPS ... always going up and down and since we change the command line to "+fps_max 0" ... we have stable 1000FPS with -20 max for any public or private.