Browse Source
add more params to Barotrauma config
Add no obvious and important parameters
pull/64/head
Morbo
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
0 deletions
-
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" |
|
|
|
/> |
|
|
|