Browse Source

Use official updated config with small changes

pull/64/head
Morbo 6 years ago
committed by GitHub
parent
commit
925293c173
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 56
      Barotrauma/serversettings.xml

56
Barotrauma/serversettings.xml

@ -1,50 +1,54 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<serversettings <serversettings
name="SERVERNAME"
ServerMessage=""
port="27015"
queryport="27016"
password=""
public="False"
maxplayers="10"
tickrate="20" tickrate="20"
attemptupnp="false"
randomizeseed="True" randomizeseed="True"
respawninterval="180" userespawnshuttle="True"
startwhenclientsready="True" respawninterval="300"
startwhenclientsreadyratio="0.6" maxtransporttime="180"
maxtransporttime="300"
minrespawnratio="0.2" minrespawnratio="0.2"
autorestart="false" autorestart="false"
autorestartinterval="60" autorestartinterval="60"
startwhenclientsready="False"
startwhenclientsreadyratio="0.8"
allowspectating="True" allowspectating="True"
enableupnp="false"
voipenabled="True" voipenabled="True"
voicechatenabled="True"
endroundatlevelend="True" endroundatlevelend="True"
saveserverlogs="True" saveserverlogs="True"
allowragdollbutton="True" allowragdollbutton="True"
allowfiletransfers="True" allowfiletransfers="True"
allowrespawn="True" voicechatenabled="True"
allowvotekick="True" allowvotekick="True"
allowendvoting="True" allowendvoting="True"
allowrespawn="True"
botcount="0"
maxbotcount="16"
allowdisguises="True"
subselectionmode="Manual"
modeselectionmode="Manual"
endvoterequiredratio="0.6" endvoterequiredratio="0.6"
kickvoterequiredratio="0.6" kickvoterequiredratio="0.6"
allowdisguises="True" killdisconnectedtime="30"
kickafktime="120"
traitoruseratio="True" traitoruseratio="True"
traitorratio="0.2" traitorratio="0.2"
subselectionmode="Vote"
modeselectionmode="Manual"
missiontype="Random"
kickafktime="120"
karmaenabled="False" karmaenabled="False"
gamemodeidentifier="sandbox" gamemodeidentifier="sandbox"
LevelDifficulty="50" missiontype="Random"
KillDisconnectedTime="30"
GameMode="Sandbox"
TraitorsEnabled="No"
autobantime="60" autobantime="60"
maxautobantime="360" maxautobantime="360"
AllowedRandomMissionTypes="Random,Cargo,Salvage,Monster,Combat" 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" AllowedClientNameChars="32-33,38-46,48-57,65-90,91,93,95-122,192-255,384-591,1024-1279"
/> ServerMessage=""
/>

Loading…
Cancel
Save