34 lines
1.2 KiB
INI
34 lines
1.2 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\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"
|
|
|
|
// 60 minutes per rounds
|
|
mp_roundtime "60"
|
|
|
|
// Can always buy
|
|
mp_buy_anywhere "1"
|
|
mp_buytime "9999"
|
|
|
|
// Infinite ammo
|
|
sv_infinite_ammo "2"
|
|
|
|
// Bypass nades limitation
|
|
ammo_grenade_limit_total "5"
|
|
|
|
// Debug message
|
|
echo "========================================================================================================================================================================"
|
|
echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="
|
|
echo "========================================================================================================================================================================"
|