From 54aeceb96c6e69dfaaf0a20f9224ab97082b7573 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:13:15 +0100 Subject: [PATCH] Vulture test server config (#35005) * Test Vulture server config * skreee * weh * color! * comment * Update Resources/ConfigPresets/WizardsDen/vulture.toml Co-authored-by: Hannah Giovanna Dawson * Update Resources/ConfigPresets/WizardsDen/vulture.toml Co-authored-by: Hannah Giovanna Dawson --------- Co-authored-by: Hannah Giovanna Dawson --- Resources/ConfigPresets/WizardsDen/vulture.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/WizardsDen/vulture.toml b/Resources/ConfigPresets/WizardsDen/vulture.toml index 95aecb284a..304920410f 100644 --- a/Resources/ConfigPresets/WizardsDen/vulture.toml +++ b/Resources/ConfigPresets/WizardsDen/vulture.toml @@ -1,7 +1,15 @@ # Configuration preset used on Wizard's Den Leviathan [game] -hostname = "[EN] Wizard's Den Vulture [US East 2]" +hostname = "[EN][Testing] Wizard's Den Vulture [US East 2]" +desc = "Official English testing server for Space Station 14.\nVanilla, roleplay ruleset.\n\nYou can play with the newest changes to the game here, but these changes may not be final or stable, and may be reverted before the next stable release.\nPlease report bugs on our GitHub, forum, or community Discord." [hub] tags = "lang:en,region:am_n_e,rp:low" + +[server] +# This needs to be specified even though it's identical to the hostname, because fallback lobby name is "Lobby " which would be too long and go out of bounds +lobby_name = "[EN][Testing] Wizard's Den Vulture [US East 2]" + +[chat] +motd = "\n########################################################\n\n[font size=17]This is a test server. You can play with the newest changes to the game, but these [color=red]changes may not be final or stable[/color], and may be reverted. Please report bugs via our GitHub, forum, or community Discord.[/font]\n\n########################################################\n" -- 2.51.2