Advertisement
Cl0ps

config csgo ku

Jan 21st, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. // removes the shifting of the arm when crouching down.
  2.  
  3. cl_viewmodel_shift_left_amt "0"
  4. cl_viewmodel_shift_right_amt "0"
  5.  
  6.  
  7. cl_bob_lower_amt "0"
  8. cl_bobamt_lat "0.1"
  9. cl_bobamt_vert "0.1"
  10. cl_bobcycle "0.1"
  11.  
  12. // scales the HUD depending on what resolution you use, 1 is max.
  13.  
  14. hud_scaling "1"
  15.  
  16. // lowers delay between sounds.
  17.  
  18. snd_mixahead "0.05"
  19. snd_mix_async "1"
  20. snd_stream "1"
  21.  
  22. // sets interpolation values.
  23.  
  24. cl_interp "0"
  25. cl_interp_ratio "1"
  26.  
  27. // ignores dedicated servers with pings above this value.
  28.  
  29. mm_dedicated_search_maxping
  30.  
  31. // usual rate commands
  32.  
  33. rate "786432"
  34. cl_cmdrate "128"
  35. cl_updaterate "128"
  36. cl_interp_ratio "1"
  37. cl_interp "0"
  38. cl_lagcompensation "1"
  39. cl_predict "1"
  40. cl_predictweapons "1"
  41.  
  42. // causes the scope to move less while moving scoped and reduces bobbing effect
  43.  
  44. cl_bobcycle "1.0"
  45.  
  46. hud_scaling "1"
  47. m_customaccell 0
  48. m_rawinput "1"
  49. m_mouseaccel2 "0"
  50. m_mouseaccel1 "0"
  51. m_customaccel "0"
  52.  
  53. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  54. cl_autohelp "0"
  55. cl_disablehtmlmotd "1"
  56. cl_showhelp "0"
  57. cl_downloadfilter "nosounds"
  58. r_dynamic "1"
  59. r_drawtracers "1"
  60. r_drawtracers_firstperson "1"
  61. r_eyegloss "0" // No Makeup.
  62. r_eyemove "0" // No Eye Movement.
  63. r_eyeshift_x "0" // No Eye Movement X-Angel.
  64. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  65. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  66. r_eyesize "0" // Smaller Eyes.
  67. m_rawinput "1"
  68.  
  69.  
  70.  
  71.  
  72. bind l "r_cleardecals" //Press L to clear decals
  73.  
  74. fps_max "0" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
  75. fps_max_menu "300" //Frame limiting my menu to 300 because I can
  76. net_graph "1" //Shows my network usage data
  77. net_graphheight "990" //Changes height, used together with script
  78. net_graphmsecs "400" //The latency graph represents this many milliseconds
  79. net_graphpos "2" //Positioning of Net Graph
  80. net_graphproportionalfont "0" //Makes font smaller
  81. net_graphshowinterp "1" //Shows interpolation value
  82. net_graphshowlatency "1" //Shows latency value
  83. net_graphsolid "1" //Solid Net Graph
  84. net_graphtext "1" //Shows text fields
  85. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  86. net_scale "5" //Makes font smaller
  87.  
  88. //Weapon-Knife Easy Switcher - optional, really, but i like easy knife access
  89. bind "q" "knife"
  90. alias "knife" "slot3; bind q primary"
  91. alias "primary" "lastinv; bind q knife"
  92. bind "1" "slot1; bind q knife"
  93. bind "2" "slot2; bind q knife"
  94. bind "3" "slot3; bind q primary"
  95. bind "4" "slot4; bind q knife"
  96. bind "5" "slot5; bind q knife"
  97.  
  98. bind z "use weapon_incgrenade; use weapon_molotov"
  99. bind x "use weapon_flashbang"
  100. bind c "use weapon_smokegrenade"
  101. bind f "+voicerecord; +lookatweapon"
  102.  
  103.  
  104.  
  105. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement