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>
This commit is contained in:
Sparlight
2025-02-17 05:56:47 -07:00
committed by GitHub
parent 183438c182
commit 2069f14e05
5 changed files with 10 additions and 4 deletions

View File

@@ -7,3 +7,4 @@ hostname = "[EN] Wizard's Den Leviathan [US East 1]"
[hub]
tags = "lang:en,region:am_n_e,rp:low"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"