This commit is contained in:
Brett Hewitson 2020-02-29 11:17:45 +10:00
parent 72fd366af0
commit df0ad3680e
7 changed files with 38 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,42 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2019-11-01T00:00:00Z</updated>
<updated>2019-02-27T00:00:00Z</updated>
<entry>
<id>urn:uuid:4153AD56-41C5-4536-BFA9-77BB89B0303A</id>
<title>1.0.351 (1.0.351.2)</title>
<summary>1.0.351.2</summary>
<link href="" />
<updated>2019-02-27T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>Fix issue with player/tribe linking in RCON window.</li>
</ul>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Added the Valguero gamedata file to the install.</li>
<li>Added the Genesis gamedata file to the install.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Added new player ascension levels to gamedata file.</li>
<li>Added player ascension level value to the gamedata file. Player levels will now use this value to highlight the last set of player level rows.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:4153AD56-41C5-4536-BFA9-77BB89B0303A</id>

View file

@ -1515,7 +1515,7 @@
<!--#region Server Settings - Custom Level Progressions -->
<sys:String x:Key="ServerSettings_CustomLevelProgressionsLabel">Custom Level Progressions</sys:String>
<sys:String x:Key="ServerSettings_CustomLevelProgressions_InformationLabel">NOTE: The last 30 player levels are used for Ascension and are shown with a coloured background. If you customize your own player levels, make sure you add an additional 30 levels for Ascension.</sys:String>
<sys:String x:Key="ServerSettings_CustomLevelProgressions_InformationLabel">NOTE: The last {levels} player levels are used for Ascension and are shown with a coloured background. If you customize your own player levels, make sure you add an additional {levels} levels for Ascension.</sys:String>
<sys:String x:Key="ServerSettings_EnableCustomLevelProgressionsLabel">Enable Custom Level Progressions</sys:String>
<sys:String x:Key="ServerSettings_EnableCustomLevelProgressionsTooltip">If enabled, enables player and dino level customizations.</sys:String>
<sys:String x:Key="ServerSettings_CustomPlayerLevelsLabel">Custom Player Levels</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.0.350
1.0.351

Binary file not shown.