Advertisement
Guest User

Militant's Autoexec (CSGO)

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. // CONSOLE
  2. con_enable "1"
  3. net_graph "0"
  4. cl_showfps "0"
  5.  
  6. // NETCODE
  7. cl_cmdrate "128"
  8. cl_updaterate "128"
  9. cl_interp "0"
  10. cl_interp_ratio "1"
  11. cl_predictweapons "1"
  12. clientport "1337"
  13.  
  14. //HUD
  15. net_graphproportionalfont "0"
  16. net_graphheight "0"
  17. hud_scaling "0.8"
  18. hud_showtargetid "1"
  19. cl_autowepswitch "0"
  20.  
  21. // repositions the gunmodel to mimic CSS more closely.
  22. viewmodel_presetpos "0"
  23. viewmodel_fov "68.000000"
  24. viewmodel_offset_x "1.600000"
  25. viewmodel_offset_y "2.0"
  26. viewmodel_offset_z "-2.0"
  27.  
  28. // removes the shifting of the arm when crouching down.
  29. cl_viewmodel_shift_left_amt "0.500000"
  30. cl_viewmodel_shift_right_amt "0.250000"
  31. m_mousespeed 0
  32. m_mouseaccel 0
  33.  
  34. // removes the bobbing of the weapon back and forth, when you run.
  35. cl_bobamt_vert "0"
  36. cl_bob_lower_amt "5.000000"
  37. cl_bobamt_lat "0.100000"
  38.  
  39. //Auto Weapon Switch
  40. cl_autowepswitch "0"
  41.  
  42. //Deathcam - optional again
  43. cl_disablefreezecam "1"
  44.  
  45. //Gun Tracers - these are bad, really misleading
  46. r_drawtracers_firstperson "0"
  47.  
  48. //Help Messages - you dont need these
  49. gameinstructor_enable "0"
  50. cl_autohelp "0"
  51. cl_showhelp "0"
  52.  
  53. //HUD - adjust for preference i guess
  54. hud_scaling ".95"
  55. hud_showtargetid "1"
  56. bind "TAB" "+ng"; //
  57. alias "+ng" "+showscores; net_graph 1" // these 3 = only show netgraph when tab/scoreboard is held
  58. alias "-ng" "-showscores; net_graph 0" //
  59.  
  60. //Max Ping - adjust for preference
  61. mm_dedicated_search_maxping "100"
  62.  
  63. //disabled annoying MOTDs
  64. cl_disablehtmlmotd "0"
  65. cl_downloadfilter "nosounds"
  66.  
  67. //Sound - less delayed, better sound
  68. windows_speaker_config "1"
  69. snd_mixahead "0.05"
  70. snd_musicvolume "0"
  71. snd_headphone_pan_exponent "2"
  72. snd_headphone_pan_radial_weight "1"
  73. snd_rear_headphone_position "90"
  74. bind "kp_minus" "toggle voice_enable 1 0"
  75.  
  76. //AWP Quickswitch
  77. bind q fastswitchalias
  78. alias normalswitch "bind q lastinv;echo " ";echo "FastSwitch turned OFF";echo " ";bind \ fastswitch"
  79. alias fastswitch "bind q fastswitchalias;echo " ";echo "FastSwitch turned ON";echo " ";bind \ normalswitch"
  80. alias fastswitchalias "use weapon_knife;use weapon_awp;use weapon_ssg08"
  81. bind \ normalswitch
  82.  
  83. //Damage Given Info
  84. developer 1
  85. con_filter_enable 2
  86. con_filter_text_out "Player:"
  87. con_filter_text "damage Given"
  88.  
  89. //Clear Decals On Movement
  90. bind "w" "+forward; r_cleardecals;"
  91. bind "a" "+moveleft; r_cleardecals;"
  92. bind "s" "+back; r_cleardecals;"
  93. bind "d" "+moveright; r_cleardecals;"
  94.  
  95. //Crosshair
  96. cl_crosshair_drawoutline "0"
  97. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  98. cl_crosshair_dynamic_splitalpha_innermod "1"
  99. cl_crosshair_dynamic_splitalpha_outermod "0.500000"
  100. cl_crosshair_dynamic_splitdist "7"
  101. cl_crosshair_outlinethickness "1"
  102. cl_crosshair_sniper_show_normal_inaccuracy "0"
  103. cl_crosshair_sniper_width "1"
  104. cl_crosshair_t "1"
  105. cl_crosshairalpha "200"
  106. cl_crosshaircolor "0"
  107. cl_crosshaircolor_b "0"
  108. cl_crosshaircolor_g "0"
  109. cl_crosshaircolor_r "255"
  110. cl_crosshairdot "1"
  111. cl_crosshairgap "-2.000000"
  112. cl_crosshairgap_useweaponvalue "0"
  113. cl_crosshairscale "0"
  114. cl_crosshairsize "35.000000"
  115. cl_crosshairstyle "2"
  116. cl_crosshairthickness "0.500000"
  117. cl_crosshairusealpha "1"
  118. cl_fixedcrosshairgap "-4.5"
  119.  
  120.  
  121. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement