Advertisement
QuantumBlazer

Network Settings

Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Put these settings in autoexec.
  2.  
  3. // Don't mess with them unless you know what you're doing
  4.  
  5. cl_cmdrate 66 // Send to server at this many times per second
  6. cl_updaterate 66 // Get from server at this many times per second
  7. cl_interp 0.0227272;cl_interp_ratio 1.5 // Use an interp timing that accounts for occasional snapshot interval drops
  8. //cl_interp 0.0454545;cl_interp_ratio 3 // Protect more against packet loss, increase further for more protection
  9. net_queued_packet_thread 1 // Queue split packets
  10. net_compresspackets 1 // Compress packets to reduce network latency on fast CPUs
  11. net_compresspackets_minsize 957 // Compress packets above max reliable packet
  12. net_maxroutable 1200;net_maxfragments 1200 // Balance between reliability and avoiding split packets
  13. rate 87648 // Rate for 0.7Mbps stable upload, Recommended to set this to 80% of your available stable upload speed
  14. net_splitpacket_maxrate 87648 // Split packet rate for 0.7Mbps stable upload. Recommended to set this to 80% of stable upload speed
  15. net_maxcleartime 0.001 // Override rate for minimum network delay
  16. net_maxpacketdrop 5000 // Use default packet drop threshold
  17. net_splitrate 4 // Split 4 packets per frame, reduces choke but is more CPU intensive
  18. cl_timeout 70 // Wait the maximum time before automatically timing out on client
  19. cl_lagcompensation 1 // Ensure lag compensation is turned on
  20. cl_predictweapons 1 // Ensure weapon firing prediction is turned on
  21. cl_smooth 0 //switch this to 1 if you're making a frag video, 0 if you're playing the game
  22. cl_smoothtime 0.01 //mess with this if you're making a frag video for smoothing effects
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement