ASM 365 Beta 2

This commit is contained in:
Brett Hewitson 2020-04-04 12:05:26 +10:00
parent 48c0ab8875
commit ef3af45c68
4 changed files with 33 additions and 4 deletions

View file

@ -5,7 +5,30 @@
<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-04-04T00:00:00Z</updated>
<updated>2020-04-04T01:00:00Z</updated>
<entry>
<id>urn:uuid:0C452408-BE29-4CBB-8BD0-AE25259B33A3</id>
<title>1.0.365 (1.0.365.2)</title>
<summary>1.0.365.2</summary>
<link href="" />
<updated>2020-04-04T01: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>Rules Section - added new server settings - bEnableCryopodNerf, CryopodNerfDuration, and CryopodNerfDamageMult. They are located at the bottom of the rules section.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:0C452408-BE29-4CBB-8BD0-AE25259B33A3</id>
@ -25,7 +48,6 @@
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Global Settings - Auto-Restart section - added a note and fixed the tooltip.</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>

View file

@ -1210,9 +1210,16 @@
<sys:String x:Key="ServerSettings_LimitNonPlayerDroppedItemsCountTooltip">Limit the number of droppeditems in an area (together with LimitNonPlayerDroppedItemsRange).</sys:String>
<sys:String x:Key="ServerSettings_AllowTekSuitPowersInGenesisLabel">Allow TekSuit Powers</sys:String>
<sys:String x:Key="ServerSettings_AllowTekSuitPowersInGenesisTooltip">if enabled, will allow the player to use TekSuit Powers on the Genesis map.</sys:String>
<sys:String x:Key="ServerSettings_AllowTekSuitPowersInGenesisTooltip">If enabled, will allow the player to use TekSuit Powers on the Genesis map.</sys:String>
<sys:String x:Key="ServerSettings_DisableGenesisMissionsLabel">Disable Missions</sys:String>
<sys:String x:Key="ServerSettings_DisableGenesisMissionsTooltip">if enabled, will disable all missions on the Genesis map.</sys:String>
<sys:String x:Key="ServerSettings_EnableCryopodNerfLabel">Enable Cryopod Nerf</sys:String>
<sys:String x:Key="ServerSettings_EnableCryopodNerfTooltip">If enabled, will adjust the amount of damage a creature does, for a period of time, after it has been released from a cryopod.</sys:String>
<sys:String x:Key="ServerSettings_CryopodNerfDurationLabel">Cryopod Nerf Duration</sys:String>
<sys:String x:Key="ServerSettings_CryopodNerfDurationTooltip">The amount of time, in seconds, that the damage adjustment will take effect for creatures released from a cryopod.</sys:String>
<sys:String x:Key="ServerSettings_CryopodNerfDamageMultiplierLabel">Cryopod Nerf Damage Multiplier</sys:String>
<sys:String x:Key="ServerSettings_CryopodNerfDamageMultiplierTooltip">Specifies the multiplier for damage done by creatures, after they have been released from a cryopod. Lower values means the dameage done will be lower (eg. 0.01 means 99% of the damage is removed).</sys:String>
<!--#endregion-->
<!--#region Server Settings - Chat and Notifications -->

View file

@ -1 +1 @@
1.0.365.1
1.0.365.2

Binary file not shown.