confOS/games/cs2/autoexec.cfg
2023-09-28 12:23:43 +02:00

38 lines
1.4 KiB
INI

// 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\game\csgo\cfg\autoexec.cfg'"
// Load custom config
exec myconfig
// Harry Potter
unbind "KP_MINUS"
bind "KP_MINUS" "disconnect"
// Change hand - CS2 doesnt support left hand yet
// unbind "a"
// bind "a" "toggle cl_righthand 0 1"
// FPS in tab
alias "+scorenet" "+showscores; cl_showfps 1"
alias "-scorenet" "-showscores; cl_showfps 0"
unbind "TAB"
bind "TAB" "+scorenet"
// Noclip
unbind "p"
bind "p" "sv_cheats 1; noclip"
// Load custom game script
alias "cg" "exec customgame"
// Reload script
unbind "SEMICOLON"
bind "SEMICOLON" "exec autoexec"
// Save settings
host_writeconfig
// Debug message
echo "========================================================================================================================================================================"
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
echo "========================================================================================================================================================================"