]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Use config presets for server configuration. (#14098)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Mon, 13 Feb 2023 23:11:54 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Feb 2023 23:11:54 +0000 (00:11 +0100)
Resources/ConfigPresets/WizardsDen/centipede.toml [new file with mode: 0644]
Resources/ConfigPresets/WizardsDen/lizard.toml [new file with mode: 0644]
Resources/ConfigPresets/WizardsDen/miros.toml [new file with mode: 0644]
Resources/ConfigPresets/WizardsDen/salamander.toml [new file with mode: 0644]
Resources/ConfigPresets/WizardsDen/spider.toml [new file with mode: 0644]
Resources/ConfigPresets/WizardsDen/wizardsDen.toml [new file with mode: 0644]
Tools/package_client_build.py

diff --git a/Resources/ConfigPresets/WizardsDen/centipede.toml b/Resources/ConfigPresets/WizardsDen/centipede.toml
new file mode 100644 (file)
index 0000000..4c4ddc4
--- /dev/null
@@ -0,0 +1,4 @@
+# Configuration preset used on Wizard's Den Centipede
+
+[game]
+hostname = "[EN] Wizard's Den Centipede [Oceania]"
diff --git a/Resources/ConfigPresets/WizardsDen/lizard.toml b/Resources/ConfigPresets/WizardsDen/lizard.toml
new file mode 100644 (file)
index 0000000..061326e
--- /dev/null
@@ -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
diff --git a/Resources/ConfigPresets/WizardsDen/miros.toml b/Resources/ConfigPresets/WizardsDen/miros.toml
new file mode 100644 (file)
index 0000000..688e98d
--- /dev/null
@@ -0,0 +1,4 @@
+# Configuration preset used on Wizard's Den Miros
+
+[game]
+hostname = "[EN] Wizard's Den Miros [EU West 2]"
diff --git a/Resources/ConfigPresets/WizardsDen/salamander.toml b/Resources/ConfigPresets/WizardsDen/salamander.toml
new file mode 100644 (file)
index 0000000..d6a310b
--- /dev/null
@@ -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
diff --git a/Resources/ConfigPresets/WizardsDen/spider.toml b/Resources/ConfigPresets/WizardsDen/spider.toml
new file mode 100644 (file)
index 0000000..477d259
--- /dev/null
@@ -0,0 +1,4 @@
+# Configuration preset used on Wizard's Den Spider
+
+[game]
+hostname = "[EN] Wizard's Den Spider [EU West 1]"
diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml
new file mode 100644 (file)
index 0000000..1cf78d4
--- /dev/null
@@ -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."
index ad9a1825fa73f7157ba246a27d6cf9c4d8a71cbe..15bc213cb98219874201cf31eb493bf4cf440ced 100755 (executable)
@@ -37,6 +37,7 @@ SHARED_IGNORED_RESOURCES = {
 
 CLIENT_IGNORED_RESOURCES = {
     "Maps",
+    "ConfigPresets",
     "emotes.xml",
     "Groups",
     "engineCommandPerms.yml"