This commit is contained in:
Mylloon 2023-03-25 23:26:23 +01:00
parent 30b34d56fa
commit 1aa66777b8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"