Advertisement
Guest User

Autoexec.cfg

a guest
Oct 1st, 2015
5,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. //Auto Weapon Switch
  2. cl_autowepswitch "0" //
  3.  
  4. cl_viewmodel_shift_left_amt "0"
  5. cl_viewmodel_shift_right_amt "0"
  6. cl_bob_lower_amt "0"
  7. cl_bobamt_lat "0"
  8. cl_bobamt_vert "0"
  9. cl_showloadout "1"
  10. cl_bobcycle "1"
  11.  
  12. //Mouse Settings-
  13. m_rawinput "1"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16.  
  17. //Deathcam -
  18. cl_disablefreezecam "1"
  19.  
  20. //Gun Tracers -
  21. r_drawtracers_firstperson "0"
  22.  
  23. //Help Messages -
  24. gameinstructor_enable "0"
  25. cl_autohelp "0"
  26. cl_showhelp "0"
  27.  
  28. //HUD -
  29. hud_showtargetid "1"
  30. bind "TAB" "+ng"
  31. alias "+ng" "+showscores; net_graph 1;"
  32. alias "-ng" "-showscores; net_graph 0;"
  33.  
  34. //Max Ping -
  35. mm_dedicated_search_maxping "100"
  36.  
  37. //Performance & Rates -
  38. cl_forcepreload "1"
  39. cl_interp "0"
  40. cl_interp_ratio "1"
  41. cl_cmdrate "128"
  42. cl_updaterate "128"
  43. rate "128000"
  44. fps_max 999
  45. sv_consistency 0
  46.  
  47. //Sound -
  48. windows_speaker_config "1"
  49. snd_mixahead "0.05"
  50. snd_musicvolume "0"
  51. snd_headphone_pan_exponent "2"
  52. snd_headphone_pan_radial_weight "1"
  53. snd_rear_headphone_position "90"
  54. bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
  55.  
  56. //Controls-
  57. bind mwheeldown +jump
  58. bind mwheelup +duck
  59. bind w +forward
  60. bind s +back
  61. bind a +moveleft
  62. bind d +moveright
  63. bind f slot7
  64. bind mouse1 +attack
  65. bind mouse2 +attack2
  66. bind space +jump
  67. unbind z
  68. unbind c
  69. bind r +reload
  70. unbind v
  71. unbind i
  72. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement