Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. //Auto Weapon Switch
  2. cl_autowepswitch "0"
  3.  
  4. //Bobbing and Movement Shifting
  5. cl_viewmodel_shift_left_amt "0"
  6. cl_viewmodel_shift_right_amt "0"
  7. cl_bob_lower_amt "0"
  8. cl_bobamt_lat "0"
  9. cl_bobamt_vert "0"
  10. cl_showloadout "1"
  11. cl_bobcycle "1"
  12.  
  13. //Buy Menu
  14. cl_use_opens_buy_menu "0"
  15.  
  16. //Bypass OS Interface & Acceleration
  17. m_rawinput "1"
  18. m_mouseaccel1 "0"
  19. m_mouseaccel2 "0"
  20.  
  21. //Crosshair
  22. cl_crosshair_drawoutline "1"
  23. cl_crosshair_outlinethickness "1"
  24. cl_crosshaircolor "5"
  25. cl_crosshaircolor_b "255"
  26. cl_crosshaircolor_g "0"
  27. cl_crosshaircolor_r "255"
  28. cl_crosshairdot "1"
  29. cl_crosshairsize "-1"
  30. cl_crosshairthickness "1"
  31. cl_crosshairalpha "255"
  32. cl_crosshairgap "-8"
  33. cl_crosshairstyle "2"
  34. cl_crosshairusealpha "1"
  35. cl_fixedcrosshairgap "-8"
  36.  
  37. //Damage Information
  38. con_filter_text damage
  39. con_filter_enable 1
  40.  
  41. //Deathcam
  42. cl_disablefreezecam "1"
  43.  
  44. //Gun Tracers
  45. r_drawtracers_firstperson "0"
  46.  
  47. //Help Messages
  48. gameinstructor_enable "0"
  49. cl_autohelp "0"
  50. cl_showhelp "0"
  51.  
  52. //HUD
  53. hud_scaling ".95"
  54. hud_showtargetid "1"
  55. cl_radar_scale "0.4"
  56. bind "TAB" "+ng";
  57. alias "+ng" "+showscores; net_graph 1"
  58. alias "-ng" "-showscores; net_graph 0"
  59. hud_showtargetid "0"
  60.  
  61. //Max Ping
  62. mm_dedicated_search_maxping "85"
  63.  
  64. //MOTD
  65. cl_disablehtmlmotd "1"
  66. cl_downloadfilter "nosounds"
  67.  
  68. //Performance & Rates
  69. cl_forcepreload "1"
  70. cl_interp "0"
  71. cl_interp_ratio "1"
  72. cl_cmdrate "128"
  73. cl_updaterate "128"
  74. rate "128000"
  75.  
  76. //Radar
  77. cl_radar_scale "0.3"
  78. cl_radar_rotate "0"
  79. cl_radar_always_centered "0"
  80. cl_radar_scale "0.32"
  81. cl_radar_icon_scale_min ".5"
  82. bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05"
  83.  
  84. //Sound
  85. windows_speaker_config "1"
  86. snd_mixahead "0.05"
  87. snd_musicvolume "0"
  88. snd_headphone_pan_exponent "2"
  89. snd_headphone_pan_radial_weight "1"
  90. snd_rear_headphone_position "90"
  91. bind "kp_minus" "toggle voice_enable 1 0"
  92. lobby_voice_chat_enabled "0"
  93.  
  94. //Weapon Switcher
  95. bind "q" "knife"
  96. alias "knife" "slot3; bind q primary"
  97. alias "primary" "lastinv; bind q knife"
  98. bind "1" "slot1; bind q knife"
  99. bind "2" "slot2; bind q knife"
  100. bind "3" "slot3; bind q primary"
  101. bind "4" "slot4; bind q knife"
  102. bind "5" "slot5; bind q knife"
  103.  
  104. //Grenade Switcher
  105. bind "mouse4" "slot4"
  106.  
  107. //Frames Per Second
  108. fps_max "74"
  109. fps_max_menu "74"
  110.  
  111. //Gamma and Brightness
  112. mat_monitorgamma_tv_enabled "0"
  113. mat_monitorgamma 2.1
  114.  
  115. //Object Break
  116. func_break_max_pieces "0"
  117.  
  118. //Map Preload
  119. cl_forcepreload "1"
  120.  
  121. //Multi-Core Auto-Detect
  122. mat_queue_mode "2"
  123.  
  124. echo "Autoexec Config loaded"
  125. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement