mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 408 beta 1
This commit is contained in:
parent
e83bb8db3e
commit
372f7282de
5 changed files with 20 additions and 32 deletions
|
|
@ -5,45 +5,32 @@
|
|||
<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>2021-11-23T00:00:00Z</updated>
|
||||
<updated>2021-11-24T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:CCE4B82B-122A-4BBF-A79F-934B79E41382</id>
|
||||
<title>1.1.407 (1.1.407.2)</title>
|
||||
<summary>1.1.407.2</summary>
|
||||
<id>urn:uuid:50F06456-861E-483C-82BB-6072A428C652</id>
|
||||
<title>1.1.408 (1.1.408.1)</title>
|
||||
<summary>1.1.408.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-23T00:00:00Z</updated>
|
||||
<updated>2021-11-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;">CHANGES</u>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>zh-CN Translation file updated.</li>
|
||||
<li>Fixed a crashing bug when ASM closes and is unable to find the backup location to save the config settings.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2FF0893A-1412-4062-BF87-058F14E787FC</id>
|
||||
<title>1.1.407 (1.1.407.1)</title>
|
||||
<summary>1.1.407.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-21T00: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;">CHANGES</u>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Status checks - a few code tweaks to the server status checks.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
|
||||
<li>Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -421,6 +421,7 @@
|
|||
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_StartModeLabel">Main Window Start Mode:</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>
|
||||
|
|
@ -1667,8 +1668,8 @@
|
|||
<sys:String x:Key="ServerSettings_EnablePvPStructureDecayTooltip">If enabled, structures in PvP will automatically decay if left unused after a period of time.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PvPZoneStructureDamageLabel">PvP Zone Structure Damage:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PvPZoneStructureDamageTooltip">Specifies the scaling factor for the damage structures take within caves/cave entrances, in PvP.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures Visible:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">The maximum number of structures which will be visible to the player. Lower values may help with server speed.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures in Range:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">Specifies the maximum number of structures that can be constructed within a certain (currently hard-coded) range.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierLabel">Per-Platform Structures Multiplier:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierTooltip">Specifies the scaling factor for the maximum number of structures allowed on a single platform/saddle/raft.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxPlatformSaddleStructuresLabel">Max Platform Saddle Structures:</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.407.2
|
||||
1.1.408.1
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -36,7 +36,7 @@
|
|||
<PublisherName>Bletch1971</PublisherName>
|
||||
<SuiteName>Server Managers</SuiteName>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationRevision>2</ApplicationRevision>
|
||||
<ApplicationVersion>1.1.408.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue