From d6a1ceddade2d20ce7f750e6c5cb1e2a29c2197e Mon Sep 17 00:00:00 2001 From: eclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:50:53 +0800 Subject: [PATCH] Server configurations (#188) --- Resources/ConfigPresets/Ekrixi/ekrixi.toml | 44 ++++++++++++++++++++++ Resources/ConfigPresets/Ekrixi/kryo.toml | 6 +++ 2 files changed, 50 insertions(+) create mode 100644 Resources/ConfigPresets/Ekrixi/ekrixi.toml create mode 100644 Resources/ConfigPresets/Ekrixi/kryo.toml diff --git a/Resources/ConfigPresets/Ekrixi/ekrixi.toml b/Resources/ConfigPresets/Ekrixi/ekrixi.toml new file mode 100644 index 0000000000..83ce68fda3 --- /dev/null +++ b/Resources/ConfigPresets/Ekrixi/ekrixi.toml @@ -0,0 +1,44 @@ +[net] +tickrate = 30 +max_connections = 1024 + +[game] +hostname = "[EN] Ekrixi" +desc = "Ekrixi is a PvE fork of SS14 revolving around PvE gameplay, ship travel, and roleplay." +lobbyenabled = true +soft_max_players = 50 +map = "Nesasio" +map_pool = "FTLMapPool" + +[hub] +advertise = false +tags = "region:luna,lang:en,lang" +#hub_urls = "https://ekrixi.is-going-to.cyou/hub/" + +[infolinks] +discord = "https://discord.gg/vbst9JyqY3" +github = "https://github.com/ekrixi-14/ekrixi" + +[admin] +see_own_notes = true + +[whitelist] +enabled = true +reason = "You are not whitelisted. Join the Ekrixi Discord to apply for a whitelist or ping an online admin if you are already whitelisted." + +[tips] +enabled = false + +[vote] +restart_required_ratio = 0.5 + +[ooc] +enable_during_round = true + +[ic] +flavor_text = true +punctuation = true +restricted_names = false + +[ftlpoints] +generate_roundstart = true diff --git a/Resources/ConfigPresets/Ekrixi/kryo.toml b/Resources/ConfigPresets/Ekrixi/kryo.toml new file mode 100644 index 0000000000..89e575d408 --- /dev/null +++ b/Resources/ConfigPresets/Ekrixi/kryo.toml @@ -0,0 +1,6 @@ +[game] +hostname = "[EN][LM] Official Ekrixi Servers - Krýo" +desc = "Krýo is a stable branch server of Ekrixi." + +[whitelist] +enabled = false