Skip to content

Commit

Permalink
Update/add several map configs & minas strippper
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Oct 22, 2024
1 parent 32ab354 commit 390abae
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mapcfg/ze_backrooms_deathbed_v1.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
mp_roundtime 15
mp_roundtime 15
zr_infect_spawn_time_min 13
zr_infect_spawn_time_max 13
4 changes: 3 additions & 1 deletion mapcfg/ze_paycheck_p.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
mp_timelimit 10
mp_timelimit 10
cs2f_extends 1
cs2f_extend_time 10
3 changes: 3 additions & 0 deletions mapcfg/ze_sa2_pumpkin_hill.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mp_timelimit 15
cs2f_extends 1
cs2f_extend_time 15
25 changes: 25 additions & 0 deletions stripper/ze_lotr_minas_tirith_p/default_ents.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
// Remove unnecessary extra mp_freezetime
"modify":
{
"match":
{
"io":
[
{
"inputname": "Command",
"overrideparam": "/mp_freezetime/"
}
]
},
"delete":
{
"io":
[
{
"overrideparam": "/mp_freezetime/"
}
]
}
}
}

0 comments on commit 390abae

Please sign in to comment.