51 lines
1.5 KiB
INI
51 lines
1.5 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'"
|
|
|
|
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
|
|
|
// 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 "60"
|
|
mp_roundtime_defuse "60"
|
|
mp_roundtime_hostage "60"
|
|
|
|
// Disable kick on friendly fire
|
|
mp_autokick "0"
|
|
|
|
// 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 "========================================================================================================================================================================"
|