Advertisement
Guest User

Untitled

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