custom config??
This commit is contained in:
parent
48f22603bb
commit
bda3faeb64
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue