Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. //launch options: -novid -console -tickrate 128
  2.  
  3. echo "executing autoexec.cfg..."
  4.  
  5. //rate
  6.  
  7. rate "786432"
  8. cl_cmdrate "128"
  9. cl_updaterate "128"
  10. cl_interp "0.0"
  11. cl_interp_ratio "1"
  12. cl_timeout "300"
  13.  
  14.  
  15.  
  16.  
  17. //crosshair
  18.  
  19. cl_crosshairalpha "255"
  20. cl_crosshaircolor "4"
  21. cl_crosshaircolor_b "250"
  22. cl_crosshaircolor_r "50"
  23. cl_crosshaircolor_g "250"
  24. cl_crosshairdot "0"
  25. cl_crosshairsize "3"
  26. cl_crosshairstyle "4"
  27. cl_crosshairusealpha "1"
  28. cl_crosshairthickness "1"
  29. cl_crosshairgap -2
  30.  
  31. cl_crosshairalpha "200"
  32. cl_crosshaircolor "5"
  33. cl_crosshaircolor_b "255"
  34. cl_crosshaircolor_r "0"
  35. cl_crosshaircolor_g "250"
  36. cl_crosshairdot "0"
  37. cl_crosshairgap "-2"
  38. cl_crosshairsize "5"
  39. cl_crosshairstyle "4"
  40. cl_crosshairusealpha "1"
  41. cl_crosshairthickness "0.5"
  42. cl_fixedcrosshairgap "0"
  43. cl_crosshair_outlinethickness "0"
  44. cl_crosshair_drawoutline "0"
  45.  
  46.  
  47.  
  48.  
  49.  
  50. //mouse
  51.  
  52. m_customaccel 0
  53. m_rawinput 1
  54. m_mouseaccel1 "0"
  55. m_mouseaccel2 "0"
  56. m_mousespeed 0
  57.  
  58. //binds
  59.  
  60.  
  61.  
  62. alias "+jumpthrow" "+jump;-attack"
  63. alias "-jumpthrow" "-jump"
  64. bind "g" "+jumpthrow"
  65.  
  66.  
  67. //audio
  68.  
  69. snd_mixahead "0.05"
  70. snd_musicvolume "0"
  71. snd_headphone_pan_exponent "2"
  72. snd_headphone_pan_radial_weight "2"
  73. snd_legacy_surround "0"
  74. snd_pitchquality "1"
  75. dsp_enhance_stereo "0"
  76. voice_mixer_volume from "0.70"
  77. voice_mixer_volume "0.86"
  78.  
  79. //misc
  80.  
  81. cl_freezecameffects_showholiday "0"
  82. cl_downloadfilter "nosounds"
  83. cl_use_opens_buy_menu "0"
  84. con_filter_text damage
  85. con_filter_enable "2"
  86. gameinstructor_enable "0"
  87. ui_steam_overlay_notification_position "bottomright"
  88.  
  89. cl_bob_lower_amt "5"
  90. cl_bobamt_lat "0.1"
  91. cl_bobamt_vert "0.1"
  92. cl_viewmodel_shift_left_amt "0.5"
  93. cl_viewmodel_shift_right_amt "0.25"
  94.  
  95.  
  96. r_eyegloss "0"
  97. r_eyemove "0"
  98. r_eyeshift_x "0"
  99. r_eyeshift_y "0"
  100. r_eyeshift_z "0"
  101. r_eyesize "0"
  102.  
  103. echo "DONE."
  104.  
  105.  
  106.  
  107. echo "writing config.cfg..."
  108.  
  109. host_writeconfig
  110.  
  111. echo "DONE."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement