Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. //Autoexec
  2.  
  3. host_writeconfig
  4.  
  5. // Crosshair
  6.  
  7. cl_crosshairalpha "255"
  8. cl_crosshaircolor "5"
  9. cl_crosshaircolor_b "0"
  10. cl_crosshaircolor_g "255"
  11. cl_crosshaircolor_r "0"
  12. cl_crosshairdot "0"
  13. cl_crosshairsize "2"
  14. cl_crosshairthickness "0.5"
  15. cl_crosshairusealpha "1"
  16. cl_crosshairstyle "2"
  17. cl_crosshairgap "0"
  18. cl_fixedcrosshairgap "-1"
  19. cl_crosshair_dynamic_maxdist_splitratio "0"
  20. cl_crosshair_dynamic_splitalpha_innermod "1"
  21. cl_crosshair_dynamic_splitdist "1"
  22.  
  23.  
  24. // Viewmodel
  25.  
  26. viewmodel_fov "68"
  27. viewmodel_offset_x "-2"
  28. viewmodel_offset_y "-2"
  29. viewmodel_offset_z "-2"
  30. viewmodel_presetpos "0.5"
  31. r_drawtracers_firstperson "0"
  32.  
  33.  
  34. // Bobbing and movement shifting
  35.  
  36. cl_viewmodel_shift_left_amt "0"
  37. cl_viewmodel_shift_right_amt "0"
  38. cl_bob_lower_amt "0"
  39. cl_bobamt_lat "0"
  40. cl_bobamt_vert "0"
  41. cl_bobcycle "1"
  42.  
  43.  
  44. // Audio
  45.  
  46. snd_mixahead "0.05"
  47. snd_headphone_pan_exponent "2"
  48. snd_musicvolume "0"
  49.  
  50.  
  51. // Rates and Interpolation
  52.  
  53. cl_cmdrate "128"
  54. cl_updaterate "128"
  55. cl_interp "0"
  56. cl_interp_ratio "1"
  57. rate "128000"
  58.  
  59.  
  60. // Mouse commands
  61.  
  62. m_rawinput "0"
  63. m_mouseaccel1 "0"
  64. m_mouseaccel2 "0"
  65.  
  66.  
  67. // Miscellaneous
  68.  
  69. cl_autowepswitch "0"
  70. cl_autohelp "0"
  71. cl_showhelp "0"
  72. cl_righthand "1"
  73. cl_forcepreload "1"
  74. hud_showtargetid "0"
  75. net_graph "0"
  76. mm_dedicated_search_maxping "150"
  77. mm_session_search_ping_limit "50"
  78. sensitivity "4.00"
  79. zoom_sensitivity_ratio_mouse "0.75"
  80. fps_max "225"
  81. cl_disablehtmlmotd "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement