mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 355 Beta 1
This commit is contained in:
parent
681d39c7a9
commit
635826c49f
4 changed files with 21 additions and 15 deletions
|
|
@ -5,26 +5,26 @@
|
|||
<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-03-02T07:00:00Z</updated>
|
||||
<updated>2020-03-03T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:F3DDF193-EF36-42A6-91A9-B95A403E907A</id>
|
||||
<title>1.0.354 (1.0.354.1)</title>
|
||||
<summary>1.0.354.1</summary>
|
||||
<title>1.0.355 (1.0.355.1)</title>
|
||||
<summary>1.0.355.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-03-02T07:00:00Z</updated>
|
||||
<updated>2020-03-03T00: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>Server Settings (Dinos section) - fixed the bForceCanRideFliers (Enable Flyer Riding (Genesis)) setting, so it clears the value in the gameusersettings.ini file if unchecked.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings (Stack Sizes) - new section that allows you to manange your individual item stack sizes. Has an option in the global setting to turn on/off.</li>
|
||||
<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>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.354.2
|
||||
1.0.355.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue