From 390abae3080146f271f030a7c7bab5ba92531292 Mon Sep 17 00:00:00 2001 From: Vauff Date: Tue, 22 Oct 2024 01:31:34 -0400 Subject: [PATCH] Update/add several map configs & minas strippper --- mapcfg/ze_backrooms_deathbed_v1.cfg | 4 ++- mapcfg/ze_paycheck_p.cfg | 4 ++- mapcfg/ze_sa2_pumpkin_hill.cfg | 3 +++ .../ze_lotr_minas_tirith_p/default_ents.jsonc | 25 +++++++++++++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 mapcfg/ze_sa2_pumpkin_hill.cfg create mode 100644 stripper/ze_lotr_minas_tirith_p/default_ents.jsonc diff --git a/mapcfg/ze_backrooms_deathbed_v1.cfg b/mapcfg/ze_backrooms_deathbed_v1.cfg index 0df1837..858d436 100644 --- a/mapcfg/ze_backrooms_deathbed_v1.cfg +++ b/mapcfg/ze_backrooms_deathbed_v1.cfg @@ -1 +1,3 @@ -mp_roundtime 15 \ No newline at end of file +mp_roundtime 15 +zr_infect_spawn_time_min 13 +zr_infect_spawn_time_max 13 \ No newline at end of file diff --git a/mapcfg/ze_paycheck_p.cfg b/mapcfg/ze_paycheck_p.cfg index a1555c0..184f816 100644 --- a/mapcfg/ze_paycheck_p.cfg +++ b/mapcfg/ze_paycheck_p.cfg @@ -1 +1,3 @@ -mp_timelimit 10 \ No newline at end of file +mp_timelimit 10 +cs2f_extends 1 +cs2f_extend_time 10 \ No newline at end of file diff --git a/mapcfg/ze_sa2_pumpkin_hill.cfg b/mapcfg/ze_sa2_pumpkin_hill.cfg new file mode 100644 index 0000000..d6a82bc --- /dev/null +++ b/mapcfg/ze_sa2_pumpkin_hill.cfg @@ -0,0 +1,3 @@ +mp_timelimit 15 +cs2f_extends 1 +cs2f_extend_time 15 \ No newline at end of file diff --git a/stripper/ze_lotr_minas_tirith_p/default_ents.jsonc b/stripper/ze_lotr_minas_tirith_p/default_ents.jsonc new file mode 100644 index 0000000..db657d0 --- /dev/null +++ b/stripper/ze_lotr_minas_tirith_p/default_ents.jsonc @@ -0,0 +1,25 @@ +{ + // Remove unnecessary extra mp_freezetime + "modify": + { + "match": + { + "io": + [ + { + "inputname": "Command", + "overrideparam": "/mp_freezetime/" + } + ] + }, + "delete": + { + "io": + [ + { + "overrideparam": "/mp_freezetime/" + } + ] + } + } +} \ No newline at end of file