Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/config.xml
T
2019-03-18 20:39:27 +02:00

56 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<config
language="English"
masterserverurl="http://www.undertowgames.com/baromaster"
autocheckupdates="true"
musicvolume="0.5"
soundvolume="0.5"
verboselogging="false"
savedebugconsolelogs="false"
enablesplashscreen="true"
usesteammatchmaking="true"
quickstartsub = "Turso"
requiresteamauthentication="true">
<graphicsmode fullscreen="true" vsync="true" />
<graphicssettings
particlelimit="1500"
lightmapscale="0.5"
specularity="true"
chromaticaberration="true"
losmode="Transparent"
hudscale="1"
inventoryscale="1" />
<contentpackage path="Data/ContentPackages/Vanilla 0.9.xml" />
<player name=""/>
<keymapping
Select="E"
Use="0"
Aim="1"
Up="W"
Down="S"
Left="A"
Right="D"
Attack="R"
Run="LeftShift"
Crouch="LeftControl"
Chat="Tab"
RadioChat="OemTilde"
CrewOrders="C"
Ragdoll="Space"
Health="H"
Grab="G"
SelectPreviousCharacter="Z"
SelectNextCharacter="X" />
<gameplay>
<jobpreferences>
<job identifier="captain" />
<job identifier="engineer" />
<job identifier="mechanic" />
<job identifier="securityofficer" />
<job identifier="medicaldoctor" />
<job identifier="assistant" />
</jobpreferences>
</gameplay>
</config>