l4d add maps

This commit is contained in:
CroneKorkN 2025-10-29 17:16:51 +01:00
parent bcb60def00
commit 926e249272
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -30,23 +30,11 @@
'servers': {
'vanilla': {
'port': 27015,
'overlays': ['vanilla'],
'overlays': ['vanilla', 'l4d2center_maps'],
},
'tick100': {
'port': 27016,
'arguments': ['-tickrate 100'],
'overlays': ['tickrate', 'vanilla'],
'config': [
'exec server_tickrate.cfg',
'sv_minupdaterate 101',
'sv_maxupdaterate 101',
'sv_mincmdrate 101',
'sv_maxcmdrate 101',
],
},
'tick100_maps': {
'port': 27017,
'arguments': ['-tickrate 100'],
'overlays': ['tickrate', 'vanilla', 'l4d2center_maps'],
'config': [
'exec server_tickrate.cfg',
@ -59,7 +47,7 @@
'zonemod': {
'port': 27020,
'arguments': ['-tickrate 60'],
'overlays': ['competitive_rework'],
'overlays': ['competitive_rework', 'l4d2center_maps'],
'config': [
'exec server_competitive_rework.cfg',
'sm_forcematch zonemod',