From 1aa66777b8d7ad86cb9b4bdf26e3b92f44e9b63b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Mar 2023 23:26:23 +0100 Subject: [PATCH] reload --- games/csgo/autoexec.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games/csgo/autoexec.cfg b/games/csgo/autoexec.cfg index 99abc10..c5bfe70 100644 --- a/games/csgo/autoexec.cfg +++ b/games/csgo/autoexec.cfg @@ -1,7 +1,7 @@ // 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 +// Load custom config, do: // exec config // Harry Potter @@ -34,6 +34,10 @@ 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"