Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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. // removes the bobbing of the weapon back and forth, when you run.
  7.  
  8. cl_bob_lower_amt "0"
  9. cl_bobamt_lat "0"
  10. cl_bobamt_vert "0"
  11.  
  12. // scales the HUD depending on what resolution you use, 1 is max.
  13.  
  14. hud_scaling "0.95"
  15.  
  16. // lowers delay between sounds.
  17.  
  18. snd_mixahead "0.05"
  19.  
  20. // sets interpolation values.
  21.  
  22. cl_interp "0"
  23. cl_interp_ratio "1"
  24.  
  25. // ignores dedicated servers with pings above this value.
  26.  
  27. mm_dedicated_search_maxping 50
  28.  
  29. // usual
  30.  
  31. cl_cmdrate "128"
  32. cl_updaterate "128"
  33. rate "128000"
  34.  
  35. // causes the scope to move less while moving scoped and reduces bobbing effect
  36.  
  37. cl_bobcycle "1.0"
  38.  
  39. // BINDS
  40.  
  41. bind "KP_INS" "buy awp"
  42. bind "KP_END" "buy deagle"
  43. bind "KP_DOWNARROW" "buy p250"
  44. bind "KP_PGDN" "buy galil"
  45. bind "KP_LEFTARROW" "buy elite"
  46. bind "KP_5" "buy tec9"
  47. bind "KP_HOME" "buy ssg08"
  48. bind "KP_UPARROW" "buy mp7"
  49. bind "KP_PGUP" "buy hegrenade"
  50. bind "KP_MINUS" "buy defuser"
  51. bind "KP_PLUS" "buy vest"
  52. bind "KP_ENTER" "buy vesthelm"
  53. bind "KP_DEL" "buy ak47"
  54.  
  55.  
  56. bind "." "toggleconsole"
  57.  
  58. m_forward "1"
  59. m_mousespeed "0"
  60. m_mouseaccel2 "0"
  61. m_mouseaccel1 "0"
  62. m_customaccel "0"
  63. m_customaccel_max "0"
  64. m_customaccel_exponent "0"
  65. m_customaccel_scale "0"
  66. m_rawinput "1"
  67. m_customaccel "0"
  68. m_mouseaccel1 "0"
  69. m_mouseaccel2 "0"
  70. snd_headphone_pan_exponent 2.0
  71. snd_front_headphone_position 45.0
  72. snd_rear_headphone_position 135.0
  73.  
  74. // ALIAS
  75.  
  76. alias bhop "sv_airaccelerate 150;sv_staminajumpcost 0;sv_staminalandcost 0;sv_staminamax 80;sv_staminarecoveryrate 60"
  77. alias bhop2 "bot_kick;mp_freezetime 0;mp_warmup_end;sv_airaccelerate 100;sv_staminajumpcost 0;sv_staminalandcost 0;sv_cheats 1;god"
  78.  
  79. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement