Browse Source

Merge pull request #64 from Morb0/patch-1

Add more params to Barotrauma config
pull/65/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
8b31e3d9a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 56
      Barotrauma/serversettings.xml

56
Barotrauma/serversettings.xml

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

Loading…
Cancel
Save