Advertisement
Guest User

Untitled

a guest
May 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. //BINDS
  2. bind "kp_pgup" "buy P250"
  3. bind "l" "exec autoexec.cfg"
  4. // Global
  5.  
  6. alias "+jumpthrow" "+jump;-attack"
  7. alias "-jumpthrow" "-jump"
  8. bind "c" "+jumpthrow"
  9.  
  10.  
  11. //NETSETTINGS
  12. rate "80000"
  13. cl_cmdrate "128"
  14. cl_updaterate "128"
  15. cl_interp "0"
  16. cl_interp_ratio "1"
  17.  
  18. // MOUSE
  19. m_customaccel "0"
  20. m_customaccel_exponent "1.05"
  21. m_customaccel_max "0"
  22. m_customaccel_scale "0.04"
  23. m_forward "1"
  24. m_mouseaccel1 "0"
  25. m_mouseaccel2 "0"
  26. m_mousespeed "1"
  27. m_pitch "0.022"
  28. m_rawinput "0"
  29. m_side "0.8"
  30. m_yaw "0.022"
  31. sensitivity "1.5"
  32.  
  33.  
  34. // VIEWMODEL
  35. viewmodel_fov "65"
  36. viewmodel_offset_x "2.5"
  37. viewmodel_offset_y "2"
  38. viewmodel_offset_z "-2"
  39. cl_bob_lower_amt "5"
  40. cl_bobamt_lat "0.1"
  41. cl_bobamt_vert "0.1"
  42. cl_bobcycle "0.98"
  43. cl_viewmodel_shift_left_amt "0.5"
  44. cl_viewmodel_shift_right_amt "0.25"
  45.  
  46. // NETGRAPH
  47. net_graph "1"
  48. net_graphheight "64"
  49. net_graphmsecs "400"
  50. net_graphpos "2"
  51. net_graphproportionalfont "0"
  52. net_graphshowinterp "1"
  53. net_graphshowlatency "1"
  54. net_graphsolid "1"
  55. net_graphtext "1"
  56.  
  57. // SOUND
  58. snd_mixahead "0.05"
  59.  
  60. // OTHER
  61. hud_scaling "0.95"
  62. cl_righthand "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement