From f38c754b2095f61b871b62ebfbe3f33598d1b956 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 5 Oct 2023 21:46:37 +0200 Subject: [PATCH] Vulture server config preset (#20766) --- Resources/ConfigPresets/WizardsDen/leviathan.toml | 2 +- Resources/ConfigPresets/WizardsDen/vulture.toml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Resources/ConfigPresets/WizardsDen/vulture.toml diff --git a/Resources/ConfigPresets/WizardsDen/leviathan.toml b/Resources/ConfigPresets/WizardsDen/leviathan.toml index 6e9856949b..adb56e1c4e 100644 --- a/Resources/ConfigPresets/WizardsDen/leviathan.toml +++ b/Resources/ConfigPresets/WizardsDen/leviathan.toml @@ -3,7 +3,7 @@ # Nothing specific yet [game] -hostname = "[EN] Wizard's Den Leviathan [US East]" +hostname = "[EN] Wizard's Den Leviathan [US East 1]" soft_max_players = 80 [hub] diff --git a/Resources/ConfigPresets/WizardsDen/vulture.toml b/Resources/ConfigPresets/WizardsDen/vulture.toml new file mode 100644 index 0000000000..7f2e9790bd --- /dev/null +++ b/Resources/ConfigPresets/WizardsDen/vulture.toml @@ -0,0 +1,11 @@ +# Configuration preset used on Wizard's Den Leviathan + +[game] +hostname = "[EN] Wizard's Den Vulture [US East 2]" +soft_max_players = 80 + +[hub] +tags = "lang:en,region:am_n_e,rp:low" + +[worldgen] +enabled = true -- 2.51.2