58 lines
1.7 KiB
INI
58 lines
1.7 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://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png
|
|
|
|
// Enable cheats temporary
|
|
sv_cheats "1"
|
|
|
|
// Normal jumps
|
|
sv_autobunnyhopping "0"
|
|
sv_enablebunnyhopping "0"
|
|
|
|
// Kick bot and end the warmup
|
|
bot_kick
|
|
mp_warmup_end
|
|
|
|
// Remove team size limitation
|
|
mp_limitteams "0"
|
|
|
|
// Minutes per round
|
|
mp_roundtime "1.7"
|
|
mp_roundtime_defuse "1.7"
|
|
mp_roundtime_hostage "1.7"
|
|
|
|
// Disable kick on friendly fire
|
|
mp_autokick "0"
|
|
|
|
// Dont skip buy phase
|
|
mp_freezetime "15"
|
|
|
|
// Dont always buy
|
|
mp_buy_anywhere "0"
|
|
mp_buytime "20"
|
|
|
|
// Normal money
|
|
mp_maxmoney "9000"
|
|
mp_startmoney "800"
|
|
|
|
// Normal ammo
|
|
sv_infinite_ammo "0"
|
|
|
|
// Dont bypass nades limitation
|
|
ammo_grenade_limit_total "4"
|
|
|
|
// Enable and set overtime rounds
|
|
mp_overtime_enable "1"
|
|
mp_overtime_maxrounds "6"
|
|
|
|
// Disallow cheats
|
|
sv_cheats "0"
|
|
|
|
// Apply all the settings
|
|
mp_restartgame "1"
|
|
|
|
// Debug message
|
|
echo "========================================================================================================================================================================"
|
|
echo "================================================================== LOADED NORMAL GAME CONFIGURATION ! =================================================================="
|
|
echo "========================================================================================================================================================================"
|