confOS/games/cs2/customgame.cfg

47 lines
1.4 KiB
INI
Raw Normal View History

2023-03-15 12:40:20 +01:00
// 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/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'"
2023-03-15 12:40:20 +01:00
// 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"
2023-03-15 12:45:59 +01:00
// Minutes per round
mp_roundtime "30"
2023-03-15 12:47:52 +01:00
mp_roundtime_defuse "30"
2024-02-18 13:45:55 +01:00
mp_roundtime_hostage "30"
2023-03-15 12:45:59 +01:00
2023-03-15 12:47:52 +01:00
// Skip buy phase
2023-03-15 12:45:59 +01:00
mp_freezetime "0"
2023-03-15 12:40:20 +01:00
// Can always buy
mp_buy_anywhere "1"
mp_buytime "9999"
2023-03-15 12:45:59 +01:00
// Increase money
mp_maxmoney "90000"
mp_startmoney "90000"
2023-03-15 12:40:20 +01:00
// Infinite ammo
2023-03-31 04:38:42 +02:00
sv_infinite_ammo "1"
2023-03-15 12:40:20 +01:00
// Bypass nades limitation
ammo_grenade_limit_total "5"
2023-03-15 12:49:30 +01:00
// Apply all the settings
2023-03-15 12:50:33 +01:00
mp_restartgame "1"
2023-03-15 12:49:30 +01:00
2023-03-15 12:40:20 +01:00
// Debug message
echo "========================================================================================================================================================================"
echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="
echo "========================================================================================================================================================================"