Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/config.xml
Joonas Rikkonen 044fd3344b 2f107db...5202af9
2019-03-18 21:42:26 +02:00

57 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 = "Humpback"
requiresteamauthentication="true">
<graphicsmode displaymode="BorderlessWindowed" 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"
InfoTab="Tab"
Chat="T"
RadioChat="Y"
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>