Skip to content

Instantly share code, notes, and snippets.

@danielr1996
Last active October 5, 2022 12:55
Show Gist options
  • Save danielr1996/edde4f4e81f8dcc4b8139af9e7c59ef8 to your computer and use it in GitHub Desktop.
Save danielr1996/edde4f4e81f8dcc4b8139af9e7c59ef8 to your computer and use it in GitHub Desktop.
autoexec.cfg
//////////////////
// Key Bindings //
//////////////////
//┏━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┓
//┃ Num ┃ / ┃ * ┃ - ┃
//┃━━━━━━━━━╉━━━━━━━╉━━━━━━━╉━━━━━━━┨
//┃ 7 ┃ 8 ┃ 9 ┃ + ┃
//┃━━━━━━━━━╉━━━━━━━╉━━━━━━━┨ ┃
//┃ Galil ┃ 5 ┃ 6 ┃ + ┃
//┃━━━━━━━━━╉━━━━━━━╉━━━━━━━╉━━━━━━━┨
//┃ AK-47 | P-250 | Armor ┃ Nades ┃
//┣━━━━━━━━━┷━━━━━━━┨━━━━━━━┨ ┃
//┃ 0 ┃ . ┃ ┃
//┗━━━━━━━━━━━━━━━━━┷━━━━━━━┷━━━━━━━┛
bind "kp_leftarrow" "buy galilar; buy famas;"
bind "kp_end" "buy ak47; buy m4a1;"
bind "kp_downarrow" "buy p250;"
bind "kp_pgdn" "buy vesthelm;buy vest;"
bind "kp_enter" "buy smokegrenade; buy hegrenade; buy molotov; buy incgrenade;buy flashbang; "
bind x "use weapon_molotov; use weapon_incgrenade"
bind c "use weapon_smokegrenade";
bind f "use weapon_flashbang";
bind v "use weapon_hegrenade";
bind g +lookatweapon
bind mouse4 "use weapon_c4; drop;"
unbind q
alias +knife slot3
alias -knife lastinv
bind q +knife
bind f5 "exec autoexec.cfg"
bindtoggle j voice_enable
alias +netg "net_graph 1;+showscores";alias -netg "net_graph 0;-showscores";bind TAB "+netg";
////////////////////////
// Crosshair Settings //
////////////////////////
cl_crosshairstyle "4";
cl_crosshaircolor "5";
cl_crosshairsize "5";
cl_crosshairgap "-2";
cl_crosshairalpha "200";
cl_crosshairusealpha "1";
cl_crosshairthickness "1";
cl_crosshaircolor_r "240";
cl_crosshaircolor_g "0";
cl_crosshaircolor_b "235";
cl_crosshair_drawoutline "0";
cl_crosshair_outlinethickness "0";
cl_crosshairdot "0";
cl_crosshair_t "0";
cl_crosshairgap_useweaponvalue "1";
hud_showtargetid "0";
//////////////////////
// Monitor Settings //
//////////////////////
viewmodel_fov “65”
viewmodel_offset_x “2”
viewmodel_offset_y “2”
viewmodel_offset_z “-2”
weapon_debug_spread_show “3”
cl_viewmodel_shift_left_amt “0”
cl_viewmodel_shift_right_amt “0”
mat_monitorgamma "1.60000"
mat_monitorgamma_tv_enabled "1"
cl_bob_lower_amt “0”
cl_bobamt_lat “0”
cl_bobamt_vert “0”
hud_scaling “1”
snd_mixahead “0.05”
cl_interp “0”
cl_interp_ratio “1”
cl_cmdrate “128”
cl_updaterate “128”
rate “128000”
m_rawinput “1”
cl_radar_always_centered “0”
cl_radar_icon_scale_min “0.6”
cl_radar_rotate “1”
cl_radar_scale “0.7”
cl_radar_square_with_scoreboard “1”
fps_max “0”
////////////////////
// Write Settings //
////////////////////
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment