Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. // MOUSESETTINGS
  2. m_customaccel "0"
  3. m_customaccel_exponent "1.05000"
  4. m_customaccel_max "0"
  5. m_customaccel_scale "0.04"
  6. m_forward "1"
  7. m_mouseaccel1 "0"
  8. m_mouseaccel2 "0"
  9. m_mousespeed "0"
  10. m_pitch "0.022"
  11. m_rawinput "1"
  12. m_side "0.8"
  13. m_yaw "0.022"
  14.  
  15.  
  16. // removes the shifting of the arm when crouching down. & Bobbing stuff
  17. cl_viewmodel_shift_left_amt "0"
  18. cl_viewmodel_shift_right_amt "0"
  19. cl_bob_lower_amt "0"
  20. cl_bobamt_lat "0"
  21. cl_bobamt_vert "0"
  22.  
  23. // lowers delay between sounds.
  24.  
  25. snd_mixahead "0.05"
  26.  
  27. // sets interpolation values.
  28.  
  29. cl_interp "0"
  30. cl_interp_ratio "1"
  31.  
  32. cl_interpolate "1"
  33. cl_lagcompensation "1"
  34.  
  35.  
  36. // usual rate commands
  37.  
  38. cl_cmdrate "128"
  39. cl_updaterate "128"
  40. rate "786432"
  41.  
  42. // causes the scope to move less while moving scoped and reduces bobbing effect
  43.  
  44. cl_bobcycle "0.98"
  45.  
  46.  
  47. //
  48. // stuff command line statements
  49. //
  50. stuffcmds
  51.  
  52. fps_max 400
  53.  
  54. cl_allowdownload "1"
  55. cl_allowupload "0"
  56. cl_autohelp "0"
  57.  
  58. exec jumpbind.cfg
  59. exec jumpbind
  60.  
  61. echo "loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement