mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 358 Beta 1
This commit is contained in:
parent
6af3787cca
commit
8f36b0e51a
4 changed files with 22 additions and 12 deletions
|
|
@ -5,14 +5,14 @@
|
|||
<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-03-05T00:00:00Z</updated>
|
||||
<updated>2020-03-07T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:F3DDF193-EF36-42A6-91A9-B95A403E907A</id>
|
||||
<title>1.0.357 (1.0.357.1)</title>
|
||||
<summary>1.0.357.1</summary>
|
||||
<id>urn:uuid:A3359CF9-37EE-4068-BEF6-2F661C2F9A00</id>
|
||||
<title>1.0.358 (1.0.358.1)</title>
|
||||
<summary>1.0.358.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-03-05T00:00:00Z</updated>
|
||||
<updated>2020-03-07T00: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>
|
||||
|
|
@ -20,14 +20,14 @@
|
|||
<br/>
|
||||
<ul>
|
||||
<li>Dialog forms - have fixed an issue where the dialog forms would open behind the current window.</li>
|
||||
<li>Server Settings - have added error dialogs when trying to add a child record without selecting a parent record first (crafting overrides, map spawner overrides and supply crate overrides).</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings (Engrams section) - added two additional columns to the engrams grid to allow each engram to be automatically unlocked.</li>
|
||||
<li>Game Data Window - Fixed a bug when clicking the Open GameData Folder button and no gamedata folder exists. It will create the folder and open it.</li>
|
||||
<li>Server Settings (Engrams section) - added column header tooltips to for more clarity.</li>
|
||||
<li>fr-FR Translation file updated. (thanks @angemymy)</li>
|
||||
<li>pt-BR Translation file updated. (thanks @bruno5011)</li>
|
||||
<li>ru-RU Translation file updated. (thanks @varlonec)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -752,15 +752,17 @@
|
|||
<sys:String x:Key="ServerSettings_Save_UpdatePermissions_ErrorLabel">Failed to update directory permissions. Ensure you have administrator rights on this machine and try again. If the problem persists, please report this as a bug.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_Save_UpdateSchedule_ErrorTitle">Update schedule failed</sys:String>
|
||||
<sys:String x:Key="ServerSettings_Save_UpdateSchedule_ErrorLabel">Failed to update scheduled tasks. Ensure you have administrator rights on this machine and try again. If the problem persists, please report this as a bug.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetTitle">Confirm Reset Action</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetLabel">Click 'Yes' to confirm you want to perform the reset.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LoadCustomConfig_Title">Load Ini File.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LoadCustomConfig_Label">The ini file was successfully loaded.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LoadCustomConfig_ErrorTitle">Ini File Load Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AddChildErrorTitle">Add Record Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AddChildErrorLabel">You must select a parent record to add the new record to.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ClearTitle">Confirm Clear Action</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ClearLabel">Click 'Yes' to confirm you want to clear all.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DeleteTitle">Confirm Delete Action</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DeleteLabel">Click 'Yes' to confirm you want to perform the delete.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetTitle">Confirm Reset Action</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetLabel">Click 'Yes' to confirm you want to perform the reset.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Administration -->
|
||||
|
|
@ -1566,15 +1568,23 @@
|
|||
<sys:String x:Key="ServerSettings_FilterOnlySelectedEngramsLabel">Filter Only Selected Engrams</sys:String>
|
||||
<sys:String x:Key="ServerSettings_FilterOnlySelectedEngramsTooltip">If enabled, only the selected engram will be visible.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_SaveEngramOverrideColumnLabel">Selected</sys:String>
|
||||
<sys:String x:Key="ServerSettings_SaveEngramOverrideColumnTooltip">Selected</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsNameColumnLabel">Name</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsNameColumnTooltip">Name of the Engram (engram class name).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsModColumnLabel">Mod</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsModColumnTooltip">Mod</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsLevelColumnLabel">Level</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsLevelColumnTooltip">Player level when the engram can be manually unlocked.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsCostColumnLabel">Cost</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsCostColumnTooltip">The amount fo engram points needed to manually unlock.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsHiddenColumnLabel">Hidden</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsKnownColumnLabel">Known</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsHiddenColumnTooltip">If enabled, the engram will be removed from the engram unlock screen and cannot be learned.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsRemovePrereqsColumnLabel">Remove Prereqs</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsRemovePrereqsColumnTooltip">If enabled, will remove the prerequisites needed to unlock the engram.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsAutoUnlockColumnLabel">Auto Unlock</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsAutoUnlockColumnTooltip">Is enabled, the engram will be automatically unlocked at the specified level.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsLevelToAutoUnlockColumnLabel">Unlock Level</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsLevelToAutoUnlockColumnTooltip">Player level when the engram is automatically unlocked. Auto Unlock must be enabled.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsRemoveRecordTooltip">Remove this Engram</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_EngramsOverride_EngramsRemoveRecordTitle">Remove Engram</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.357.1
|
||||
1.0.358.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue