Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. // Viewmodel
  3.  
  4. viewmodel_fov "62.5"
  5. viewmodel_offset_x "2"
  6. viewmodel_offset_y "2"
  7. viewmodel_offset_z "-2"
  8.  
  9.  
  10. // Bobbing and movement shifting
  11.  
  12. cl_viewmodel_shift_left_amt "0"
  13. cl_viewmodel_shift_right_amt "0"
  14. cl_bob_lower_amt "0"
  15. cl_bobamt_lat "0"
  16. cl_bobamt_vert "0"
  17. cl_bobcycle "2"
  18.  
  19.  
  20. // Audio
  21.  
  22. snd_mixahead "0.05"
  23. snd_headphone_pan_exponent "2"
  24. snd_musicvolume "0"
  25.  
  26.  
  27. // Rates and Interpolation
  28.  
  29. cl_cmdrate "128"
  30. cl_updaterate "128"
  31. cl_interp "0"
  32. cl_interp_ratio "1"
  33. rate "128000"
  34.  
  35.  
  36. // Mouse commands
  37.  
  38. m_rawinput "1"
  39. m_mouseaccel1 "0"
  40. m_mouseaccel2 "0"
  41.  
  42.  
  43. // Miscellaneous
  44.  
  45. cl_forcepreload "1"
  46. net_graph "1"
  47. mm_dedicated_search_maxping "50"
  48. fps_max "500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement