l4d readme

This commit is contained in:
CroneKorkN 2026-02-10 19:38:35 +01:00
parent 0d35bc2e6c
commit a397399e5f
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1 +1,22 @@
https://github.com/SirPlease/L4D2-Competitive-Rework/blob/master/Dedicated%20Server%20Install%20Guide/README.md
```python
'tick60_maps': {
'port': 27030,
# add command line arguments
'arguments': ['-tickrate 60'],
# stack overlays, first is uppermost
'overlays': ['tickrate', 'standard'],
# server.cfg contents
'config': [
# configs from overlays are accessible via server_${overlay}.cfg
'exec server_tickrate.cfg',
# add more options
'sv_minupdaterate 101',
'sv_maxupdaterate 101',
'sv_mincmdrate 101',
'sv_maxcmdrate 101',
'sv_consistency 0',
],
},
```