confOS/games/csgo/autoexec.cfg

30 lines
1.2 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\csgo\cfg\autoexec.cfg'"
// Harry Potter
unbind "KP_MINUS"
bind "KP_MINUS" "disconnect"
// Change hand
unbind "A"
bind "A" "toggle cl_righthand"
// jumpthrow
alias +jumpthrow "+jump;-attack"
alias -jumpthrow "-jump"
unbind "X"
bind "X" +jumpthrow
// FPS in tab
net_graph "1"
net_graphpos "2"
net_graphheight "1"
alias "+scorenet" "+showscores; net_graph 1"
alias "-scorenet" "-showscores; net_graph 0"
unbind "TAB"
bind "TAB" "+scorenet"
// Debug message
echo "========================================================================================================================================================================"
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
echo "========================================================================================================================================================================"