wip
This commit is contained in:
parent
b6f2c0b89a
commit
48bd6d31e2
3 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@ hostname "CroneKorkN : ${name}"
|
|||
sv_contact "admin@sublimity.de"
|
||||
|
||||
// STEAM GROUP
|
||||
sv_steamgroup 103582791467869287
|
||||
sv_steamgroup "${','.join(steamgroups)}"
|
||||
|
||||
// CHEAT/CONFIG
|
||||
sv_lan 0
|
||||
|
@ -23,9 +23,6 @@ z_difficulty Impossible
|
|||
// LOBBY CONNECT
|
||||
sv_allow_lobby_connect_only 0
|
||||
|
||||
// COMMUNICATION
|
||||
sv_voiceenable 1 //default 1; enable/disable voice comm
|
||||
|
||||
// LOGGING
|
||||
sv_logsdir "logs-${name}" //Folder in the game directory where server logs will be stored.
|
||||
log on //Creates a logfile (on | off)
|
||||
|
|
|
@ -31,6 +31,7 @@ for name, config in node.metadata.get('left4dead2/servers').items():
|
|||
'source': 'server.cfg',
|
||||
'context': {
|
||||
'name': name,
|
||||
'steamgroups': node.metadata.get('left4dead2/steamgroups'),
|
||||
},
|
||||
'owner': 'steam',
|
||||
'group': 'steam',
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
1229957234,
|
||||
698857882,
|
||||
},
|
||||
'steamgroups': {'103582791467869287'},
|
||||
},
|
||||
'letsencrypt': {
|
||||
'domains': {
|
||||
|
|
Loading…
Reference in a new issue