Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. // knife bind
  2.  
  3. alias +knife slot3
  4. alias -knife lastinv
  5. bind q +knife
  6.  
  7. // rate Commands
  8.  
  9. cl_cmdrate "128"
  10. cl_updaterate "128"
  11. cl_showloadout "1"
  12. snd_mixahead "0.055"
  13. snd_headphone_pan_exponent "2"
  14. snd_front_headphone_position 45
  15. snd_rear_headphone_position 135
  16. cl_forcepreload "1"
  17. cl_interp "0"
  18. cl_interp_ratio "2"
  19. rate "786432"
  20. cl_thread_bone_setup "1"
  21. sv_forcepreload "1"
  22. cl_lagcompensation "1"
  23. mat_queue_mode "2"
  24.  
  25.  
  26. // lowers delay and disables music
  27.  
  28. snd_mixahead "0.05"
  29. snd_mix_async "1"
  30. snd_musicvolume "0"
  31.  
  32. // crosshair
  33.  
  34. cl_crosshairalpha 255;
  35. cl_crosshaircolor 2;
  36. cl_crosshairdot 0;
  37. cl_crosshairgap -2;
  38. cl_crosshairsize 3;
  39. cl_crosshairstyle 4;
  40. cl_crosshairusealpha 1;
  41. cl_crosshairthickness 1;
  42. cl_crosshair_sniper_width 1;
  43. cl_crosshair_drawoutline 0;
  44.  
  45. // ignores servers above 70 ping
  46.  
  47. mm_dedicated_search_maxping 70
  48.  
  49. // removes OS mouse accel
  50.  
  51. m_rawinput "1"
  52. m_mouseaccel1 "0"
  53. m_mouseaccel2 "0"
  54.  
  55. // left hand toggle
  56.  
  57. bind k "toggle cl_righthand 0 1"
  58.  
  59. // fps max
  60.  
  61. fps_max 999
  62.  
  63. // JumpThrow
  64. bind "H" "+jumpthrow"
  65. alias "+jumpthrow" "+jump;-attack"
  66. alias "-jumpthrow" "-jump"
  67.  
  68. // Jump
  69. bind mwheelup +jump
  70. bind mwheeldown +jump
  71. bind space +jump
  72.  
  73. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement