update normal game

This commit is contained in:
Mylloon 2024-08-12 16:13:17 +02:00
parent be142d8c5d
commit 35a5e7be93
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -3,20 +3,52 @@ n// Update this script, run this in cmd:
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox // Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
// Enable cheats temporary
sv_cheats "1"
// Normal jumps
sv_autobunnyhopping "0"
sv_enablebunnyhopping "0"
// Kick bot and end the warmup // Kick bot and end the warmup
bot_kick bot_kick
mp_warmup_end 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 // Disable kick on friendly fire
mp_autokick "0" mp_autokick "0"
// Remove team size limitation // Dont skip buy phase
mp_limitteams "0" mp_freezetime "1"
// 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 // Enable and set overtime rounds
mp_overtime_enable "1" mp_overtime_enable "1"
mp_overtime_maxrounds "6" mp_overtime_maxrounds "6"
// Disallow cheats
sv_cheats "0"
// Apply all the settings // Apply all the settings
mp_restartgame "1" mp_restartgame "1"