This commit is contained in:
cronekorkn 2022-09-25 18:37:00 +02:00
parent b6f2c0b89a
commit 48bd6d31e2
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
3 changed files with 3 additions and 4 deletions

View file

@ -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)

View file

@ -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',

View file

@ -85,6 +85,7 @@
1229957234, 1229957234,
698857882, 698857882,
}, },
'steamgroups': {'103582791467869287'},
}, },
'letsencrypt': { 'letsencrypt': {
'domains': { 'domains': {