]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Re-implement world gen (space debris) across all servers (#34795)
authorSparlight <twiksparlight@gmail.com>
Mon, 17 Feb 2025 12:56:47 +0000 (05:56 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 12:56:47 +0000 (13:56 +0100)
* 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
Resources/ConfigPresets/WizardsDen/lizard.toml
Resources/ConfigPresets/WizardsDen/salamander.toml
Resources/ConfigPresets/WizardsDen/vulture.toml
Resources/ConfigPresets/WizardsDen/wizardsDen.toml

index a1a0e5b704d67dfc421b21c3015e02c3da0159ec..e09ad092b05176a8c34f020274180548f853ed07 100644 (file)
@@ -7,3 +7,4 @@ hostname = "[EN] Wizard's Den Leviathan [US East 1]"
 
 [hub]
 tags = "lang:en,region:am_n_e,rp:low"
+
index 72688efbf9c4ea0392787f49a7e6201e04a366bb..cc849e435d40ee6686ddd8009c5c6a2c77e0a4cd 100644 (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"
+
index bb3810b56c4c784e2351999dd6c934fb85fc5f92..35326dc0cd9e3111c9fe4488c32d82431f062e2d 100644 (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"
+
index 304920410ffcdfbc5bec2e259fecb3b02297c823..ab1d8459f3715167a8b28fcca19ca3cd42083fbf 100644 (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"
\ No newline at end of file
index 8925d5285922c08be691b9d43510b697b9cdddef..fc470d9514ade69fa4ab1c4836d92528338f3e35 100644 (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"