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:
@@ -7,3 +7,4 @@ hostname = "[EN] Wizard's Den Leviathan [US East 1]"
|
||||
|
||||
[hub]
|
||||
tags = "lang:en,region:am_n_e,rp:low"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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]"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user