Advertisement
Raidmeister

autoexec

Mar 11th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // CSGO Autoexec
  2.  
  3. // Fps & Tweaks
  4. fps_max "999"
  5. fps_max_menu "300"
  6.  
  7. mat_queue_mode "2"
  8. cl_forcepreload "1"
  9.  
  10. r_eyegloss "0"
  11. r_eyemove "0"
  12. r_eyeshift_x "0"
  13. r_eyeshift_y "0"
  14. r_eyeshift_z "0"
  15. r_eyesize "0"
  16.  
  17. // Bhop Mode
  18. bind mouse3 "bhopon" // toggle scroll wheel bhop
  19. alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  20. alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  21.  
  22. // Jumpthrow
  23. bind "j" "+jumpthrow"
  24. alias "+jumpthrow" "+jump;+attack"
  25. alias "-jumpthrow" "-jump;-attack"
  26.  
  27. // Drop Bomb
  28. alias "dropc4" "use weapon_c4;drop;say_team DROPPING BOMB AT MY POSITION"
  29. bind 6 "dropc4"
  30.  
  31. // Drop & Insta Pickup
  32. bind "q" "+dropkey
  33. alias "+dropkey" "drop; cl_autowepswitch 1"
  34. alias "-dropkey" "cl_autowepswitch 0"
  35.  
  36. // Netgraph Only With Scoreboard
  37. net_graph "1"
  38. net_graphheight "9999"
  39. alias "+scorenet" "+showscores; net_graphheight 0"
  40. alias "-scorenet" "-showscores; net_graphheight 9999"
  41. bind "TAB" "+scorenet"
  42.  
  43. // Mouse
  44. sensitivity "2.0"
  45. zoom_sensitivity_ratio_mouse "1.0"
  46. m_rawinput "1"
  47. m_pitch "0.022"
  48. m_yaw "0.022"
  49. m_customaccel "0"
  50. m_mouseaccel1 "0"
  51. m_mouseaccel2 "0"
  52.  
  53. // Crosshair
  54. cl_crosshair_drawoutline "1"
  55. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  56. cl_crosshair_dynamic_splitalpha_innermod "1"
  57. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  58. cl_crosshair_dynamic_splitdist "7"
  59. cl_crosshair_outlinethickness "1"
  60. cl_crosshair_sniper_show_normal_inaccuracy "0"
  61. cl_crosshair_sniper_width "1"
  62. cl_crosshair_t "0"
  63. cl_crosshairalpha "255"
  64. cl_crosshaircolor "5"
  65. cl_crosshaircolor_b "255"
  66. cl_crosshaircolor_g "145"
  67. cl_crosshaircolor_r "0"
  68. cl_crosshairdot "0"
  69. cl_crosshairgap "-0.500000"
  70. cl_crosshairgap_useweaponvalue "0"
  71. cl_crosshairscale "0"
  72. cl_crosshairsize "2.000000"
  73. cl_crosshairstyle "5"
  74. cl_crosshairthickness "0.500000"
  75. cl_crosshairusealpha "1"
  76. cl_fixedcrosshairgap "3"
  77.  
  78. // View Model
  79. viewmodel_fov "65.000000"
  80. viewmodel_offset_x "1"
  81. viewmodel_offset_y "1"
  82. viewmodel_offset_z "-1.500000"
  83. viewmodel_presetpos "0"
  84.  
  85. // Bobbing / Shifting
  86. cl_viewmodel_shift_left_amt "0.250000"
  87. cl_viewmodel_shift_right_amt "0.250000"
  88. cl_bob_lower_amt "0.250000"
  89. cl_bobamt_lat "0.250000"
  90. cl_bobamt_vert "0.250000"
  91. cl_bobcycle "0.95"
  92.  
  93. // Radar
  94. cl_radar_square_with_scoreboard "1.0"
  95. cl_hud_radar_scale "1.15"
  96. cl_radar_scale "0.35"
  97. cl_radar_rotate "1"
  98. cl_radar_always_centered "0"
  99. cl_radar_icon_scale_min "0.8"
  100. cl_teammate_colors_show "1"
  101.  
  102. // HUD
  103. hud_showtargetid "1"
  104. hud_scaling "0.75"
  105.  
  106. cl_hud_healthammo_style "0"
  107. cl_hud_playercount_pos "0"
  108. cl_hud_playercount_showcount "0"
  109. cl_hud_color "3"
  110. cl_hud_background_alpha "0.75"
  111. cl_hud_bomb_under_radar "1"
  112.  
  113. // Sound
  114. Volume "0.1"
  115. dsp_enhance_stereo "0"
  116. windows_speaker_config "1"
  117.  
  118. snd_mixahead "0.05"
  119. snd_musicvolume "0.2"
  120. snd_menumusic_volume "0.2"
  121. snd_roundend_volume "0.2"
  122. snd_roundstart_volume "0.2"
  123. snd_mapobjective_volume "0.2"
  124. snd_deathcamera_volume "0.2"
  125. snd_tensecondwarning_volume "0.2"
  126. snd_legacy_surround "0"
  127. snd_pitchquality "1"
  128. snd_headphone_pan_exponent "2"
  129. snd_headphone_pan_radial_weight "2"
  130. snd_front_headphone_position "90"
  131. snd_rear_headphone_position "90"
  132.  
  133. bind "kp_plus" "toggle volume 0.1 0.15 0.2"
  134.  
  135. // Misc
  136. developer "0"
  137. con_enable "1"
  138. con_filter_enable "2"
  139. con_filter_text "Damage"
  140. cl_autowepswitch "0"
  141. cl_disablefreezecam "1"
  142. r_drawtracers_firstperson "0"
  143. mm_dedicated_search_maxping "50"
  144. cl_disablehtmlmotd "1"
  145. player_nevershow_communityservermessage "1"
  146.  
  147. // Help Messages
  148. gameinstructor_enable "0"
  149. cl_autohelp "0"
  150. cl_showhelp "0"
  151.  
  152. // Performance & Rates
  153. cl_interp "0"
  154. cl_interp_ratio "1"
  155. cl_cmdrate "128"
  156. cl_updaterate "128"
  157. rate "786432"
  158.  
  159. // Load Config
  160. echo "C0nfig's Autoexec Config Loaded"
  161. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement