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
|
|
|
|
2024-09-14 15:34:54 +02:00
|
|
|
// Scan code: https://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png
|
2024-06-27 09:01:28 +02:00
|
|
|
|
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
|
2024-08-12 16:03:07 +02:00
|
|
|
mp_roundtime "60"
|
|
|
|
mp_roundtime_defuse "60"
|
|
|
|
mp_roundtime_hostage "60"
|
2023-03-15 12:45:59 +01:00
|
|
|
|
2024-08-12 16:10:52 +02:00
|
|
|
// Disable kick on friendly fire
|
|
|
|
mp_autokick "0"
|
|
|
|
|
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 "========================================================================================================================================================================"
|