diff --git a/games/csgo/autoexec.cfg b/games/csgo/autoexec.cfg index c5bfe70..0c07414 100644 --- a/games/csgo/autoexec.cfg +++ b/games/csgo/autoexec.cfg @@ -1,8 +1,8 @@ // Update this script, run this in cmd: // PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg'" -// Load custom config, do: -// exec config +// Load custom config +exec config // Harry Potter unbind "KP_MINUS" @@ -34,10 +34,6 @@ bind "p" "sv_cheats 1; noclip" // Load custom game script alias "cg" "exec customgame" -// Reload and clear residuals -unbind "r" -bind "r" "+reload; r_cleardecals" - // Reload script unbind "SEMICOLON" bind "SEMICOLON" "exec autoexec" diff --git a/games/csgo/config.cfg b/games/csgo/config.cfg index ccd7769..b1589e9 100644 --- a/games/csgo/config.cfg +++ b/games/csgo/config.cfg @@ -15,6 +15,10 @@ bind "d" "+moveright" unbind "c" bind "c" "+duck" +// Reload and clear residuals +unbind "r" +bind "r" "+reload; r_cleardecals" + // Inspect + Drop unbind "f" unbind "g"