This commit is contained in:
Brett Hewitson 2020-03-18 22:08:08 +10:00
parent 283ee2316e
commit 05d0c28cfd
7 changed files with 95 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,54 @@
<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-09T00:00:00Z</updated>
<updated>2020-03-16T00:00:00Z</updated>
<entry>
<id>urn:uuid:C5946415-0354-472D-A6C4-AA74F940FC47</id>
<title>1.0.359 (1.0.359.8)</title>
<summary>1.0.359.8</summary>
<link href="" />
<updated>2020-03-16T00: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>Game Data - fixed a crash when loading with an invalid gamedata file.</li>
<li>Dino Levels - Dino levels now start at level 1, not level 2.</li>
<li>Environment Section - Resource Grid - fixed tooltip on the save button.</li>
<li>Environment Section - Resource Grid - fixed duplicate resource issue when pasting in settings of existing resources, will now overwrite the values, instead of creating new.</li>
</ul>
<u style="font-size: .9em;">New</u>
<br/>
<ul>
<li>Main Window - the main window now stores the height and width of the window.</li>
<li>Main Window - new button (top right corner) to open the new Server Monitor window.</li>
<li>Server Monitor Window - new window that shows all you servers in one form. Allows you to Start, Stop, Update/Verify and open the Player List or RCON Windows.</li>
<li>Server Monitor Window - includes a button to create a shortcut on your desktop that can start the Server Monitor directly, without the server manager.</li>
<li>Global Settings - Shutdown Options - have added an option to enable/disable sending the shutdown message to the game client via RCON.</li>
<li>Shutdown Window - have added an option to enable/disable sending the shutdown message to the game client via RCON.</li>
<li>Shutdown Process - have added logic to send the shutdown message to the game client via RCON, only if the setting is enabled.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Game Data Window - Added a validate button, to validate the user gamedata files.</li>
<li>Game Data Window - Displays the gamedata file in Red if the file is invalid.</li>
<li>Game Data Window - When adding a new gamedata file, will display an error if the file is invalid.</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>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:A3359CF9-37EE-4068-BEF6-2F661C2F9A00</id>

View file

@ -273,6 +273,7 @@
<sys:String x:Key="GameDataWindow_OpenGameDataFolderTooltip">Open Game Data Folder</sys:String>
<sys:String x:Key="GameDataWindow_GameDataForumTooltip">Open Game Data Forum</sys:String>
<sys:String x:Key="GameDataWindow_ReloadGameDataTooltip">Reload Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_ValidateGameDataTooltip">Validate Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_RemoveGameDataTooltip">Delete Game Data File</sys:String>
<sys:String x:Key="GameDataWindow_NameColumnLabel">Name</sys:String>
@ -281,6 +282,7 @@
<sys:String x:Key="GameDataWindow_AddErrorTitle">Add Action Error</sys:String>
<sys:String x:Key="GameDataWindow_AddErrorLabel">An error occurred while reading the selected file.</sys:String>
<sys:String x:Key="GameDataWindow_ExistingFileErrorLabel">A file with the same name already exists, delete the existing file and try again.</sys:String>
<sys:String x:Key="GameDataWindow_ClearTitle">Confirm Clear Action</sys:String>
<sys:String x:Key="GameDataWindow_ClearLabel">Click 'Yes' to confirm you want to clear all.</sys:String>
<sys:String x:Key="GameDataWindow_ClearErrorTitle">Clear Action Error</sys:String>
@ -289,6 +291,11 @@
<sys:String x:Key="GameDataWindow_DeleteErrorTitle">Delete Action Error</sys:String>
<sys:String x:Key="GameDataWindow_OpenErrorTitle">Open Folder Error</sys:String>
<sys:String x:Key="GameDataWindow_LoadErrorTitle">Load Error</sys:String>
<sys:String x:Key="GameDataWindow_ValidateSuccessTitle">Validation</sys:String>
<sys:String x:Key="GameDataWindow_ValidateSuccessLabel">All game data files are valid.</sys:String>
<sys:String x:Key="GameDataWindow_ValidateErrorTitle">Validation Error</sys:String>
<sys:String x:Key="GameDataWindow_ValidateErrorLabel">The following file(s) have errors</sys:String>
<sys:String x:Key="GameDataWindow_ValidateErrorMessage">The file is not valid. It may contain errors or have incorrect formatting.</sys:String>
<sys:String x:Key="GameDataWindow_AddDialogTitle">Select game data file</sys:String>
<sys:String x:Key="GameDataWindow_GameDataDefaultExtension">gamedata</sys:String>
@ -327,6 +334,31 @@
<sys:String x:Key="PluginsWindow_AddFilterExtension">*.dll</sys:String>
<!--#endregion-->
<!--#region Server Monitor Window -->
<sys:String x:Key="ServerMonitor_Title">Server Monitor</sys:String>
<sys:String x:Key="ServerMonitor_TotalCountLabel">Total Servers:</sys:String>
<sys:String x:Key="ServerMonitor_ServerColumnLabel">Server</sys:String>
<sys:String x:Key="ServerMonitor_MapColumnLabel">Map</sys:String>
<sys:String x:Key="ServerMonitor_ModsColumnLabel">Mods</sys:String>
<sys:String x:Key="ServerMonitor_VersionColumnLabel">Version</sys:String>
<sys:String x:Key="ServerMonitor_PlayersColumnLabel">Players</sys:String>
<sys:String x:Key="ServerMonitor_StatusColumnLabel">Status</sys:String>
<sys:String x:Key="ServerMonitor_CreateShortcutButtonTooltip">Create a desktop shortcut to open this form directly.</sys:String>
<sys:String x:Key="ServerMonitor_PlayerListButtonTooltip">Open the Player List window.</sys:String>
<sys:String x:Key="ServerMonitor_RCONButtonTooltip">Open the RCON window.</sys:String>
<sys:String x:Key="ServerMonitor_StartServerTooltip">Start the server.</sys:String>
<sys:String x:Key="ServerMonitor_StopServerTooltip">Stop the server.</sys:String>
<sys:String x:Key="ServerMonitor_InstallServerTooltip">Install the server.</sys:String>
<sys:String x:Key="ServerMonitor_UpgradeServerTooltip">Update/Verify the server.</sys:String>
<sys:String x:Key="ServerMonitor_UpgradeServer_FailedTitle">Server Update Error</sys:String>
<sys:String x:Key="ServerMonitor_UpgradeServer_FailedLabel">Another server is being upgraded, wait until the upgrade has finished and try again.</sys:String>
<sys:String x:Key="ServerMonitor_CloseWindow_ConfirmTitle">Confirm Window Close</sys:String>
<sys:String x:Key="ServerMonitor_CloseWindow_ConfirmLabel">You are currently perform a server update, closing the window with disconnect you from steamcmd. Do you want to continue closing the window?</sys:String>
<!--#endregion-->
<!--#region Shutdown Window -->
<sys:String x:Key="ShutdownWindow_Title">Server Shutdown</sys:String>
<sys:String x:Key="ShutdownWindow_ProfileTitle">Server Shutdown - {0}</sys:String>
@ -337,6 +369,8 @@
<sys:String x:Key="ShutdownWindow_RestartServerTooltip">If enabled, the server will be immediately restarted after it is shutdown.</sys:String>
<sys:String x:Key="ShutdownWindow_UpdateServerLabel">Update server after shutdown</sys:String>
<sys:String x:Key="ShutdownWindow_UpdateServerTooltip">If enabled, the server will be updated after it is shutdown.</sys:String>
<sys:String x:Key="ShutdownWindow_SendShutdownMessagesLabel">Send Shutdown Messages to Game Client</sys:String>
<sys:String x:Key="ShutdownWindow_SendShutdownMessagesTooltip">If enabled, the shutdown messages will be sent to the game client via RCON. NOTE: RCON must be enable on the server.</sys:String>
<sys:String x:Key="ShutdownWindow_BackupWorldFileLabel">Backup world file after shutdown</sys:String>
<sys:String x:Key="ShutdownWindow_BackupWorldFileTooltip">If enabled, the world file will be backed up after shutdown.</sys:String>
<sys:String x:Key="ShutdownWindow_ShutdownReasonLabel">Reason (optional):</sys:String>
@ -407,6 +441,8 @@
<sys:String x:Key="GlobalSettings_ForceCopyModsTooltip">If enabled, the mod files will be copied to the server folder even if the server has the latest version. Enabling can fix mod corruption issues.</sys:String>
<sys:String x:Key="GlobalSettings_ForceUpdateModsIfNoSteamInfoLabel">Force mod file downloads when no steam information available</sys:String>
<sys:String x:Key="GlobalSettings_ForceUpdateModsIfNoSteamInfoTooltip">If enabled, the mods will be downloaded from steam even when no steam information is available.</sys:String>
<sys:String x:Key="GlobalSettings_SteamCmdRemoveQuitLabel">Stop SteamCMD closing (use for debugging only)</sys:String>
<sys:String x:Key="GlobalSettings_SteamCmdRemoveQuitTooltip">If enabled, the Steamcmd window will not be closed when finished. You will need to manually close it or type quit. Note: does not affect auto-update.</sys:String>
<sys:String x:Key="GlobalSettings_SteamCmdCredentialsLabel">Use Anonymous Credentials</sys:String>
<sys:String x:Key="GlobalSettings_SteamCmdCredentialsTooltip">Controls whether the anonymous user is used to download from SteamCMD.</sys:String>
<sys:String x:Key="GlobalSettings_SteamCmdUsernameLabel">Username:</sys:String>
@ -447,6 +483,8 @@
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodTooltip">The amount of time to wait in between each server update, only available if Parallel Update is disabled.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownLabel">Shutdown Options</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownMessageInformationLabel">These warning messages will only be broadcast to your server if RCON is enabled and the RCON port set on your server profile.</sys:String>
<sys:String x:Key="GlobalSettings_SendShutdownMessagesLabel">Send Shutdown Messages to Game Client</sys:String>
<sys:String x:Key="GlobalSettings_SendShutdownMessagesTooltip">If enabled, the shutdown messages will be sent to the game client via RCON. NOTE: RCON must be enable on the server.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalTooltip">The amount of time in minutes to broadcast messages about the upgrade before shutting down and upgrading the server.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownMessage1Label">Message 1:</sys:String>
@ -500,6 +538,8 @@
<sys:String x:Key="GlobalSettings_BackupWorldFileTooltip">If enabled, a world file backup will be performed when the server is shutdown; otherwise no world save backup will be performed.</sys:String>
<sys:String x:Key="GlobalSettings_VerifyServerAfterUpdateLabel">Verify Server Files After Auto Update</sys:String>
<sys:String x:Key="GlobalSettings_VerifyServerAfterUpdateTooltip">If enabled, after the server has been updated from the cache, it will perform a server verification using steamcmd.</sys:String>
<sys:String x:Key="GlobalSettings_UpdateDirectoryPermissionsLabel">Update Directory Permissions on Save</sys:String>
<sys:String x:Key="GlobalSettings_UpdateDirectoryPermissionsTooltip">If enabled, when a save is performed, all folders under the server directory will be have the permissions check and if necessary fixed. WARNING: Disabling could prevent your server from running properly.</sys:String>
<sys:String x:Key="GlobalSettings_ResetSettings_ConfirmTitle">Confirm Settings Reset Action</sys:String>
<sys:String x:Key="GlobalSettings_ResetSettings_ConfirmLabel">Click 'Yes' to confirm you want to perform the settings reset.</sys:String>
@ -575,6 +615,7 @@
<sys:String x:Key="MainWindow_OpenGameDataTooltip">Open Game Data</sys:String>
<sys:String x:Key="MainWindow_OpenPluginsTooltip">Open Plugins</sys:String>
<sys:String x:Key="MainWindow_OpenHelpTooltip">Open Help</sys:String>
<sys:String x:Key="MainWindow_OpenServerMonitorTooltip">Open Server Monitor</sys:String>
<sys:String x:Key="MainWindow_UpdateToLabelFormat">Upgrade to {0} now!</sys:String>
<sys:String x:Key="MainWindow_TaskStatusLabel">Task Status</sys:String>
<sys:String x:Key="MainWindow_TaskAdminErrorTitle">Requires Administration Permissions</sys:String>
@ -731,6 +772,7 @@
<sys:String x:Key="ServerSettings_StartServer_RunningLabel">This will shut down the server. Do you wish to proceed?\r\n\r\nClick Yes to shutdown with a timer.\r\nClick No to shutdown now.\r\nClick Cancel to cancel shutdown.</sys:String>
<sys:String x:Key="ServerSettings_StartServer_FailedTitle">Starting Server Error</sys:String>
<sys:String x:Key="ServerSettings_StartServer_MutexFailedLabel">Could not lock the server, another process is using the server. Server start was cancelled.</sys:String>
<sys:String x:Key="ServerSettings_UpdateServer_FailedTitle">Updating Server Error</sys:String>
<sys:String x:Key="ServerSettings_BackupServer_Title">Backup Server</sys:String>
<sys:String x:Key="ServerSettings_BackupServer_FailedTitle">Backup Server Error</sys:String>
<sys:String x:Key="ServerSettings_ShutdownServer_FailedTitle">Shutdown Server Error</sys:String>
@ -2259,6 +2301,8 @@
<sys:String x:Key="Ragnarok">Ragnarok</sys:String>
<sys:String x:Key="Aberration_P">Aberration</sys:String>
<sys:String x:Key="Extinction">Extinction</sys:String>
<sys:String x:Key="Valguero_P">Valguero</sys:String>
<sys:String x:Key="Genesis">Genesis</sys:String>
<!--#endregion-->
<!--#region Total Conversion Names -->
@ -5066,5 +5110,7 @@
<sys:String x:Key="DinoDropInventoryComponent_Kaiju_Forest_C">Boss Inventory - Forest Titan</sys:String>
<sys:String x:Key="DinoDropInventoryComponent_Kaiju_Ice_C">Boss Inventory - Ice Titan</sys:String>
<!--#endregion-->
<!--#endregion-->
</Globalization:GlobalizationResourceDictionary>

Binary file not shown.

View file

@ -1 +1 @@
1.0.358
1.0.359

Binary file not shown.