Created
March 18, 2023 09:05
-
-
Save LBRapid/1c62a786f2e8ed8447c8c2b9a30a7497 to your computer and use it in GitHub Desktop.
New CSGO autoexec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// budi's CS:GO config | |
// Competitive HUD from http://www.spddl.de/csgo/hud/competitivehud | |
// Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0.0" | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" | |
mm_dedicated_search_maxping "80" | |
// Mouse | |
sensitivity "1.3" | |
zoom_sensitivity_ratio_mouse "1.4" | |
m_rawinput "1" | |
m_customaccel "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
// Video | |
mat_monitorgamma "1.8" | |
r_drawtracers_firstperson "0" | |
cl_forcepreload "1" | |
fps_max "300" | |
// HUD | |
hud_scaling "0.80" // CS:S sized HUD | |
hud_showtargetid "1" | |
cl_hud_radar_scale "0.900000" | |
cl_righthand "1" | |
cl_showloadout "0" | |
cl_showpos "0" | |
cl_showfps "0" | |
net_graph "0" | |
net_graphproportionalfont "0" // small netgraph font | |
cl_hud_color "2" | |
// Radar | |
cl_radar_always_centered "0" | |
cl_radar_rotate "1" | |
cl_radar_scale "0.7" | |
cl_radar_icon_scale_min "0.4" | |
cl_radar_square_with_scoreboard "1" | |
// Reduce gun shifting when crouching | |
cl_viewmodel_shift_left_amt "0.5" | |
cl_viewmodel_shift_right_amt "0.5" | |
// Reduce gun and scope shifting/bobbing when moving | |
cl_bobcycle "0.98" // prefer 2 but 0.98 is enforced by ESEA/ESL | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0.1" | |
cl_bobamt_vert "0.1" | |
// Crosshair | |
cl_crosshairstyle "4" | |
cl_crosshairsize "3" | |
cl_crosshairthickness "0.5" | |
cl_crosshairgap "-1" // classic | |
cl_fixedcrosshairgap "3" // new | |
cl_crosshairdot "0" | |
cl_crosshairusealpha "1" | |
cl_crosshairalpha "999" | |
cl_crosshair_drawoutline "1" | |
cl_crosshair_outlinethickness "1" | |
// white crosshair | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_r "255" | |
cl_crosshaircolor_g "255" | |
cl_crosshaircolor_b "255" | |
// Debug accuracy | |
weapon_debug_spread_show "0" // show possible shot accuracy | |
weapon_debug_spread_gap "0.67" | |
// Misc | |
con_filter_text "Damage " // highlight damage in console | |
mm_dedicated_search_maxping "80" // max ping for matchmaking games | |
gameinstructor_enable "0" | |
cl_forcepreload "1" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_autowepswitch "0" // auto weapon switch on pickup | |
// Buys | |
bind "kp_ins" "buy vesthelm;" | |
bind "kp_del" "buy vest;" | |
bind "kp_enter" "buy defuser;" | |
bind "kp_end" "buy tec9; buy fiveseven;" | |
bind "kp_downarrow" "buy p250;" | |
bind "kp_leftarrow" "buy ak47; buy m4a1;" | |
bind "kp_5" "buy galilar; buy famas;" | |
bind "kp_rightarrow" "buy mp7;" | |
bind "kp_home" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy hegrenade;" | |
bind "kp_uparrow" "buy galilar; buy famas; buy vesthelm; buy defuser; buy hegrenade;" | |
bind "kp_pgup" "buy mp7; buy vesthelm; buy hegrenade; buy defuser;" | |
bind "kp_slash" "buy hegrenade;" | |
bind "kp_multiply" "buy flashbang;" | |
bind "kp_minus" "buy smokegrenade;" | |
bind "kp_plus" "buy molotov; buy incgrenade;" | |
host_writeconfig // write settings to config.cfg | |
echo "" | |
echo "" | |
echo "autoexec.cfg executed" | |
echo "" | |
echo "" | |
echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment