This commit is contained in:
Brett Hewitson 2020-11-30 10:38:31 +10:00
parent f6f20f30fa
commit bf750a48d6
7 changed files with 35 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,36 @@
<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-11-23T00:00:00Z</updated>
<updated>2020-11-29T00:00:00Z</updated>
<entry>
<id>urn:uuid:22A04828-2422-4218-8122-E1CCB2202352</id>
<title>1.1.394 (1.1.394.2)</title>
<summary>1.1.394.2</summary>
<link href="" />
<updated>2020-11-29T00: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>Server Settings - Added Peer port field to Administration section. It is set to readonly, as it cannot be changed, but shows the extra port required by the server.</li>
<li>Global Settings - Added option to automatically manage the Public IP, default to True. If disabled, then the Public IP must be updated manually.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>ru-RU Translation file updated.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:35859975-1EC4-491C-9794-94A2D0965590</id>

View file

@ -422,6 +422,7 @@
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
<sys:String x:Key="GlobalSettings_ManagePublicIPLabel">Manage Public IP automatically</sys:String>
<sys:String x:Key="GlobalSettings_DataDirectoryLabel">Data Directory:</sys:String>
<sys:String x:Key="GlobalSettings_BackupDirectoryLabel">Backup Directory:</sys:String>
<sys:String x:Key="GlobalSettings_SteamAPIKeyLabel">Steam WebApi Key:</sys:String>
@ -898,6 +899,8 @@
<sys:String x:Key="ServerSettings_NetworkingLabel">Networking</sys:String>
<sys:String x:Key="ServerSettings_ServerPortLabel">Server Port:</sys:String>
<sys:String x:Key="ServerSettings_ServerPortTooltip">The port users will use to connect to your server. Default is 7777. Change this and Query Port if you wish to host multiple servers on one machine.</sys:String>
<sys:String x:Key="ServerSettings_ServerPeerPortLabel">Peer Port:</sys:String>
<sys:String x:Key="ServerSettings_ServerPeerPortTooltip">Pinger port used to determine server availability. Default is 7778.</sys:String>
<sys:String x:Key="ServerSettings_QueryPortLabel">Query Port:</sys:String>
<sys:String x:Key="ServerSettings_QueryPortTooltip">The port Steam uses to communicate with your server. Default is 27015. Change this and Server Port if you wish to host multiple servers on one machine.</sys:String>
<sys:String x:Key="ServerSettings_LocalIPLabel">Local IP:</sys:String>
@ -5241,6 +5244,7 @@
<sys:String x:Key="ProfileValidation_WarningLabel">The following validation problems were encountered.\r\n\r\n{validateMessage}\r\n\r\nDo you want to continue with the server start, this could cause problems?</sys:String>
<sys:String x:Key="ProfileValidation_ServerPort">The server port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_ServerPeerPort">The server peer port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_QueryPort">The query port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_RconPort">The rcon port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.1.393
1.1.394

Binary file not shown.