confOS/games/csgo/autoexec.cfg

39 lines
1.3 KiB
INI
Raw Normal View History

// 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'"
2023-03-15 10:37:02 +01:00
// Harry Potter
unbind "KP_MINUS"
2023-03-15 10:37:02 +01:00
bind "KP_MINUS" "disconnect"
// Change hand
2023-03-15 12:13:39 +01:00
unbind "a"
bind "a" "toggle cl_righthand"
// jumpthrow
2023-03-15 12:13:39 +01:00
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"
2023-03-15 12:13:39 +01:00
// Noclip
bind "p" "sv_cheats 1; noclip"
// Reload script
unbind "SEMICOLON"
alias "rel_ae" "exec autoexec"
bind "SEMICOLON" "rel_ae"
// Debug message
echo "========================================================================================================================================================================"
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
echo "========================================================================================================================================================================"