mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Merge pull request #16 from Bletch1971/LostIsland
Added LostIsland stuff in preparation.
This commit is contained in:
commit
bdbead0df6
3 changed files with 18 additions and 0 deletions
|
|
@ -329,6 +329,9 @@
|
|||
<Content Include="GameData\Genesis2.gamedata">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="GameData\LostIsland.gamedata">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="VersionFeed.xml" />
|
||||
<None Include="VersionFeedBeta.xml" />
|
||||
<Resource Include="Art\Add.ico" />
|
||||
|
|
|
|||
13
src/ARKServerManager/GameData/LostIsland.gamedata
Normal file
13
src/ARKServerManager/GameData/LostIsland.gamedata
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"Application": "ark",
|
||||
"Version": "1.0.0",
|
||||
"Created": "2021-12-14T00:00:00.0000000Z",
|
||||
"GameMaps": [
|
||||
{
|
||||
"IsSotF": false,
|
||||
"ClassName": "LostIsland",
|
||||
"Description": "Lost Island",
|
||||
"Mod": "LostIsland"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
<sys:String x:Key="Map_Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="Map_CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Map_Gen2">Genesis: Part 2</sys:String>
|
||||
<sys:String x:Key="Map_LostIsland">Lost Island</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Total Conversion Names -->
|
||||
|
|
@ -56,6 +57,7 @@
|
|||
<sys:String x:Key="Mod_Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="Mod_CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Mod_Genesis2">Genesis: Part 2</sys:String>
|
||||
<sys:String x:Key="Mod_LostIsland">Lost Island</sys:String>
|
||||
<sys:String x:Key="Mod_PGM">PGM</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue