mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Gamedata Updates
This commit is contained in:
parent
21463d1cf2
commit
6cb5202488
4 changed files with 29 additions and 44 deletions
|
|
@ -301,6 +301,9 @@
|
||||||
<Compile Include="Windows\SettingsWindow.xaml.cs">
|
<Compile Include="Windows\SettingsWindow.xaml.cs">
|
||||||
<DependentUpon>SettingsWindow.xaml</DependentUpon>
|
<DependentUpon>SettingsWindow.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Content Include="GameData\Genesis2.gamedata">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<None Include="VersionFeed.xml" />
|
<None Include="VersionFeed.xml" />
|
||||||
<None Include="VersionFeedBeta.xml" />
|
<None Include="VersionFeedBeta.xml" />
|
||||||
<Resource Include="Art\Add.ico" />
|
<Resource Include="Art\Add.ico" />
|
||||||
|
|
@ -540,17 +543,6 @@
|
||||||
<Content Include="GameData\Valguero.gamedata">
|
<Content Include="GameData\Valguero.gamedata">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\Aberration.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\Extinction.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\Genesis.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\PGM.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\PrimitivePlus.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\Ragnarok.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\ScorchedEarth.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\SurvivalEvolved.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\TheCenter.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\Valguero.xlsx" />
|
|
||||||
<AdditionalFiles Include="GameData\Spreadsheets\_Template.xlsx" />
|
|
||||||
<Content Include="NLog.config">
|
<Content Include="NLog.config">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
|
||||||
|
|
@ -2,16 +2,6 @@
|
||||||
"Application": "ark",
|
"Application": "ark",
|
||||||
"Version": "1.0.0",
|
"Version": "1.0.0",
|
||||||
"Created": "2020-06-11T00:00:00.0000000Z",
|
"Created": "2020-06-11T00:00:00.0000000Z",
|
||||||
"Creatures": [
|
|
||||||
],
|
|
||||||
"Engrams": [
|
|
||||||
],
|
|
||||||
"Items": [
|
|
||||||
],
|
|
||||||
"MapSpawners": [
|
|
||||||
],
|
|
||||||
"SupplyCrates": [
|
|
||||||
],
|
|
||||||
"GameMaps": [
|
"GameMaps": [
|
||||||
{
|
{
|
||||||
"IsSotF": false,
|
"IsSotF": false,
|
||||||
|
|
|
||||||
|
|
@ -2,16 +2,6 @@
|
||||||
"Application": "ark",
|
"Application": "ark",
|
||||||
"Version": "1.1.0",
|
"Version": "1.1.0",
|
||||||
"Created": "2020-02-25T00:00:00.0000000Z",
|
"Created": "2020-02-25T00:00:00.0000000Z",
|
||||||
"Creatures": [
|
|
||||||
],
|
|
||||||
"Engrams": [
|
|
||||||
],
|
|
||||||
"Items": [
|
|
||||||
],
|
|
||||||
"MapSpawners": [
|
|
||||||
],
|
|
||||||
"SupplyCrates": [
|
|
||||||
],
|
|
||||||
"GameMaps": [
|
"GameMaps": [
|
||||||
{
|
{
|
||||||
"IsSotF": false,
|
"IsSotF": false,
|
||||||
|
|
|
||||||
13
src/ARKServerManager/GameData/Genesis2.gamedata
Normal file
13
src/ARKServerManager/GameData/Genesis2.gamedata
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"Application": "ark",
|
||||||
|
"Version": "1.0.0",
|
||||||
|
"Created": "2021-06-04T00:00:00.0000000Z",
|
||||||
|
"GameMaps": [
|
||||||
|
{
|
||||||
|
"IsSotF": false,
|
||||||
|
"ClassName": "Gen2",
|
||||||
|
"Description": "Genesis 2",
|
||||||
|
"Mod": "Genesis2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue