Guest User

Untitled

a guest
Dec 3rd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. // NETCODE TICK 128
  2.  
  3. rate "128000.0"
  4.  
  5. cl_interp_all "0.0"
  6. cl_updaterate "128"
  7. cl_cmdrate "128"
  8. cl_interp_ratio "1.0"
  9. cl_interp "0.015"
  10.  
  11. // Misc Settings
  12. // cl_interp_ratio "2"
  13. // cl_interp "0.02"
  14.  
  15. // LAN Settings
  16. // cl_interp_ratio "1"
  17. // cl_interp "0.01"
  18.  
  19. cl_interp_threadmodeticks "0"
  20. cl_lagcompensation "1"
  21. cl_pred_optimize "2"
  22. cl_smooth "1"
  23. cl_smoothtime "0.01"
  24.  
  25. cl_allowdownload "1"
  26. cl_allowupload "1"
  27. cl_downloadfilter "nosounds"
  28.  
  29. fps_max "512"
  30. cl_showfps "1"
  31.  
  32. net_graph "1"
  33. net_graphheight "945"
  34. net_graphmsecs "400"
  35. net_graphpos "1"
  36. net_graphproportionalfont "0"
  37. net_graphshowinterp "1"
  38. net_graphshowlatency "1"
  39. net_graphshowsvframerate "1"
  40. net_graphsolid "1"
  41. net_graphtext "1"
Add Comment
Please, Sign In to add comment