Updated Vanilla content package & tweaked default client config

This commit is contained in:
Joonas Rikkonen
2017-07-20 21:49:00 +03:00
parent ce3a8df9e0
commit bce3d492ba
4 changed files with 12 additions and 8 deletions

View File

@@ -721,7 +721,7 @@
<Content Include="$(MSBuildThisFileDirectory)Content\waterbump.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(MSBuildThisFileDirectory)Data\ContentPackages\Vanilla 0.3.xml">
<Content Include="$(MSBuildThisFileDirectory)Data\ContentPackages\Vanilla 0.6.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(MSBuildThisFileDirectory)Icon.ico" />

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<contentpackage name="Vanilla 0.3" path="Data/ContentPackages/Vanilla 0.3">
<contentpackage name="Vanilla 0.6" path="Data/ContentPackages/Vanilla 0.6">
<Item file="Content/Items/idcard.xml" />
<Item file="Content/Items/itemlabel.xml" />
<Item file="Content/Items/Artifacts/artifacts.xml" />
@@ -30,11 +30,15 @@
<Item file="Content/Items/Weapons/explosives.xml" />
<Item file="Content/Items/Weapons/railgun.xml" />
<Item file="Content/Items/Weapons/weapons.xml" />
<Character file="Content/Characters/Carrier/carrier.xml" />
<Character file="Content/Characters/Charybdis/charybdis.xml" />
<Character file="Content/Characters/Coelanth/coelanth.xml" />
<Character file="Content/Characters/Crawler/crawler.xml" />
<Character file="Content/Characters/Endworm/endworm.xml" />
<Character file="Content/Characters/Fractalguardian/fractalguardian.xml" />
<Character file="Content/Characters/Fractalguardian2/fractalguardian2.xml" />
<Character file="Content/Characters/Human/human.xml" />
<Character file="Content/Characters/Human/humanhusk.xml" />
<Character file="Content/Characters/Husk/husk.xml" />
<Character file="Content/Characters/Mantis/mantis.xml" />
<Character file="Content/Characters/Moloch/moloch.xml" />

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config masterserverurl="http://www.undertowgames.com/baromaster" autocheckupdates="true" musicvolume="0.0" soundvolume="0.0" verboselogging="true">
<graphicsmode width="1280" height="720" fullscreen="false" vsync="false" />
<contentpackage path="Data/ContentPackages/Vanilla 0.3.xml" />
<config masterserverurl="http://www.undertowgames.com/baromaster" autocheckupdates="true" musicvolume="0.5" soundvolume="0.5" verboselogging="false">
<graphicsmode fullscreen="true" vsync="true" />
<contentpackage path="Data/ContentPackages/Vanilla 0.6.xml" />
<keymapping Select="E" Use="0" Aim="1" Up="W" Down="S" Left="A" Right="D" Attack="R" Run="LeftShift" Crouch="LeftControl" Chat="Tab" CrewOrders="C" />
<gameplay>
<jobpreferences>
@@ -13,4 +13,4 @@
<job name="Assistant" />
</jobpreferences>
</gameplay>
</config>
</config>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<config masterserverurl="http://www.undertowgames.com/baromaster" autocheckupdates="true" verboselogging="true">
<contentpackage path="Data/ContentPackages/Vanilla 0.3.xml" />
</config>
<contentpackage path="Data/ContentPackages/Vanilla 0.6.xml" />
</config>