confOS/games/cs2/autoexec.cfg

39 lines
1.4 KiB
INI
Raw Normal View History

// Update this script, run this in cmd:
2023-09-28 11:56:51 +02:00
// 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'"
2023-03-26 16:24:01 +02:00
// Load custom config
2023-03-26 16:25:30 +02:00
exec myconfig
2023-03-25 23:05:30 +01:00
2023-03-15 10:37:02 +01:00
// Harry Potter
2024-02-18 13:42:47 +01:00
unbind "scancode77"
bind "scancode77" "disconnect"
2023-03-15 10:37:02 +01:00
2023-09-28 12:23:20 +02:00
// Change hand - CS2 doesnt support left hand yet
2023-09-28 12:21:38 +02:00
// unbind "a"
// bind "a" "toggle cl_righthand 0 1"
2023-11-14 14:47:42 +01:00
// FPS in tab // CS2: Not working in endscreen
// alias "+scorenet" "+showscores; cl_showfps 1"
// alias "-scorenet" "-showscores; cl_showfps 0"
2024-02-18 13:42:47 +01:00
// unbind "scancode43"
// bind "scancode43" "+scorenet"
2023-03-15 12:13:39 +01:00
// Noclip
2024-02-18 13:42:47 +01:00
unbind "scancode19"
bind "scancode19" "sv_cheats 1; noclip"
2023-03-15 12:13:39 +01:00
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
2024-02-18 13:42:47 +01:00
unbind "scancode54"
bind "scancode54" "exec autoexec"
2023-03-15 12:13:39 +01:00
2023-03-26 16:31:37 +02:00
// Save settings
host_writeconfig
// Debug message
echo "========================================================================================================================================================================"
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
echo "========================================================================================================================================================================"