mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 358
This commit is contained in:
parent
41815608f2
commit
74a1126085
7 changed files with 52 additions and 5 deletions
BIN
ASM/ArkServerManager_1.0.358.exe
Normal file
BIN
ASM/ArkServerManager_1.0.358.exe
Normal file
Binary file not shown.
BIN
ASM/ArkServerManager_1.0.358.zip
Normal file
BIN
ASM/ArkServerManager_1.0.358.zip
Normal file
Binary file not shown.
|
|
@ -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>2020-03-05T00:00:00Z</updated>
|
||||
<updated>2020-03-09T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:A3359CF9-37EE-4068-BEF6-2F661C2F9A00</id>
|
||||
<title>1.0.358 (1.0.358.2)</title>
|
||||
<summary>1.0.358.2</summary>
|
||||
<link href="" />
|
||||
<updated>2020-03-09T00: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>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>
|
||||
<li>Server Settings (Engrams section) - will not write OverrideNamedEngramEntries entries to the game.ini file unless one or more default values have changed.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings (Dino section) - changed the way the sort works for the dino grid.</li>
|
||||
<li>Server Settings (Engrams section) - added column header tooltips to for more clarity.</li>
|
||||
<li>Server Settings (Engrams section) - changed the way the sort works for the engrams grid.</li>
|
||||
<li>Server Settings (Environment section) - changed the way the sort works for the resources grid.</li>
|
||||
<li>fr-FR Translation file updated. (thanks @angemymy)</li>
|
||||
<li>pt-BR Translation file updated. (thanks @bruno5011)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:72F068F8-1E22-4A60-87B7-3BA9B133DDF1</id>
|
||||
|
|
|
|||
|
|
@ -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,25 @@
|
|||
<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_EngramsIsTekgramColumnLabel">Is Tekgram</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EngramsIsTekgramColumnTooltip">Is Tekgram</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>
|
||||
|
|
|
|||
BIN
ASM/latest.exe
BIN
ASM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.0.357
|
||||
1.0.358
|
||||
|
|
|
|||
BIN
ASM/latest.zip
BIN
ASM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue