Advertisement
lowheartrate

My autoexec.cfg

Apr 15th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. cl_crosshairalpha "200";
  2. cl_crosshaircolor "5";
  3. cl_crosshaircolor_b "203";
  4. cl_crosshaircolor_r "31";
  5. cl_crosshaircolor_g "53";
  6. cl_crosshairdot "0";
  7. cl_crosshairgap "-1";
  8. cl_crosshairsize "2";
  9. cl_crosshairstyle "5";
  10. cl_crosshairusealpha "1";
  11. cl_crosshairthickness "0.5";
  12. cl_fixedcrosshairgap "-1";
  13. cl_crosshair_outline "0";
  14. cl_crosshair_outline_draw "0";
  15.  
  16.  
  17.  
  18.  
  19. //Sound - less delayed, better sound
  20. windows_speaker_config "1"
  21. snd_mixahead "0.05"
  22. snd_musicvolume "0"
  23. snd_headphone_pan_exponent "2"
  24. snd_headphone_pan_radial_weight "1"
  25. snd_rear_headphone_position "90"
  26. bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
  27.  
  28. // Rates and Interpolation
  29. rate "128000"
  30. cl_cmdrate "128"
  31. cl_updaterate "128"
  32. cl_interp_ratio "1"
  33. cl_interp "0"
  34. cl_lagcompensation "1"
  35. cl_pred_optimize "2"
  36. cl_predict "1"
  37. cl_predictweapons "1"
  38. cl_smooth "0"
  39. cl_smoothtime "0"
  40. cl_wpn_sway_interp "0"
  41. cl_disablehtmlmotd "0"
  42.  
  43. echo "Rate Settings loaded"
  44.  
  45. // Mouse commands
  46. m_rawinput "1"
  47. m_mouseaccel1 "0"
  48. m_mouseaccel2 "0"
  49.  
  50.  
  51. // Miscellaneous
  52. cl_autowepswitch "0"
  53. cl_autohelp "0"
  54. cl_showhelp "0"
  55. cl_righthand "0"
  56. cl_forcepreload "1"
  57. hud_showtargetid "0"
  58. fps_max "300"
  59. net_graph "1"
  60. net_allow_multicast "1"
  61. net_graphheight "100"
  62. net_graphmsecs "400"
  63. net_graphpos "1"
  64. net_graphproportionalfont "0"
  65. net_graphshowinterp "1"
  66. net_graphshowlatency "1"
  67. net_graphsolid "1"
  68. net_graphtext "1"
  69. net_maxroutable "1200"
  70. net_scale "5"
  71. net_steamcnx_allowrelay "1"
  72. mm_dedicated_search_maxping "90"
  73. mm_session_search_ping_limit "50"
  74.  
  75.  
  76. // HUD settings
  77. cl_hud_background_alpha "0.700000"
  78. cl_hud_bomb_under_radar "1"
  79. cl_hud_color "4"
  80. cl_hud_healthammo_style "1"
  81. cl_hud_playercount_pos "1"
  82. cl_hud_playercount_showcount "1"
  83. cl_hud_radar_scale "1"
  84.  
  85. developer "1"
  86. con_filter_text Damage
  87. con_filter_text_out Player :
  88. con_filter_enable "1"
  89.  
  90. echo "Autoexec Config loaded" // make sure this autoexec does its fine
  91. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement