26 lines
1.2 KiB
INI
26 lines
1.2 KiB
INI
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"
|
|
|
|
// Enable and set overtime rounds
|
|
mp_overtime_enable "1"
|
|
mp_overtime_maxrounds "6"
|
|
|
|
// Apply all the settings
|
|
mp_restartgame "1"
|
|
|
|
// Debug message
|
|
echo "========================================================================================================================================================================"
|
|
echo "================================================================== LOADED NORMAL GAME CONFIGURATION ! =================================================================="
|
|
echo "========================================================================================================================================================================"
|