Update content package to 0.7, removed serverconfig.xml
This commit is contained in:
@@ -733,7 +733,7 @@
|
|||||||
<Content Include="$(MSBuildThisFileDirectory)Content\waterbump.png">
|
<Content Include="$(MSBuildThisFileDirectory)Content\waterbump.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="$(MSBuildThisFileDirectory)Data\ContentPackages\Vanilla 0.6.xml">
|
<Content Include="$(MSBuildThisFileDirectory)Data\ContentPackages\Vanilla 0.7.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="$(MSBuildThisFileDirectory)Icon.ico" />
|
<Content Include="$(MSBuildThisFileDirectory)Icon.ico" />
|
||||||
@@ -743,9 +743,6 @@
|
|||||||
<Content Include="$(MSBuildThisFileDirectory)README.txt">
|
<Content Include="$(MSBuildThisFileDirectory)README.txt">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="$(MSBuildThisFileDirectory)serverconfig.xml">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="$(MSBuildThisFileDirectory)serversettings.xml">
|
<Content Include="$(MSBuildThisFileDirectory)serversettings.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<contentpackage name="Vanilla 0.6" path="Data/ContentPackages/Vanilla 0.6">
|
<contentpackage name="Vanilla 0.7" path="Data/ContentPackages/Vanilla 0.7">
|
||||||
<Item file="Content/Items/idcard.xml" />
|
<Item file="Content/Items/idcard.xml" />
|
||||||
<Item file="Content/Items/itemlabel.xml" />
|
<Item file="Content/Items/itemlabel.xml" />
|
||||||
<Item file="Content/Items/Artifacts/artifacts.xml" />
|
<Item file="Content/Items/Artifacts/artifacts.xml" />
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<config masterserverurl="http://www.undertowgames.com/baromaster" autocheckupdates="true" musicvolume="0.5" soundvolume="0.5" verboselogging="false">
|
<config masterserverurl="http://www.undertowgames.com/baromaster" autocheckupdates="true" musicvolume="0.5" soundvolume="0.5" verboselogging="false">
|
||||||
<graphicsmode fullscreen="true" vsync="true" />
|
<graphicsmode fullscreen="true" vsync="true" />
|
||||||
<contentpackage path="Data/ContentPackages/Vanilla 0.6.xml" />
|
<contentpackage path="Data/ContentPackages/Vanilla 0.7.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" />
|
<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>
|
<gameplay>
|
||||||
<jobpreferences>
|
<jobpreferences>
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<config masterserverurl="http://www.undertowgames.com/baromaster" autocheckupdates="true" verboselogging="true">
|
|
||||||
<contentpackage path="Data/ContentPackages/Vanilla 0.6.xml" />
|
|
||||||
</config>
|
|
||||||
Reference in New Issue
Block a user