From 35a5e7be933d9defe43076950f81ee555d726d18 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 12 Aug 2024 16:13:17 +0200 Subject: [PATCH] update normal game --- games/cs2/normalgame.cfg | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/games/cs2/normalgame.cfg b/games/cs2/normalgame.cfg index 8d3db0b..e154e28 100644 --- a/games/cs2/normalgame.cfg +++ b/games/cs2/normalgame.cfg @@ -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 +// 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" -// Remove team size limitation -mp_limitteams "0" +// Dont skip buy phase +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 mp_overtime_enable "1" mp_overtime_maxrounds "6" +// Disallow cheats +sv_cheats "0" + // Apply all the settings mp_restartgame "1"