Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Launch options: -novid -nojoy -nosteamcontroller -noff -nohltv -softparticlesdefaultoff -reuse -primarysound -snoforceformat -swapcores -NoQueuedPacketThread
  2.  
  3. Network settings:
  4.  
  5. cl_updaterate 67
  6. cl_cmdrate 67
  7. rate 60000 //maximum bytes that can be downloaded per second
  8.  
  9. cl_interp .0152
  10. cl_interp_ratio 1
  11.  
  12. cl_smooth 0
  13.  
  14. net_queued_packet_thread 0
  15. net_compresspackets 1 // Compress packets to prevent split packets
  16. net_compresspackets_minsize 1260 // Only compress packets if we would send a splitpacket
  17. net_maxcleartime 0.015 // Balance between reducing network delay and choke
  18. Send packets without a delay at the end of each frame (slightly more CPU load).
  19. // Use with -NoQueuedPacketThread
  20. net_maxpacketdrop 5000 // Use default packet drop threshold
  21. net_splitrate 4 // Split 4 packets per frame, reduces choke but is more CPU intensive
  22.  
  23. cl_timeout 70 // Wait the maximum time before automatically timing out on client
  24. cl_pred_optimize 2 // Skip repredicting if we do not need to do it
  25. cl_lagcompensation 1 // Ensure lag compensation is turned on
  26. cl_smooth 1 // Smooth out prediction errors
  27. cl_smoothtime 0.1 // Smooth out view for 0.1 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement