confOS/games/csgo/autoexec.cfg

45 lines
1.4 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-26 16:24:01 +02:00
// Load custom config
exec config
2023-03-25 23:05:30 +01:00
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"
2023-03-15 12:21:16 +01:00
bind "a" "toggle cl_righthand 0 1"
// jumpthrow
2023-03-15 12:40:20 +01:00
alias "+jumpthrow" "+jump; -attack"
2023-03-15 12:13:39 +01:00
alias "-jumpthrow" "-jump"
unbind "x"
bind "x" "+jumpthrow"
// FPS in tab
2023-03-15 12:20:10 +01:00
net_graphpos "2"
net_graphheight "250"
2023-03-15 12:17:37 +01:00
net_graphproportionalfont "0"
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
2023-03-15 12:40:20 +01:00
unbind "p"
2023-03-15 12:13:39 +01:00
bind "p" "sv_cheats 1; noclip"
2023-03-15 12:40:20 +01:00
// Load custom game script
alias "cg" "exec customgame"
2023-03-15 12:13:39 +01:00
// Reload script
unbind "SEMICOLON"
2023-03-15 12:40:20 +01:00
bind "SEMICOLON" "exec autoexec"
2023-03-15 12:13:39 +01:00
// Debug message
echo "========================================================================================================================================================================"
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
echo "========================================================================================================================================================================"