Merge pull request #16 from Bletch1971/LostIsland

Added LostIsland stuff in preparation.
This commit is contained in:
Brett Hewitson 2021-12-12 14:48:33 +10:00 committed by GitHub
commit bdbead0df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View file

@ -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" />

View 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"
}
]
}

View file

@ -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-->