Advertisement
Guest User

miracle autoexec.cfg

a guest
Jul 1st, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 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, matchmaking is 64 but this is usually fine
  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. cl_crosshairalpha "255"
  50. cl_crosshaircolor "1"
  51. cl_crosshaircolor_b "216"
  52. cl_crosshaircolor_r "2"
  53. cl_crosshaircolor_g "36"
  54. cl_crosshairdot "0"
  55. cl_crosshairgap "-1"
  56. cl_crosshairsize "3"
  57. cl_crosshairstyle "4"
  58. cl_crosshairusealpha "1"
  59. cl_crosshairthickness "1"
  60. cl_fixedcrosshairgap "-1"
  61. cl_crosshair_outlinethickness "1"
  62. cl_crosshair_drawoutline "0"
  63.  
  64. bind mwheeldown +jump
  65. bind mwheelup +duck
  66. bind space +jump
  67. bind w +forward
  68. bind s +back
  69. bind a +moveleft
  70. bind d +moveright
  71. bind mouse1 +jump
  72. bind mouse2 +attack2
  73. fps_max 900
  74. echo "Autoexec Config loaded"
  75. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement