From 7032c0106ab7ffb8459790d7c09e07a0f9a2be4d Mon Sep 17 00:00:00 2001 From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:13:26 -0500 Subject: [PATCH] Fix description of temp servers and add region tags (#28811) * Fix description of LRP temp servers * update regions --- .../ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml | 4 ++-- Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml | 4 ++-- Resources/ConfigPresets/WizardsDen/wizardsDenLRPTide.toml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml b/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml index 71394825e2..630025fc5d 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml @@ -6,7 +6,7 @@ [game] soft_max_players = 50 -hostname = "[EN] Wizard's Den Red Firefly" +hostname = "[EN] Wizard's Den Red Firefly [US East]" desc = "Official English Space Station 14 servers. Vanilla, core ruleset." panic_bunker.custom_reason = "" panic_bunker.show_reason = true @@ -16,4 +16,4 @@ panic_bunker.min_overall_minutes = 15 rules_file = "CoreRuleset" [hub] -tags = "lang:en,rp:none" +tags = "lang:en,region:am_n_e,rp:none" diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml b/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml index 9fcba254f7..2d085c816c 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml @@ -5,7 +5,7 @@ # needs region tag [game] -hostname = "[EN][New Player Server] Wizard's Den Farm Grass Hopper" +hostname = "[EN][New Player Server] Wizard's Den Farm Grass Hopper [US East]" desc = "Official English Space Station 14 servers for new players. Vanilla, roleplay ruleset." panic_bunker.enabled = false panic_bunker.disable_with_admins = false @@ -17,4 +17,4 @@ baby_jail.max_overall_minutes = 15 baby_jail.custom_reason = "Sorry! Only new players can join the servers, try joining another one instead!" baby_jail.whitelisted_can_bypass = true [hub] -tags = "lang:en,rp:low" +tags = "lang:en,region:am_n_e,rp:low" diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDenLRPTide.toml b/Resources/ConfigPresets/WizardsDen/wizardsDenLRPTide.toml index 6019bc2eed..21abbf2e3f 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDenLRPTide.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDenLRPTide.toml @@ -1,4 +1,4 @@ -# Configuration preset layer for "Core Only" Wizard's Den servers. +# Configuration preset layer for LRP temporary Wizard's Den servers. # Intended to be loaded after wizardsDen.toml # hostname is a placeholder @@ -6,12 +6,12 @@ [game] soft_max_players = 50 -hostname = "[EN] Wizard's Den Granite Flea" -desc = "Official English Space Station 14 servers. Vanilla, core ruleset." +hostname = "[EN] Wizard's Den Granite Flea [US East]" +desc = "Official English Space Station 14 servers. Vanilla, roleplay ruleset." panic_bunker.enabled = false panic_bunker.disable_with_admins = false panic_bunker.enable_without_admins = false panic_bunker.custom_reason = "" [hub] -tags = "lang:en,rp:low" +tags = "lang:en,region:am_n_e,rp:low" -- 2.51.2