Browse Source

add more params to Barotrauma config

Add no obvious and important parameters
pull/64/head
Morbo 6 years ago
committed by GitHub
parent
commit
e08757197b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      Barotrauma/serversettings.xml

12
Barotrauma/serversettings.xml

@ -7,13 +7,19 @@
password="" password=""
public="False" public="False"
maxplayers="10" maxplayers="10"
tickrate="20"
attemptupnp="false" attemptupnp="false"
randomizeseed="True" randomizeseed="True"
respawninterval="180" respawninterval="180"
startwhenclientsready="True"
startwhenclientsreadyratio="0.6"
maxtransporttime="300" maxtransporttime="300"
minrespawnratio="0.2" minrespawnratio="0.2"
autorestart="false"
autorestartinterval="60" autorestartinterval="60"
allowspectating="True" allowspectating="True"
enableupnp="false"
voipenabled="True"
voicechatenabled="True" voicechatenabled="True"
endroundatlevelend="True" endroundatlevelend="True"
saveserverlogs="True" saveserverlogs="True"
@ -21,11 +27,16 @@
allowfiletransfers="True" allowfiletransfers="True"
allowrespawn="True" allowrespawn="True"
allowvotekick="True" allowvotekick="True"
allowendvoting="True"
endvoterequiredratio="0.6" endvoterequiredratio="0.6"
kickvoterequiredratio="0.6" kickvoterequiredratio="0.6"
allowdisguises="True"
traitoruseratio="True" traitoruseratio="True"
traitorratio="0.2" traitorratio="0.2"
kickafktime="120"
karmaenabled="False" karmaenabled="False"
gamemodeidentifier="sandbox"
LevelDifficulty="99"
KillDisconnectedTime="30" KillDisconnectedTime="30"
SubSelection="Manual" SubSelection="Manual"
ModeSelection="Manual" ModeSelection="Manual"
@ -34,5 +45,6 @@
TraitorsEnabled="No" TraitorsEnabled="No"
autobantime="60" autobantime="60"
maxautobantime="360" 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" AllowedClientNameChars="32-33,38-46,48-57,65-90,91,93,95-122,192-255,384-591,1024-1279"
/> />

Loading…
Cancel
Save