l4d readme
This commit is contained in:
parent
0d35bc2e6c
commit
a397399e5f
1 changed files with 22 additions and 1 deletions
|
|
@ -1 +1,22 @@
|
||||||
https://github.com/SirPlease/L4D2-Competitive-Rework/blob/master/Dedicated%20Server%20Install%20Guide/README.md
|
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue