confOS/games/cs2/customgame.cfg
2023-09-28 11:56:51 +02:00

45 lines
1.4 KiB
INI

// 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'"
// Allow cheats
sv_cheats "1"
// Bunnyhop
sv_autobunnyhopping "1"
sv_enablebunnyhopping "1"
// Kick bot and end the warmup
bot_kick
mp_warmup_end
// Remove team size limitation
mp_limitteams "0"
// Minutes per round
mp_roundtime "30"
mp_roundtime_defuse "30"
// Skip buy phase
mp_freezetime "0"
// Can always buy
mp_buy_anywhere "1"
mp_buytime "9999"
// Increase money
mp_maxmoney "90000"
mp_startmoney "90000"
// Infinite ammo
sv_infinite_ammo "1"
// Bypass nades limitation
ammo_grenade_limit_total "5"
// Apply all the settings
mp_restartgame "1"
// Debug message
echo "========================================================================================================================================================================"
echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="
echo "========================================================================================================================================================================"