-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update/add several map configs & minas strippper
- Loading branch information
Showing
4 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mp_timelimit 15 | ||
cs2f_extends 1 | ||
cs2f_extend_time 15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
] | ||
} | ||
} | ||
} |