From eebf7c666d0b85c01cebd392c3c78576445fe509 Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Sun, 9 Mar 2025 15:58:44 +0100 Subject: [PATCH] added cs2 autoexec --- .../game/csgo/cfg/autoexec.cfg | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 .local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg diff --git a/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg b/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg new file mode 100644 index 0000000..ce54663 --- /dev/null +++ b/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg @@ -0,0 +1,109 @@ +// CS 2 +// Launch options: +exec autoexec.cfg + +// Aliases +alias "+jumpaction" "+jump;" +alias "+throwaction" "-attack;-attack2;" +alias "-jumpaction" "-jump;" + +alias +lineupcrosshair "cl_crosshairsize 1000" +alias -lineupcrosshair "cl_crosshairsize 2" + +alias +radarzoom "cl_radar_scale 0.4; cl_radar_always_centered 0" +alias -radarzoom "cl_radar_scale 0.7; cl_radar_always_centered 1" + +//Binds + +unbindall + +// Movement binds +bind "w" "+forward" +bind "a" "+left" +bind "s" "+back" +bind "d" "+right" +bind "SPACE" "+duck" +bind "SHIFT" "+sprint" +bind "MWHEELUP" "+jump" +bind "MWHEELDOWN" "+jump" +bind "MOUSE3" "+jump" +bind "MOUSE_X" "yaw" +bind "MOUSE_Y" "pitch" + +// Combat binds +bind "MOUSE1" "+attack" +bind "MOUSE2" "+attack2" +bind "CTRL" "+reload" +bind "f" "+use" +bind "g" "drop" +bind "MOUSE4" "+jumpaction;+throwaction;" + +// Slot binds +bind "1" "slot1" +bind "2" "slot2" +bind "3" "slot3" +bind "4" "slot5" + +// Grenade binds +bind "e" "+lineupcrosshair; buy flashbang; slot7" +bind "v" "+lineupcrosshair; buy incgrenade; slot10" +bind "c" "+lineupcrosshair; buy smokegrenade; slot8" +bind "x" "buy hegrenade; slot6" +bind "z" "buy decoy; slot9" + +// UI binds +bind "TAB" "+radarzoom" +bind "b" "buymenu" +bind "ESCAPE" "cancelselect" +bind "p" "+showscores" + +// Communication and console binds +bind "ENTER" "messagemode" +bind "y" "messagemode2" +bind "q" "player_ping" +bind "`" "toggleconsole" + +// Audio +volume "0.15" +voice_scale "0" +snd_deathcamera_volume "0" +snd_mapobjective_volume "0" +snd_menumusic_volume "0" +snd_mvp_volume "0" +snd_roundend_volume "0" +snd_roundstart_volume "0" +snd_tensecondwarning_volume "0.04" + +// HUD +hud_scaling "1.1" +hud_showtargetid "1" +cl_autohelp "0" +cl_hud_color "8" +cl_sanitize_player_names "0" +cl_showloadout "1" ++cl_show_team_equipment +gameinstructor_enable "0" + +// Mouse +sensitivity "1" +zoom_sensitivity_ratio "0.818933027098955175" + +// Radar +cl_hud_radar_scale "1.3" +cl_radar_always_centered "1" +cl_radar_icon_scale_min "0.4" +cl_radar_rotate "1" +cl_radar_scale "0.7" +cl_radar_square_with_scoreboard "0" + +// Video +fps_max "0" + +// Viewmodel +viewmodel_presetpos "1" +viewmodel_fov "54" +viewmodel_offset_x "-2.0" +viewmodel_offset_y "-2.0" +viewmodel_offset_z "-2.0" + +echo "Loaded autoexec.cfg" +host_writeconfig