Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. // mouse
  2. m_rawinput "1"
  3. m_mouseaccel1 "0"
  4. m_mouseaccel2 "0"
  5. m_customaccel "0"
  6. sensitivity "1"
  7.  
  8. // crosshair
  9. cl_crosshairalpha "200"
  10. cl_crosshaircolor "1"
  11. cl_crosshaircolor_b "50"
  12. cl_crosshaircolor_r "50"
  13. cl_crosshaircolor_g "250"
  14. cl_crosshairdot "0"
  15. cl_crosshairgap "0"
  16. cl_crosshairsize "5"
  17. cl_crosshairstyle "4"
  18. cl_crosshairusealpha "1"
  19. cl_crosshairthickness "1.5"
  20. cl_fixedcrosshairgap "0"
  21. cl_crosshair_outlinethickness "0"
  22. cl_crosshair_drawoutline "0"
  23.  
  24. // rates
  25. cl_cmdrate "128"
  26. cl_updaterate "128"
  27. cl_interp "0"
  28. cl_interp_ratio "1"
  29. cl_interpolate "0"
  30. rate "128000"
  31.  
  32. // bobbing and Movement Shifting
  33. cl_viewmodel_shift_left_amt "0"
  34. cl_viewmodel_shift_right_amt "0"
  35. cl_bob_lower_amt "0"
  36. cl_bobamt_lat "0"
  37. cl_bobamt_vert "0"
  38. cl_showloadout "1"
  39. cl_bobcycle "1"
  40.  
  41. // sound
  42. snd_headphone_pan_exponent 2.0
  43. snd_front_headphone_position 45.0
  44. snd_rear_headphone_position 135.0
  45. snd_setmixer PlayerFootsteps vol 0.1
  46. snd_setmixer GlobalFootsteps vol 1.2
  47. snd_setmixer Ambient vol 0.0
  48.  
  49. r_drawtracers_firstperson "0"
  50. fps_max "999"
  51.  
  52. host_writeconfig
  53. echo autoexec loaded!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement