You can make the server more responsive by setting sys_tickrate (or
sys_ticrate, don't have a machine to test on) to a value more higher,
but sys_tickrate will go as high as fps_max is set to. Example:

Correct:
-sys_tickrate 100 +fps_max 100 (tickrate will be 100)
-sys_tickrate 200 +fps_max 500 (tickrate will be 200)

Incorrect:
-sys_tickrate 100 +fps_max 80 (tickrate will be 80)
-sys_tickrate 200 +fps_max 100 (tickrate will be 100)

Try a few combinations and see what works out best for you.

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to