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]
|
[hub]
|
||||||
tags = "lang:en,region:am_n_e,rp:low"
|
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
|
# Nothing specific yet
|
||||||
|
|
||||||
@@ -11,3 +11,4 @@ panic_bunker.custom_reason = ""
|
|||||||
|
|
||||||
[hub]
|
[hub]
|
||||||
tags = "lang:en,region:am_n_w,rp:low"
|
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]
|
[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."
|
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]
|
[hub]
|
||||||
tags = "lang:en,region:am_n_w,rp:med"
|
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]
|
[game]
|
||||||
hostname = "[EN][Testing] Wizard's Den Vulture [US East 2]"
|
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]"
|
lobby_name = "[EN][Testing] Wizard's Den Vulture [US East 2]"
|
||||||
|
|
||||||
[chat]
|
[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"
|
||||||
@@ -48,6 +48,9 @@ allow_multi_server_play = false
|
|||||||
[atmos]
|
[atmos]
|
||||||
max_explosion_range = 5
|
max_explosion_range = 5
|
||||||
|
|
||||||
|
[worldgen]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
privacy_policy_link = "https://spacestation14.com/about/privacy/#game-server-privacy-policy"
|
privacy_policy_link = "https://spacestation14.com/about/privacy/#game-server-privacy-policy"
|
||||||
privacy_policy_identifier = "wizden"
|
privacy_policy_identifier = "wizden"
|
||||||
|
|||||||
Reference in New Issue
Block a user