From 2069f14e057a36dd23ac0c533bb316f33e464589 Mon Sep 17 00:00:00 2001 From: Sparlight Date: Mon, 17 Feb 2025 05:56:47 -0700 Subject: [PATCH] Re-implement world gen (space debris) across all servers (#34795) * Re-implement world gen (space debris) across all servers * Move server-specific worldgen config change to base config --------- Co-authored-by: Simon <63975668+Simyon264@users.noreply.github.com> --- Resources/ConfigPresets/WizardsDen/leviathan.toml | 1 + Resources/ConfigPresets/WizardsDen/lizard.toml | 3 ++- Resources/ConfigPresets/WizardsDen/salamander.toml | 3 ++- Resources/ConfigPresets/WizardsDen/vulture.toml | 4 ++-- Resources/ConfigPresets/WizardsDen/wizardsDen.toml | 3 +++ 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Resources/ConfigPresets/WizardsDen/leviathan.toml b/Resources/ConfigPresets/WizardsDen/leviathan.toml index a1a0e5b704..e09ad092b0 100644 --- a/Resources/ConfigPresets/WizardsDen/leviathan.toml +++ b/Resources/ConfigPresets/WizardsDen/leviathan.toml @@ -7,3 +7,4 @@ hostname = "[EN] Wizard's Den Leviathan [US East 1]" [hub] tags = "lang:en,region:am_n_e,rp:low" + diff --git a/Resources/ConfigPresets/WizardsDen/lizard.toml b/Resources/ConfigPresets/WizardsDen/lizard.toml index 72688efbf9..cc849e435d 100644 --- a/Resources/ConfigPresets/WizardsDen/lizard.toml +++ b/Resources/ConfigPresets/WizardsDen/lizard.toml @@ -1,4 +1,4 @@ -# Configuration preset used on Wizard's Den Lizard +# Configuration preset used on Wizard's Den Lizard # Nothing specific yet @@ -11,3 +11,4 @@ panic_bunker.custom_reason = "" [hub] tags = "lang:en,region:am_n_w,rp:low" + diff --git a/Resources/ConfigPresets/WizardsDen/salamander.toml b/Resources/ConfigPresets/WizardsDen/salamander.toml index bb3810b56c..35326dc0cd 100644 --- a/Resources/ConfigPresets/WizardsDen/salamander.toml +++ b/Resources/ConfigPresets/WizardsDen/salamander.toml @@ -1,4 +1,4 @@ -# Configuration preset used on Wizard's Den Salamander +# Configuration preset used on Wizard's Den Salamander [game] desc = "Official English Space Station 14 servers. Medium roleplay ruleset. you must be whitelisted by playing on other Wizard's Den servers if there are more than 15 online players." @@ -26,3 +26,4 @@ flavor_text = true [hub] tags = "lang:en,region:am_n_w,rp:med" + diff --git a/Resources/ConfigPresets/WizardsDen/vulture.toml b/Resources/ConfigPresets/WizardsDen/vulture.toml index 304920410f..ab1d8459f3 100644 --- a/Resources/ConfigPresets/WizardsDen/vulture.toml +++ b/Resources/ConfigPresets/WizardsDen/vulture.toml @@ -1,4 +1,4 @@ -# Configuration preset used on Wizard's Den Leviathan +# Configuration preset used on Wizard's Den Leviathan [game] hostname = "[EN][Testing] Wizard's Den Vulture [US East 2]" @@ -12,4 +12,4 @@ tags = "lang:en,region:am_n_e,rp:low" 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" +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" \ No newline at end of file diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index 8925d52859..fc470d9514 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -48,6 +48,9 @@ allow_multi_server_play = false [atmos] max_explosion_range = 5 +[worldgen] +enabled = true + [status] privacy_policy_link = "https://spacestation14.com/about/privacy/#game-server-privacy-policy" privacy_policy_identifier = "wizden"