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"
|
sv_contact "admin@sublimity.de"
|
||||||
|
|
||||||
// STEAM GROUP
|
// STEAM GROUP
|
||||||
sv_steamgroup 103582791467869287
|
sv_steamgroup "${','.join(steamgroups)}"
|
||||||
|
|
||||||
// CHEAT/CONFIG
|
// CHEAT/CONFIG
|
||||||
sv_lan 0
|
sv_lan 0
|
||||||
|
@ -23,9 +23,6 @@ z_difficulty Impossible
|
||||||
// LOBBY CONNECT
|
// LOBBY CONNECT
|
||||||
sv_allow_lobby_connect_only 0
|
sv_allow_lobby_connect_only 0
|
||||||
|
|
||||||
// COMMUNICATION
|
|
||||||
sv_voiceenable 1 //default 1; enable/disable voice comm
|
|
||||||
|
|
||||||
// LOGGING
|
// LOGGING
|
||||||
sv_logsdir "logs-${name}" //Folder in the game directory where server logs will be stored.
|
sv_logsdir "logs-${name}" //Folder in the game directory where server logs will be stored.
|
||||||
log on //Creates a logfile (on | off)
|
log on //Creates a logfile (on | off)
|
||||||
|
|
|
@ -31,6 +31,7 @@ for name, config in node.metadata.get('left4dead2/servers').items():
|
||||||
'source': 'server.cfg',
|
'source': 'server.cfg',
|
||||||
'context': {
|
'context': {
|
||||||
'name': name,
|
'name': name,
|
||||||
|
'steamgroups': node.metadata.get('left4dead2/steamgroups'),
|
||||||
},
|
},
|
||||||
'owner': 'steam',
|
'owner': 'steam',
|
||||||
'group': 'steam',
|
'group': 'steam',
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
1229957234,
|
1229957234,
|
||||||
698857882,
|
698857882,
|
||||||
},
|
},
|
||||||
|
'steamgroups': {'103582791467869287'},
|
||||||
},
|
},
|
||||||
'letsencrypt': {
|
'letsencrypt': {
|
||||||
'domains': {
|
'domains': {
|
||||||
|
|
Loading…
Reference in a new issue