This commit is contained in:
Brett Hewitson 2020-03-03 10:21:44 +10:00
parent 9882c61b55
commit 42eb6e5e09
7 changed files with 49 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,44 @@
<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-03-02T07:00:00Z</updated>
<updated>2020-03-03T01:00:00Z</updated>
<entry>
<id>urn:uuid:98F7D9A7-ADC3-4C26-A214-3332EAB94014</id>
<title>1.0.355 (1.0.355.2)</title>
<summary>1.0.355.2</summary>
<link href="" />
<updated>2020-03-03T01: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>Stack Size Section - fixed save button on item rows to only save that item, not all items.</li>
</ul>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Server Settings (Rules) - added new Genesis group with bDisableGenesisMissions and AllowTekSuitPowersInGenesis settings.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Server Settings (Structures) - put GenesisUseStructuresPreventionVolumes setting into Genesis group for clarity.</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>
<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:98F7D9A7-ADC3-4C26-A214-3332EAB94014</id>

View file

@ -21,6 +21,7 @@
<sys:String x:Key="Mod_Ragnarok">Ragnarok</sys:String>
<sys:String x:Key="Mod_Aberration">Aberration</sys:String>
<sys:String x:Key="Mod_Extinction">Extinction</sys:String>
<sys:String x:Key="Mod_Genesis">Genesis</sys:String>
<sys:String x:Key="Mod_PGM">PGM</sys:String>
<!--#endregion-->
@ -1113,6 +1114,11 @@
<sys:String x:Key="ServerSettings_LimitNonPlayerDroppedItemsRangeTooltip">Limit the number of droppeditems in an area (together with LimitNonPlayerDroppedItemsCount).</sys:String>
<sys:String x:Key="ServerSettings_LimitNonPlayerDroppedItemsCountLabel">Limit Non Player Dropped Items Count</sys:String>
<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_DisableGenesisMissionsLabel">Disable Missions</sys:String>
<sys:String x:Key="ServerSettings_DisableGenesisMissionsTooltip">if enabled, will disable all missions on the Genesis map.</sys:String>
<!--#endregion-->
<!--#region Server Settings - Chat and Notifications -->
@ -1278,8 +1284,8 @@
<sys:String x:Key="ServerSettings_DisableDinoRidingTooltip">If enabled, all tamed dinos will be unable to be ridden.</sys:String>
<sys:String x:Key="ServerSettings_DisableDinoTamingLabel">Disable Dino Taming</sys:String>
<sys:String x:Key="ServerSettings_DisableDinoTamingTooltip">If enabled, all wild dinos will be unable to be tamed.</sys:String>
<sys:String x:Key="ServerSettings_ForceCanRideFliersLabel">Enable Flyer Riding (Genesis)</sys:String>
<sys:String x:Key="ServerSettings_ForceCanRideFliersTooltip">If enabled, all flyers can be ridden on Genesis map.</sys:String>
<sys:String x:Key="ServerSettings_ForceCanRideFliersLabel">Enable Flyer Riding</sys:String>
<sys:String x:Key="ServerSettings_ForceCanRideFliersTooltip">If enabled, all flyers can be ridden; otherwise it will default to map settings.</sys:String>
<sys:String x:Key="ServerSettings_DinoCustomizationLabel">Dino Customization</sys:String>
<sys:String x:Key="ServerSettings_SpawnMultipliersOptionLabel">Spawn Multipliers</sys:String>
@ -1500,8 +1506,8 @@
<sys:String x:Key="ServerSettings_StructurePickupHoldDurationTooltip">Specifies the amount of time of the quick-pickup hold duration, use 0 to disable and have instant pickup.</sys:String>
<sys:String x:Key="ServerSettings_AllowIntegratedSPlusStructuresLabel">Allow Integrated Structures Plus</sys:String>
<sys:String x:Key="ServerSettings_AllowIntegratedSPlusStructuresTooltip">If enabled, will add all of the new S+ structures; otherwise disables all of the new S+ structures (intended mainly for letting unofficials that want to keep using the S+ mod version to keep using that without a ton of extra duplicate structures).</sys:String>
<sys:String x:Key="ServerSettings_GenesisUseStructuresPreventionVolumesLabel">Disable Building in Mission Areas (Genesis)</sys:String>
<sys:String x:Key="ServerSettings_GenesisUseStructuresPreventionVolumesTooltip">If enabled, will disable building in mission areas.</sys:String>
<sys:String x:Key="ServerSettings_GenesisUseStructuresPreventionVolumesLabel">Disable Building in Mission Areas</sys:String>
<sys:String x:Key="ServerSettings_GenesisUseStructuresPreventionVolumesTooltip">If enabled, will disable building in mission areas on the Genesis map.</sys:String>
<!--#endregion-->
<!--#region Server Settings - Engrams -->

Binary file not shown.

View file

@ -1 +1 @@
1.0.354
1.0.355

Binary file not shown.