mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 394 Beta 1
This commit is contained in:
parent
7d7acba72f
commit
4cf96fbee7
4 changed files with 12 additions and 12 deletions
|
|
@ -5,26 +5,22 @@
|
|||
<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-11-23T00:00:00Z</updated>
|
||||
<updated>2020-11-25T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:35859975-1EC4-491C-9794-94A2D0965590</id>
|
||||
<title>1.1.393 (1.1.393.1)</title>
|
||||
<summary>1.1.393.1</summary>
|
||||
<id>urn:uuid:22A04828-2422-4218-8122-E1CCB2202352</id>
|
||||
<title>1.1.394 (1.1.394.1)</title>
|
||||
<summary>1.1.394.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-11-23T00:00:00Z</updated>
|
||||
<updated>2020-11-25T00: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 MaxHexagonsPerCharacter and HexagonRewardMultiplier setting to the bottom of the Rules section.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Translation files updated.</li>
|
||||
<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>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.393.1
|
||||
1.1.394.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue