Advertisement
Guest User

asdf

a guest
Mar 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. ULTRA LOW!!!~~~
  2. __________________________
  3.  
  4. // removes the shifting of the arm when crouching down.
  5.  
  6. cl_viewmodel_shift_left_amt "0"
  7. cl_viewmodel_shift_right_amt "0"
  8.  
  9.  
  10. cl_bob_lower_amt "0"
  11. cl_bobamt_lat "0.1"
  12. cl_bobamt_vert "0.1"
  13. cl_bobcycle "0.1"
  14.  
  15. // scales the HUD depending on what resolution you use, 1 is max.
  16.  
  17. hud_scaling "1"
  18.  
  19. // lowers delay between sounds.
  20.  
  21. snd_mixahead "0.05"
  22. snd_mix_async "1"
  23. snd_stream "1"
  24.  
  25. // sets interpolation values.
  26.  
  27. cl_interp "0"
  28. cl_interp_ratio "1"
  29.  
  30. // ignores dedicated servers with pings above this value.
  31.  
  32. mm_dedicated_search_maxping
  33.  
  34. // usual rate commands
  35.  
  36. rate "786432"
  37. cl_cmdrate "128"
  38. cl_updaterate "128"
  39. cl_interp_ratio "1"
  40. cl_interp "0"
  41. cl_lagcompensation "1"
  42. cl_predict "1"
  43. cl_predictweapons "1"
  44.  
  45. // causes the scope to move less while moving scoped and reduces bobbing effect
  46.  
  47. cl_bobcycle "1.0"
  48.  
  49. hud_scaling "1"
  50. m_customaccell 0
  51. m_rawinput "1"
  52. m_mouseaccel2 "0"
  53. m_mouseaccel1 "0"
  54. m_customaccel "0"
  55.  
  56. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  57. cl_autohelp "0"
  58. cl_disablehtmlmotd "1"
  59. cl_showhelp "0"
  60. cl_downloadfilter "nosounds"
  61. r_dynamic "0"
  62. r_drawtracers "0"
  63. r_drawtracers_firstperson "0"
  64. r_eyegloss "0" // No Makeup.
  65. r_eyemove "0" // No Eye Movement.
  66. r_eyeshift_x "0" // No Eye Movement X-Angel.
  67. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  68. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  69. r_eyesize "0" // Smaller Eyes.
  70. m_rawinput "1"
  71.  
  72.  
  73.  
  74.  
  75. bind l "r_cleardecals" //Press L to clear decals
  76.  
  77. fps_max "0" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
  78. fps_max_menu "300" //Frame limiting my menu to 300 because I can
  79. net_graph "1" //Shows my network usage data
  80. net_graphheight "990" //Changes height, used together with script
  81. net_graphmsecs "400" //The latency graph represents this many milliseconds
  82. net_graphpos "2" //Positioning of Net Graph
  83. net_graphproportionalfont "0" //Makes font smaller
  84. net_graphshowinterp "1" //Shows interpolation value
  85. net_graphshowlatency "1"
  86. net_graphsolid "1"
  87. net_graphtext "1"
  88. net_maxroutable "1200"
  89. net_scale "5"
  90.  
  91.  
  92.  
  93. host_writeconfig
  94.  
  95. Medium!!!~~~
  96. __________________________
  97. // removes the shifting of the arm when crouching down.
  98.  
  99. cl_viewmodel_shift_left_amt "0"
  100. cl_viewmodel_shift_right_amt "0"
  101.  
  102.  
  103. cl_bob_lower_amt "0"
  104. cl_bobamt_lat "0.1"
  105. cl_bobamt_vert "0.1"
  106. cl_bobcycle "0.1"
  107.  
  108. // scales the HUD depending on what resolution you use, 1 is max.
  109.  
  110. hud_scaling "1"
  111.  
  112. // lowers delay between sounds.
  113.  
  114. snd_mixahead "0.05"
  115. snd_mix_async "1"
  116. snd_stream "1"
  117.  
  118. // sets interpolation values.
  119.  
  120. cl_interp "0"
  121. cl_interp_ratio "1"
  122.  
  123. // ignores dedicated servers with pings above this value.
  124.  
  125. mm_dedicated_search_maxping
  126.  
  127. // usual rate commands
  128.  
  129. rate "786432"
  130. cl_cmdrate "128"
  131. cl_updaterate "128"
  132. cl_interp_ratio "1"
  133. cl_interp "0"
  134. cl_lagcompensation "1"
  135. cl_predict "1"
  136. cl_predictweapons "1"
  137.  
  138. // causes the scope to move less while moving scoped and reduces bobbing effect
  139.  
  140. cl_bobcycle "1.0"
  141.  
  142. hud_scaling "1"
  143. m_customaccell 0
  144. m_rawinput "1"
  145. m_mouseaccel2 "0"
  146. m_mouseaccel1 "0"
  147. m_customaccel "0"
  148.  
  149. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  150. cl_autohelp "0"
  151. cl_disablehtmlmotd "1"
  152. cl_showhelp "0"
  153. cl_downloadfilter "nosounds"
  154. r_dynamic "1"
  155. r_drawtracers "1"
  156. r_drawtracers_firstperson "0"
  157. r_eyegloss "0" // No Makeup.
  158. r_eyemove "0" // No Eye Movement.
  159. r_eyeshift_x "0" // No Eye Movement X-Angel.
  160. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  161. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  162. r_eyesize "0" // Smaller Eyes.
  163. m_rawinput "1"
  164.  
  165.  
  166.  
  167.  
  168. bind l "r_cleardecals" //Press L to clear decals
  169.  
  170. fps_max "0" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
  171. fps_max_menu "300" //Frame limiting my menu to 300 because I can
  172. net_graph "1" //Shows my network usage data
  173. net_graphheight "990" //Changes height, used together with script
  174. net_graphmsecs "400" //The latency graph represents this many milliseconds
  175. net_graphpos "2" //Positioning of Net Graph
  176. net_graphproportionalfont "0" //Makes font smaller
  177. net_graphshowinterp "1" //Shows interpolation value
  178. net_graphshowlatency "1" //Shows latency value
  179. net_graphsolid "1" //Solid Net Graph
  180. net_graphtext "1" //Shows text fields
  181. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  182. net_scale "5" //Makes font smaller
  183.  
  184.  
  185.  
  186. host_writeconfig
  187.  
  188. HIGH END!@#!@#
  189. ____________________
  190.  
  191. // removes the shifting of the arm when crouching down.
  192.  
  193. cl_viewmodel_shift_left_amt "0"
  194. cl_viewmodel_shift_right_amt "0"
  195.  
  196.  
  197. cl_bob_lower_amt "0"
  198. cl_bobamt_lat "0.1"
  199. cl_bobamt_vert "0.1"
  200. cl_bobcycle "0.1"
  201.  
  202. // scales the HUD depending on what resolution you use, 1 is max.
  203.  
  204. hud_scaling "1"
  205.  
  206. // lowers delay between sounds.
  207.  
  208. snd_mixahead "0.05"
  209. snd_mix_async "1"
  210. snd_stream "1"
  211.  
  212. // sets interpolation values.
  213.  
  214. cl_interp "0"
  215. cl_interp_ratio "1"
  216.  
  217. // ignores dedicated servers with pings above this value.
  218.  
  219. mm_dedicated_search_maxping
  220.  
  221. // usual rate commands
  222.  
  223. rate "786432"
  224. cl_cmdrate "128"
  225. cl_updaterate "128"
  226. cl_interp_ratio "1"
  227. cl_interp "0"
  228. cl_lagcompensation "1"
  229. cl_predict "1"
  230. cl_predictweapons "1"
  231.  
  232. // causes the scope to move less while moving scoped and reduces bobbing effect
  233.  
  234. cl_bobcycle "1.0"
  235.  
  236. hud_scaling "1"
  237. m_customaccell 0
  238. m_rawinput "1"
  239. m_mouseaccel2 "0"
  240. m_mouseaccel1 "0"
  241. m_customaccel "0"
  242.  
  243. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  244. cl_autohelp "0"
  245. cl_disablehtmlmotd "1"
  246. cl_showhelp "0"
  247. cl_downloadfilter "nosounds"
  248. r_dynamic "1"
  249. r_drawtracers "1"
  250. r_drawtracers_firstperson "1"
  251. r_eyegloss "0" // No Makeup.
  252. r_eyemove "0" // No Eye Movement.
  253. r_eyeshift_x "0" // No Eye Movement X-Angel.
  254. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  255. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  256. r_eyesize "0" // Smaller Eyes.
  257. m_rawinput "1"
  258.  
  259.  
  260.  
  261.  
  262. bind l "r_cleardecals" //Press L to clear decals
  263.  
  264. fps_max "0" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
  265. fps_max_menu "300" //Frame limiting my menu to 300 because I can
  266. net_graph "1" //Shows my network usage data
  267. net_graphheight "990" //Changes height, used together with script
  268. net_graphmsecs "400" //The latency graph represents this many milliseconds
  269. net_graphpos "2" //Positioning of Net Graph
  270. net_graphproportionalfont "0" //Makes font smaller
  271. net_graphshowinterp "1" //Shows interpolation value
  272. net_graphshowlatency "1" //Shows latency value
  273. net_graphsolid "1" //Solid Net Graph
  274. net_graphtext "1" //Shows text fields
  275. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  276. net_scale "5" //Makes font smaller
  277.  
  278.  
  279.  
  280. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement