Advertisement
Guest User

Untitled

a guest
Aug 10th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. // scales the HUD depending on what resolution you use, 1 is max.
  2.  
  3. hud_scaling "1"
  4.  
  5. // lowers delay between sounds.
  6.  
  7. snd_mixahead "0.05"
  8. snd_mix_async "1"
  9. snd_stream "1"
  10.  
  11. // sets interpolation values.
  12.  
  13. cl_interp "0"
  14. cl_interp_ratio "1"
  15.  
  16. // ignores dedicated servers with pings above this value.
  17.  
  18. mm_dedicated_search_maxping
  19.  
  20. // usual rate commands
  21.  
  22. rate "786432"
  23. cl_cmdrate "128"
  24. cl_updaterate "128"
  25. cl_interp_ratio "1"
  26. cl_interp "0"
  27. cl_lagcompensation "1"
  28. cl_predict "1"
  29. cl_predictweapons "1"
  30.  
  31. // causes the scope to move less while moving scoped and reduces bobbing effect
  32.  
  33. cl_bobcycle "1.0"
  34.  
  35. hud_scaling "1"
  36. zoom_sensitivity_ratio 1.0
  37. m_customaccell 0
  38. m_rawinput "1"
  39. m_mouseaccel2 "0"
  40. m_mouseaccel1 "0"
  41. m_customaccel "0"
  42.  
  43. cl_forcepreload "0" // Preloads The Whole Map & Sounds.
  44. cl_autohelp "0"
  45. cl_disablehtmlmotd "0"
  46. cl_showhelp "0"
  47. cl_downloadfilter "nosounds"
  48. r_eyegloss "0" // No Makeup.
  49. r_eyemove "0" // No Eye Movement.
  50. r_eyeshift_x "0" // No Eye Movement X-Angel.
  51. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  52. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  53. r_eyesize "0" // Smaller Eyes.
  54. r_dynamic "0"
  55. r_cheapwaterend "1"
  56. r_cheapwaterstart"1"
  57. gameinstructor_enable "0"
  58.  
  59. fps_max "0" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
  60. net_graph "0" //Shows my network usage data
  61. net_graphheight "990" //Changes height, used together with script
  62. net_graphmsecs "400" //The latency graph represents this many milliseconds
  63. net_graphpos "2" //Positioning of Net Graph
  64. net_graphproportionalfont "0" //Makes font smaller
  65. net_graphshowinterp "1" //Shows interpolation value
  66. net_graphshowlatency "1" //Shows latency value
  67. net_graphsolid "1" //Solid Net Graph
  68. net_graphtext "1" //Shows text fields
  69. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  70. net_scale "5" //Makes font smaller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement