Advertisement
FLAUME

Untitled

Apr 25th, 2019
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 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. bind "SPACE" "+jump"
  12. bind "MWHEELUP "+jump"
  13. bind "MWHEELDOWN" "+jump"
  14.  
  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 "2"
  24. cl_predict "1"
  25.  
  26. // ignores dedicated servers with pings above this value.
  27.  
  28. mm_dedicated_search_maxping 70
  29.  
  30. // usual rate commands
  31.  
  32. cl_cmdrate "128"
  33. cl_updaterate "128"
  34. rate "786432"
  35.  
  36. // causes the scope to move less while moving scoped and reduces bobbing effect
  37.  
  38. cl_bobcycle "1.0"
  39.  
  40. //
  41.  
  42. m_customaccell 0
  43. bind "`" "toggleconsole"
  44.  
  45. net_graph "1"
  46. net_graphheight "9999"
  47. alias "+scorenet" "+showscores; net_graphheight 0"
  48. alias "-scorenet" "-showscores; net_graphheight 9999"
  49. bind "TAB" "+scorenet"
  50.  
  51. alias displaydamage "displaydamage_on"
  52. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  53. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  54. bind "f5" "displaydamage"
  55.  
  56. // Quick Switch
  57. alias "+switch" "lastinv"
  58. alias "-switch" "lastinv"
  59. bind "q" "+switch"
  60.  
  61. fps_max 450
  62.  
  63. cl_timeout "150000"
  64.  
  65.  
  66. alias "+findthebomb" "+use;gameinstructor_enable 1"
  67. alias "-findthebomb" "-use;gameinstructor_enable 0"
  68. bind "e" "+findthebomb"
  69.  
  70. alias +spin_karambit "-lookatweapon;+reload"
  71. alias -spin_karambit "+lookatweapon;-reload"
  72. bind "g" "+spin_karambit"
  73.  
  74. alias "+jumpthrow2" "+jump;-attack;-attack2"
  75. alias "-jumpthrow2" "-jump"
  76. bind "mouse5" "+right"
  77. bind "mouse4" "+jumpthrow2"
  78.  
  79.  
  80. snd_headphone_pan_exponent 2
  81.  
  82. alias "+kosainspect" "slot3"
  83. alias "-kosainspect" "+lookatweapon"
  84. bind 3 "+kosainspect"
  85.  
  86. alias +c_change "next_cross"
  87. bind w "+forward;+c_change;r_cleardecals"
  88. bind a "+moveleft;+c_change;r_cleardecals"
  89. bind s "+back;+c_change;r_cleardecals"
  90. bind d "+moveright;+c_change;r_cleardecals"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement