Guest User

Untitled

a guest
Dec 29th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. // Harshest timing oriented interp settings
  2. alias net_harsh "cl_interp 0.0152; cl_interp_ratio 1" // for updaterate 66
  3.  
  4. // Alternative "harsh" , recommended if you experience rockets teleporting through strafing scouts or use a 120hz monitor
  5. alias net_refresh "cl_interp 0.0182; cl_interp_ratio 1.2" // for updaterate 66
  6.  
  7. // Normal settings
  8. alias net_normal "cl_interp 0.033; cl_interp_ratio 2" // for updaterate 66
  9.  
  10. // "Soft" settings (hitreg oriented)
  11. alias net_soft "cl_interp 0.05 ; cl_interp_ratio 2" // for updaterate 66
  12.  
  13. // Smooth settings
  14. alias net_smooth_default "cl_smooth 1; cl_smoothtime 0.1"
  15. alias net_smooth_off "cl_smooth 0; cl_smoothtime 0.01" // Reset to default if you don't like how the game acts when you RJ / Get knocked around
  16.  
  17. // Default Interp/Smooth
  18. net_smooth_off
  19. net_refresh
  20.  
  21. // Other settings
  22. cl_lagcompensation 1 // DO NOT EVER CHANGE THIS NO MATTER WHAT ANYONE EVER SAYS EVER
  23. cl_pred_optimize 2 // DO NOT EVER CHANGE THIS
  24. net_splitpacket_maxrate "1048576"
  25. net_queue_trace "0"
  26. cl_cmdrate 66
  27. cl_updaterate 66
  28. rate 60000
  29.  
  30. // Help
  31. alias net_help "clear; echo net_harsh, net_refresh, net_normal, net_soft, net_smooth_default, net_smooth_off......... Currently on Goodnet Config"
Add Comment
Please, Sign In to add comment