ArkServerManager 1.1.434.5

This commit is contained in:
Brett Hewitson 2022-06-25 11:39:51 +10:00
parent aa6be327d4
commit 9aa3239458
7 changed files with 64 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,43 @@
<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>2022-06-21T00:00:00Z</updated>
<updated>2022-06-24T00:00:00Z</updated>
<entry>
<id>urn:uuid:FF41F7AB-66B0-4504-9F2C-2E1325DB50E2</id>
<title>1.1.434 (1.1.434.5)</title>
<summary>1.1.434.5</summary>
<link href="" />
<updated>2022-06-24T00: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>Shutdown Option 1 - fixed the missing checkbox.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Availability Status - Changed the Waiting for Publication status into two new statuses, to clarify the issue.</li>
<li>Main Window - changed the control coloring (now blue) that are NOT included in the profile sync.</li>
<li>Server Monitor - Added a Ports column that shows the main server ports.</li>
<li>Rules Section - Fjordur Settings - added checkbox to enable/disable settings.</li>
<li>Rules Section - Ragnarok Settings - added settings for Ragnarok, located at the bottom of the section.</li>
<li>3rd Party Libraries - updated all library to latest versions.</li>
<li>pt-BR Translation file updated.</li>
<li>ru-RU Translation file updated.</li>
<li>zh-CN Translation file updated.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:1AE0925B-64EB-4177-B834-7A75FA46E807</id>

View file

@ -452,6 +452,7 @@
<sys:String x:Key="ServerMonitor_SelectedColumnLabel">Selected</sys:String>
<sys:String x:Key="ServerMonitor_ProfileColumnLabel">Profile</sys:String>
<sys:String x:Key="ServerMonitor_ServerColumnLabel">Server</sys:String>
<sys:String x:Key="ServerMonitor_PortsColumnLabel">Ports</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>
@ -712,6 +713,8 @@
<sys:String x:Key="GlobalSettings_Alerts_ServerStatusChangeTooltip">This message will be displayed when the status of the server changes.</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ModUpdateDetectedLabel">Mod Update Detected:</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ModUpdateDetectedTooltip">This message will be displayed when the server manager detects one or more mods are out of date.</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_OnlinePlayerCountChangeLabel">Online Player Count Change:</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_OnlinePlayerCountChangeTooltip">This message will be displayed when the online player count changes.</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosLabel">Force Respawn Dinos Warning:</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosTooltip">This message will be displayed when the server is being started and a wild dino wipe is scheduled.</sys:String>
@ -968,14 +971,19 @@
<sys:String x:Key="ServerSettings_LastStartedLabel">Last Start Time:</sys:String>
<sys:String x:Key="ServerSettings_AvailabilityLabel">Availability:</sys:String>
<sys:String x:Key="ServerSettings_AvailabilityTooltip">The status of the server on Steam.</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unknown">Unknown</sys:String>
<sys:String x:Key="ServerSettings_Availability_SetPublicIP">Set Public IP</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unavailable">Unavailable</sys:String>
<sys:String x:Key="ServerSettings_Availability_Waiting">Waiting for publication</sys:String>
<sys:String x:Key="ServerSettings_Availability_Available">Available</sys:String>
<sys:String x:Key="ServerSettings_PlayersLabel">Players:</sys:String>
<sys:String x:Key="ServerSettings_PlayersTooltip">The current number of players connected to the server.</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unknown">Unknown</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unavailable">Unavailable</sys:String>
<sys:String x:Key="ServerSettings_Availability_UnavailableTootip">Server in not accessible</sys:String>
<sys:String x:Key="ServerSettings_Availability_LocalOnly">LAN Only</sys:String>
<sys:String x:Key="ServerSettings_Availability_LocalOnlyTootip">Server accessible via Local IP only. Port Forwarding, Firewall or CGNAT etc are preventing public access.</sys:String>
<sys:String x:Key="ServerSettings_Availability_PublicOnly">Available - No Loopback</sys:String>
<sys:String x:Key="ServerSettings_Availability_PublicOnlyTootip">Server accessible via Local IP and Public IP, loopback not available. Server is public but Public IP not accessible via LAN.</sys:String>
<sys:String x:Key="ServerSettings_Availability_Available">Available</sys:String>
<sys:String x:Key="ServerSettings_Availability_AvailableTootip">Server accessible via Local IP and Public IP</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusInitializingLabel">Initializing</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusRunningLabel">Running</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusStoppedLabel">Stopped</sys:String>
@ -1553,7 +1561,19 @@
<sys:String x:Key="ServerSettings_HexagonCostMultiplierLabel">Hexagon Cost Multiplier</sys:String>
<sys:String x:Key="ServerSettings_HexagonCostMultiplierTooltip">Specifies the multiplier for the hexagon cost of items.</sys:String>
<sys:String x:Key="ServerSettings_FjordurLabel">Fjordur</sys:String>
<sys:String x:Key="ServerSettings_RagnarokLabel">Enable Ragnarok Settings</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_AllowMultipleTamedUnicornsLabel">Allow Multiple Tamed Unicorns</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_AllowMultipleTamedUnicornsTooltip">If enabled, will allow one wild and unlimited tamed Unicorns on the map. Otherwise only one unicorn on the map at a time.</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_UnicornSpawnIntervalLabel">Unicorn Spawn Interval</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_UnicornSpawnIntervalTooltip">How long the game should wait before spawning a new Unicorn if the wild one is killed (or tamed, if AllowMultipleTamedUnicorns is enabled). This value sets the minimum amount of time (in hours), and the maximum is equal to 2x this value.</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_EnableVolcanoLabel">Enable Volcano</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_EnableVolcanoTooltip">If enabled, will allow the volcano to become active.</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_VolcanoIntervalLabel">Volcano Interval</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_VolcanoIntervalTooltip">0 = 5000 (min) - 15000 (max) seconds between instances of the volcano becoming active. Any number above 0 acts as a multiplier.</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_VolcanoIntensityLabel">Volcano Intensity</sys:String>
<sys:String x:Key="ServerSettings_Ragnarok_VolcanoIntensityTooltip">The lower the value, the more intense the volcano's eruption will be. Recommended to leave at 1.0, the minimum value is 0.25, and for multiplayer games, it should not go below 0.5. Very high numbers will basically disable the flaming rocks flung out of the volcano.</sys:String>
<sys:String x:Key="ServerSettings_FjordurLabel">Enable Fjordur Settings</sys:String>
<sys:String x:Key="ServerSettings_UseFjordurTraversalBuffLabel">Enable Fjordur Biome Teleport</sys:String>
<sys:String x:Key="ServerSettings_UseFjordurTraversalBuffTooltip">If enabled, will allow biome teleport on Fjordur map.</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.1.433
1.1.434

Binary file not shown.