Advertisement
Guest User

CSGO Autoexec

a guest
Apr 18th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. // --------------------------------------------------
  2. // Counter-Strike: Global Offensive autoexec file
  3. // --------------------------------------------------
  4.  
  5. // Launch options
  6. // -d3d9ex -noaafonts -noborder -high -nod3d9ex1 -nojoy -threads 2 -noforcemparms -noforcemaccel -novid -refresh 60 +mat_queue_mode 2 -tickrate 128 +exec autoexec.cfg
  7.  
  8. // Clear console
  9. clear
  10.  
  11. echo
  12. echo "===================================="
  13. echo
  14. echo " Initializing ob4x's CS:GO config"
  15. echo
  16. echo "===================================="
  17.  
  18. // --------------------------------------------------
  19. // Keybinds
  20. // --------------------------------------------------
  21.  
  22. echo
  23. echo "\\\\\ Loading KEYBINDS \\\\\"
  24.  
  25. // ===== Movement and Mouse =====
  26. bind "W" "+forward"
  27. bind "A" "+moveleft"
  28. bind "S" "+back"
  29. bind "D" "+moveright"
  30. bind "H" "+dropBomb"
  31.  
  32. // ===== Viewmodel =====
  33. viewmodel_fov 68;
  34. viewmodel_offset_x 2.5;
  35. viewmodel_offset_y 0;
  36. viewmodel_offset_z -1.5;
  37. viewmodel_presetpos 3;
  38. cl_viewmodel_shift_left_amt 1.5;
  39. cl_viewmodel_shift_right_amt 0.75;
  40. viewmodel_recoil 0;
  41. cl_righthand 1;
  42. cl_bob_lower_amt "5.000000"
  43. cl_bobamt_lat "0.1"
  44. cl_bobamt_vert "0.1"
  45. cl_bobcycle "0.980000"
  46.  
  47. // ===== Sounds =====
  48. snd_mixahead "0.05"
  49. snd_mix_async "1"
  50. snd_stream "1"
  51.  
  52. // ===== Network settings =====
  53. mm_dedicated_search_maxping
  54. rate "786432"
  55. cl_cmdrate "128"
  56. cl_updaterate "128"
  57. cl_interp_ratio "1"
  58. cl_interp "0"
  59. cl_lagcompensation "1"
  60. cl_predict "1"
  61. cl_predictweapons "1"
  62.  
  63. // ===== Audio =====
  64. volume "1.0"
  65. voice_scale "0.35"
  66. //snd_mixahead "0.05"
  67. //snd_headphone_pan_exponent "2"
  68. snd_mute_losefocus "0"
  69. engine_no_focus_sleep "0"
  70. snd_musicvolume "0.15"
  71. snd_deathcamera_volume "0"
  72. snd_menumusic_volume "0"
  73. snd_roundend_volume "0"
  74. snd_roundstart_volume "0"
  75. snd_mapobjective_volume "0"
  76. snd_tensecondwarning_volume "0.4"
  77.  
  78. // ===== HUD =====
  79. hud_scaling "1"
  80. cl_hud_playercount_showcount "1"
  81. cl_showfps "1"
  82. cl_autowepswitch "0"
  83. +cl_show_team_equipment
  84. cl_hud_color "2"
  85. cl_hud_playercount_pos "0"
  86. cl_hud_healthammo_style "1"
  87.  
  88. // ===== Radar =====
  89. cl_radar_always_centered "0"
  90. cl_radar_rotate "1"
  91. cl_radar_scale "0.4"
  92. cl_radar_icon_scale_min "0.4"
  93. cl_radar_square_with_scoreboard "0"
  94.  
  95. // ===== Crosshair =====
  96. cl_crosshaircolor 3;
  97. cl_fixedcrosshairgap -4;
  98. cl_crosshairstyle 1;
  99. hud_showtargetid 1;
  100.  
  101. // ===== Mouse =====
  102. sensitivity 1.5
  103. m_customaccell 0
  104. m_rawinput "1"
  105. m_mouseaccel2 "0"
  106. m_mouseaccel1 "0"
  107. m_customaccel "0"
  108. m_mousespeed "0"
  109.  
  110. // ===== Misc =====
  111. cl_autohelp "0"
  112. cl_disablehtmlmotd "1"
  113. cl_showhelp "0"
  114. cl_downloadfilter "nosounds"
  115. cl_forcepreload "1"
  116. r_dynamic "1"
  117. r_drawtracers "1"
  118. r_drawtracers_firstperson "1"
  119. spec_replay_autostart "0
  120. cl_join_advertise "2"
  121. cl_teamid_overhead_always 1
  122. cl_disablefreezecam "1"
  123. alias +dropBomb "use weapon_knife; use weapon_c4; drop"
  124. alias -dropBomb "slot2; slot1"
  125. ===== FPS =====
  126. mat_queue_mode "2"
  127. r_eyegloss "0"
  128. r_eyemove "0"
  129. r_eyeshift_x "0"
  130. r_eyeshift_y "0"
  131. r_eyeshift_z "0"
  132. r_eyesize "0"
  133. fps_max "0"
  134. ===== Binds/Alias =====
  135. alias "+jumpthrow1" "+jump;-attack;-attack2"
  136. alias "-jumpthrow1" "-jump"
  137. bind "v" "+jumpthrow1"
  138. bind "p" "r_cleardecals"
  139.  
  140. bind del "exec autoexec"
  141.  
  142. // --------------------------------------------------
  143. // Finalize
  144. // --------------------------------------------------
  145.  
  146. echo
  147. echo "\\\\\ FINALIZING \\\\\"
  148.  
  149. host_writeconfig
  150. cl_reload_hud
  151. ui_reloadscheme
  152.  
  153. echo
  154. echo "===================================="
  155. echo
  156. echo " Loaded ob4x's CS:GO config"
  157. echo
  158. echo "===================================="
  159. echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement