custom config??

This commit is contained in:
Mylloon 2023-03-26 16:24:01 +02:00
parent 48f22603bb
commit bda3faeb64
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
// Update this script, run this in cmd: // 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'" // 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: // Load custom config
// exec config exec config
// Harry Potter // Harry Potter
unbind "KP_MINUS" unbind "KP_MINUS"
@ -34,10 +34,6 @@ bind "p" "sv_cheats 1; noclip"
// Load custom game script // Load custom game script
alias "cg" "exec customgame" alias "cg" "exec customgame"
// Reload and clear residuals
unbind "r"
bind "r" "+reload; r_cleardecals"
// Reload script // Reload script
unbind "SEMICOLON" unbind "SEMICOLON"
bind "SEMICOLON" "exec autoexec" bind "SEMICOLON" "exec autoexec"

View file

@ -15,6 +15,10 @@ bind "d" "+moveright"
unbind "c" unbind "c"
bind "c" "+duck" bind "c" "+duck"
// Reload and clear residuals
unbind "r"
bind "r" "+reload; r_cleardecals"
// Inspect + Drop // Inspect + Drop
unbind "f" unbind "f"
unbind "g" unbind "g"