Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. //Auto Weapon Switch
  2. cl_autowepswitch "0"
  3. //Bobbing and Movement Shifting -
  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 -
  13. m_rawinput "1"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16.  
  17. //Gun Tracers
  18. r_drawtracers_firstperson "0"
  19.  
  20. //Help Messages -
  21. gameinstructor_enable "0"
  22. cl_autohelp "0"
  23. cl_showhelp "0"
  24.  
  25. //HUD -
  26. hud_showtargetid "1"
  27. bind "TAB" "+ng"; //
  28. alias "+ng" "+showscores; net_graph 1" // these 3 = only show netgraph when tab/scoreboard is held
  29. alias "-ng" "-showscores; net_graph 0" //
  30.  
  31. mm_dedicated_search_maxping "100"
  32. //Performance & Rates - rates for 128 tick servers
  33. cl_forcepreload "1"
  34. cl_interp "0"
  35. cl_interp_ratio "1"
  36. cl_cmdrate "128"
  37. cl_updaterate "128"
  38. rate "128000"
  39.  
  40. //Sound -
  41. windows_speaker_config "1"
  42. snd_mixahead "0.05"
  43. snd_musicvolume "0"
  44. snd_headphone_pan_exponent "2"
  45. snd_headphone_pan_radial_weight "1"
  46. snd_rear_headphone_position "90"
  47. bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
  48.  
  49.  
  50. bind mwheeldown +jump
  51. bind mwheelup +duck
  52. bind space +jump
  53. bind w +forward
  54. bind s +back
  55. bind a +moveleft
  56. bind d +moveright
  57. bind mouse1 +attack
  58. bind mouse2 +attack2
  59. fps_max 999
  60. echo "Autoexec Config loaded"
  61. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement