ASM 365 Beta 5

This commit is contained in:
Brett Hewitson 2020-04-05 16:45:36 +10:00
parent 03dd444392
commit f42764a13e
4 changed files with 31 additions and 11 deletions

View file

@ -5,7 +5,30 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2020-04-04T04:00:00Z</updated>
<updated>2020-04-04T05:00:00Z</updated>
<entry>
<id>urn:uuid:99368817-1240-4BC3-89C4-E92D86C974A7</id>
<title>1.0.365 (1.0.365.5)</title>
<summary>1.0.365.5</summary>
<link href="" />
<updated>2020-04-04T05: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;">NEW</u>
<br/>
<ul>
<li>Rules Section - Tribute Upload Options - have added to new settings - MaxTributeDinos and MaxTributeItems. Both default of 50 and max limit of 200, anything over 200 can cause cluster corruption.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:99368817-1240-4BC3-89C4-E92D86C974A7</id>
@ -19,7 +42,7 @@
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Switched out the engram list for a grid, to keep consistent with the other grids..</li>
<li>Switched out the engram list for a grid, to keep consistent with the other sections.</li>
<li>Added last started date/time as tooltip for Status field.</li>
</ul>
</p>

View file

@ -693,6 +693,7 @@
<sys:String x:Key="SliderUnits_Minutes">minutes</sys:String>
<sys:String x:Key="SliderUnits_Hours">hours</sys:String>
<sys:String x:Key="SliderUnits_Days">days</sys:String>
<sys:String x:Key="SliderUnits_Dinos">dinos</sys:String>
<sys:String x:Key="SliderUnits_Items">items</sys:String>
<sys:String x:Key="SliderUnits_XP">xp</sys:String>
<sys:String x:Key="SliderUnits_Players">players</sys:String>
@ -1107,26 +1108,22 @@
<sys:String x:Key="ServerSettings_NoItemUploadsTooltip">If enabled, the item uploads are disabled.</sys:String>
<sys:String x:Key="ServerSettings_NoDinoUploadsLabel">No Dino Uploads</sys:String>
<sys:String x:Key="ServerSettings_NoDinoUploadsTooltip">If enabled, the dino uploads are disabled.</sys:String>
<sys:String x:Key="ServerSettings_MaxTributeDinosLabel">Max Tribute Dinos</sys:String>
<sys:String x:Key="ServerSettings_MaxTributeDinosTooltip">If enabled, will limit the number of dinos that a player can store in the obelisks. NOTE: Setting this to high can cause cluster corruption.</sys:String>
<sys:String x:Key="ServerSettings_MaxTributeItemsLabel">Max Tribute Items</sys:String>
<sys:String x:Key="ServerSettings_MaxTributeItemsTooltip">If enabled, will limit the number of items that a player can store in the obelisks. NOTE: Setting this to high can cause cluster corruption.</sys:String>
<sys:String x:Key="ServerSettings_ClusterTributeLabel">Cluster Tribute Options</sys:String>
<sys:String x:Key="ServerSettings_NoTransferFromFilteringLabel">No Transfer from Filtering</sys:String>
<sys:String x:Key="ServerSettings_NoTransferFromFilteringTooltip">If enabled, the survivor, item and dino transfers are disabled if the server is not in the same cluster.</sys:String>
<sys:String x:Key="ServerSettings_OverrideTributeCharacterExpirationSecondsLabel">Override Survivor Upload Expiration</sys:String>
<sys:String x:Key="ServerSettings_OverrideTributeCharacterExpirationSecondsTooltip">If enabled, will allow you to override the expiration timer.</sys:String>
<sys:String x:Key="ServerSettings_TributeCharacterExpirationSecondsLabel">Survivor Upload Expiration</sys:String>
<sys:String x:Key="ServerSettings_TributeCharacterExpirationSecondsTooltip">Set the expiration timer for uploaded survivors.</sys:String>
<sys:String x:Key="ServerSettings_OverrideTributeItemExpirationSecondsLabel">Override Item Upload Expiration</sys:String>
<sys:String x:Key="ServerSettings_OverrideTributeItemExpirationSecondsTooltip">If enabled, will allow you to override the expiration timer.</sys:String>
<sys:String x:Key="ServerSettings_TributeItemExpirationSecondsLabel">Item Upload Expiration</sys:String>
<sys:String x:Key="ServerSettings_TributeItemExpirationSecondsTooltip">Set the expiration timer for uploaded items.</sys:String>
<sys:String x:Key="ServerSettings_OverrideTributeDinoExpirationSecondsLabel">Override Dino Upload Expiration</sys:String>
<sys:String x:Key="ServerSettings_OverrideTributeDinoExpirationSecondsTooltip">If enabled, will allow you to override the expiration timer.</sys:String>
<sys:String x:Key="ServerSettings_TributeDinoExpirationSecondsLabel">Dino Upload Expiration</sys:String>
<sys:String x:Key="ServerSettings_TributeDinoExpirationSecondsTooltip">Set the expiration timer for uploaded dinos.</sys:String>
<sys:String x:Key="ServerSettings_OverrideMinimumDinoReuploadIntervalLabel">Override Minimum Dino Re-upload Interval</sys:String>
<sys:String x:Key="ServerSettings_OverrideMinimumDinoReuploadIntervalTooltip">If enabled, will allow you to override the re-upload interval.</sys:String>
<sys:String x:Key="ServerSettings_MinimumDinoReuploadIntervalLabel">Minimum Dino Re-upload Interval</sys:String>
<sys:String x:Key="ServerSettings_MinimumDinoReuploadIntervalTooltip">Set the cooldown between allowed Dino re-uploads. Remaining cooldown time is displayed on the Dino Upload UI.</sys:String>
<sys:String x:Key="ServerSettings_CrossARKAllowForeignDinoDownloadsLabel">Allow Foreign Dino Downloads</sys:String>
<sys:String x:Key="ServerSettings_CrossARKAllowForeignDinoDownloadsTooltip">If enabled, will allow you to download foreign Dinos to the map.</sys:String>

View file

@ -1 +1 @@
1.0.365.4
1.0.365.5

Binary file not shown.