From e08757197bcc0f9dd89c3421056c93ee7d62b885 Mon Sep 17 00:00:00 2001 From: Morbo Date: Fri, 21 Jun 2019 01:05:05 +0300 Subject: [PATCH 1/4] add more params to Barotrauma config Add no obvious and important parameters --- Barotrauma/serversettings.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Barotrauma/serversettings.xml b/Barotrauma/serversettings.xml index a9f65e1..2e63ac5 100644 --- a/Barotrauma/serversettings.xml +++ b/Barotrauma/serversettings.xml @@ -7,13 +7,19 @@ password="" public="False" maxplayers="10" + tickrate="20" attemptupnp="false" randomizeseed="True" respawninterval="180" + startwhenclientsready="True" + startwhenclientsreadyratio="0.6" maxtransporttime="300" minrespawnratio="0.2" + autorestart="false" autorestartinterval="60" allowspectating="True" + enableupnp="false" + voipenabled="True" voicechatenabled="True" endroundatlevelend="True" saveserverlogs="True" @@ -21,11 +27,16 @@ allowfiletransfers="True" allowrespawn="True" allowvotekick="True" + allowendvoting="True" endvoterequiredratio="0.6" kickvoterequiredratio="0.6" + allowdisguises="True" traitoruseratio="True" traitorratio="0.2" + kickafktime="120" karmaenabled="False" + gamemodeidentifier="sandbox" + LevelDifficulty="99" KillDisconnectedTime="30" SubSelection="Manual" ModeSelection="Manual" @@ -34,5 +45,6 @@ TraitorsEnabled="No" autobantime="60" maxautobantime="360" + AllowedRandomMissionTypes="Random,Cargo,Salvage,Monster,Combat" AllowedClientNameChars="32-33,38-46,48-57,65-90,91,93,95-122,192-255,384-591,1024-1279" /> From 631bcbb446224145feb6c0733d384ad45b45f4db Mon Sep 17 00:00:00 2001 From: Morbo Date: Fri, 21 Jun 2019 01:08:12 +0300 Subject: [PATCH 2/4] change difficulty level --- Barotrauma/serversettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/serversettings.xml b/Barotrauma/serversettings.xml index 2e63ac5..9725f03 100644 --- a/Barotrauma/serversettings.xml +++ b/Barotrauma/serversettings.xml @@ -36,7 +36,7 @@ kickafktime="120" karmaenabled="False" gamemodeidentifier="sandbox" - LevelDifficulty="99" + LevelDifficulty="50" KillDisconnectedTime="30" SubSelection="Manual" ModeSelection="Manual" From 5076a22885634f0db9e9327d66525472ca0130c5 Mon Sep 17 00:00:00 2001 From: Morbo Date: Fri, 21 Jun 2019 01:34:52 +0300 Subject: [PATCH 3/4] update not valid params Some params not work and have analogs --- Barotrauma/serversettings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Barotrauma/serversettings.xml b/Barotrauma/serversettings.xml index 9725f03..49c8f6a 100644 --- a/Barotrauma/serversettings.xml +++ b/Barotrauma/serversettings.xml @@ -33,15 +33,15 @@ allowdisguises="True" traitoruseratio="True" traitorratio="0.2" + subselectionmode="Vote" + modeselectionmode="Manual" + missiontype="Random" kickafktime="120" karmaenabled="False" gamemodeidentifier="sandbox" LevelDifficulty="50" KillDisconnectedTime="30" - SubSelection="Manual" - ModeSelection="Manual" GameMode="Sandbox" - MissionType="Random" TraitorsEnabled="No" autobantime="60" maxautobantime="360" From 925293c173d1e455660732f29dd50d4cda307160 Mon Sep 17 00:00:00 2001 From: Morbo <14136326+Morb0@users.noreply.github.com> Date: Tue, 25 Jun 2019 20:59:21 +0300 Subject: [PATCH 4/4] Use official updated config with small changes --- Barotrauma/serversettings.xml | 58 +++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/Barotrauma/serversettings.xml b/Barotrauma/serversettings.xml index 49c8f6a..a57b3b1 100644 --- a/Barotrauma/serversettings.xml +++ b/Barotrauma/serversettings.xml @@ -1,50 +1,54 @@ + name="SERVERNAME" + public="false" + port="27015" + queryport="27016" + maxplayers="10" + password="" + enableupnp="false" + autorestart="false" + SubSelection="Manual" + LevelDifficulty="20" + TraitorsEnabled="No" + BotSpawnMode="Normal" + AllowedRandomMissionTypes="Random,Salvage,Monster,Cargo,Combat" + AllowedClientNameChars="32-33,38-46,48-57,65-90,91,93,95-122,192-255,384-591,1024-1279" + ServerMessage="" +/>