Skip to content

Instantly share code, notes, and snippets.

@LBlend
Last active May 13, 2024 11:14
Show Gist options
  • Save LBlend/18823410bb856ae3d50dc1846270b657 to your computer and use it in GitHub Desktop.
Save LBlend/18823410bb856ae3d50dc1846270b657 to your computer and use it in GitHub Desktop.
Autoexec and Config
// LBlend CS2 config
con_enable "1"
// VIEWMODEL
viewmodel_presetpos "0"
viewmodel_fov "68.000000"
viewmodel_offset_x "2.500000"
viewmodel_offset_y "-2.000000"
viewmodel_offset_z "-1.500000"
// CROSSHAIR
cl_crosshair_drawoutline "true"
cl_crosshair_dynamic_maxdist_splitratio "0.300000"
cl_crosshair_dynamic_splitalpha_innermod "1.000000"
cl_crosshair_dynamic_splitalpha_outermod "0.500000"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1.000000"
cl_crosshair_recoil "true"
cl_crosshair_sniper_width "2"
cl_crosshair_t "false"
cl_crosshairalpha "192"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairdot "false"
cl_crosshairgap "-1.000000"
cl_crosshairgap_useweaponvalue "false"
cl_crosshairsize "2.000000"
cl_crosshairstyle "4"
cl_crosshairthickness "0.500000"
cl_crosshairusealpha "true"
cl_fixedcrosshairgap "-4.500000"
// BINDS
unbindall
bind "," "buyammo1"
bind "." "toggleconsole"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "CTRL" "+duck"
bind "DEL" "mute"
bind "ESCAPE" "cancelselect"
bind "F10" "cs_quit_prompt"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping"
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "n" "toggle cl_radar_scale 0.2501 0.9001;toggle cl_hud_radar_scale 1.1001 1.2501"
bind "R_AXIS" "pitch"
bind "SEMICOLON" "radio"
bind "SHIFT" "+sprint"
bind "SPACE" "+jump"
bind mwheeldown "+jump"
bind "TAB" "+showscores"
bind "U_AXIS" "yaw"
bind "X_AXIS" "rightleft"
bind "Y_AXIS" "!forwardback"
bind "a" "+left"
bind "b" "buymenu"
bind "c" "slot7"
bind "d" "+right"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "h" "switchhands"
bind "i" "show_loadout_toggle"
bind "j" "+cl_show_team_equipment"
bind "m" "teammenu"
bind "n" "toggleradarscale"
bind "o" "toggle cl_dm_buyrandomweapons"
bind "q" "slot6"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "v" "+voicerecord"
bind "w" "+forward"
bind "x" "slot8"
bind "y" "messagemode"
bind "z" "slot10"
bind "p" "noclip"
// SETTINGS
fps_max 288
gameinstructor_enable false
cl_color "3"
cl_embedded_stream_audio_volume "0.000000"
cl_grenadecrosshair_decoy "true"
cl_grenadecrosshair_explosive "true"
cl_grenadecrosshair_fire "true"
cl_grenadecrosshair_flash "true"
cl_grenadecrosshair_keepusercrosshair "true"
cl_grenadecrosshair_smoke "true"
cl_grenadecrosshairdelay_decoy "1.000000"
cl_grenadecrosshairdelay_explosive "1.000000"
cl_grenadecrosshairdelay_fire "1.000000"
cl_grenadecrosshairdelay_flash "1.000000"
cl_grenadecrosshairdelay_smoke "1.000000"
cl_hud_radar_scale "1.100000"
cl_hud_telemetry_serverrecvmargin_graph_show "0"
cl_join_advertise "1"
cl_loadout_saved_sort "inv_sort_age"
cl_net_buffer_ticks "1"
cl_prefer_lefthanded "true"
cl_radar_icon_scale_min "0.9"
cl_radar_scale "0.25"
cl_radar_scale_alternate "1.0"
cl_teamcounter_playercount_instead_of_avatars "false"
cl_teamid_overhead_colors_show "true"
cl_teamid_overhead_fade_near_crosshair "0.750000"
cl_use_opens_buy_menu "true"
r_drawtracers_firstperson "true"
r_show_build_info "true"
safezonex "0.900000"
sensitivity "1.000000"
zoom_sensitivity_ratio 1.0
sv_unpause_on_console_close "true"
ui_steam_overlay_notification_position "topright"
ui_vanitysetting_loadoutslot_ct "smg0"
volume "0.5"
// Custom binds
alias "+jumpthrow" "+jump;-attack"
alias "+runthrow" "+forward;+jump;"
alias "-runthrow" "-jump;-forward"
bind "CAPSLOCK" "+jumpthrow"
bind "alt" "+runthrow"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment