confOS/games/cs2/normalgame.cfg

27 lines
1.2 KiB
INI
Raw Normal View History

2024-08-06 19:45:29 +02:00
n// Update this script, run this in cmd:
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'"
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
// Kick bot and end the warmup
bot_kick
mp_warmup_end
// Disable kick on friendly fire
mp_autokick "0"
// Remove team size limitation
mp_limitteams "0"
2024-08-06 20:40:26 +02:00
// Enable and set overtime rounds
mp_overtime_enable "1"
mp_overtime_maxrounds "6"
2024-08-06 19:45:29 +02:00
// Apply all the settings
mp_restartgame "1"
// Debug message
echo "========================================================================================================================================================================"
echo "================================================================== LOADED NORMAL GAME CONFIGURATION ! =================================================================="
echo "========================================================================================================================================================================"