Use config presets for server configuration. (#14098)

This commit is contained in:
Pieter-Jan Briers
2023-02-14 00:11:54 +01:00
committed by GitHub
parent 2a42bbe922
commit ce1b5b5d00
7 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Configuration preset used on Wizard's Den Centipede
[game]
hostname = "[EN] Wizard's Den Centipede [Oceania]"

View File

@@ -0,0 +1,7 @@
# Configuration preset used on Wizard's Den Lizard
# Nothing specific yet
[game]
hostname = "[EN] Wizard's Den Lizard [US West]"
soft_max_players = 100

View File

@@ -0,0 +1,4 @@
# Configuration preset used on Wizard's Den Miros
[game]
hostname = "[EN] Wizard's Den Miros [EU West 2]"

View File

@@ -0,0 +1,16 @@
# Configuration preset used on Wizard's Den Salamander
[game]
desc = "Official English Space Station 14 servers. Roleplay required, you must be whitelisted through Discord to play."
hostname = "[EN] Wizard's Den Salamander [US West RP]"
[server]
rules_file = "RP_Rules.txt"
rules_header = "ui-rules-header-rp"
[whitelist]
enabled = true
reason = "whitelist-not-whitelisted-rp"
[ic]
flavor_text = true

View File

@@ -0,0 +1,4 @@
# Configuration preset used on Wizard's Den Spider
[game]
hostname = "[EN] Wizard's Den Spider [EU West 1]"

View File

@@ -0,0 +1,5 @@
# Base configuration preset used on all Wizard's Den servers.
# Loaded before server-specific config presets by configuration.
[game]
desc = "Official English Space Station 14 servers. Vanilla, low roleplay."

View File

@@ -37,6 +37,7 @@ SHARED_IGNORED_RESOURCES = {
CLIENT_IGNORED_RESOURCES = {
"Maps",
"ConfigPresets",
"emotes.xml",
"Groups",
"engineCommandPerms.yml"