diff --git a/ASM/beta/VersionFeed.xml b/ASM/beta/VersionFeed.xml index 2a9d331b..4ccf938d 100644 --- a/ASM/beta/VersionFeed.xml +++ b/ASM/beta/VersionFeed.xml @@ -5,28 +5,32 @@ Ark Server Manager Version Feed This is the Ark Server Manager beta version feed. - 2021-06-06T00:00:00Z + 2021-06-06T12:00:00Z - urn:uuid:B30DEF07-7124-4112-BCFD-569BC9BBB542 - 1.1.395 (1.1.395.1) - 1.1.395.1 + urn:uuid:BEE448E4-A070-4D5E-A7C4-463230433448 + 1.1.396 (1.1.396.1) + 1.1.396.1 - 2021-06-06T00:00:00Z + 2021-06-06T12:00:00Z

+ BUGFIX +
+

    +
  • Fixed a crashing issue when some of the integer entry boxes were cleared of the value.
  • +
NEW
    -
  • Server Settings - Dino Section - Added the AllowFlyerSpeedLeveling setting.
  • -
  • Server Settings - Rules Section - Added new Genesis: Part 2 section.
  • -
  • Server Settings - Rules Section - Expanded Hexegon section with new settings.
  • +
  • Server Settings - Rules Section - Added ItemStatClamps settings.
CHANGE
    -
  • Player Levels - Added the new 25 player levels introduced in the Genesis: Part 2 DLC.
  • +
  • Settings Grids - Added coloring for Genesis: Part 2 resources, engrams and dinos.
  • +
  • Server Update - After server update, added check for version.txt file to read the new version.

diff --git a/ASM/beta/en-US.xaml b/ASM/beta/en-US.xaml index 426d3216..f1d31a99 100644 --- a/ASM/beta/en-US.xaml +++ b/ASM/beta/en-US.xaml @@ -1310,6 +1310,17 @@ Specifies the multiplier for damage done by creatures, after they have been released from a cryopod. Lower values means the damage done by the creature will be lower (eg. 0.01 means 99% of the damage is removed). Incoming Damage Multiplier Percent Specifies the percentage increase to the incoming damage multiplier of a creature, after they have been released from a cryopod. Higher values means more incoming damage done to the creature (eg. 0.25 = 25% more damage). + + Item Stat Clamps + WARNING: This will permanently change the stats of any existing items so make sure to backup your current save before modifying and playing with the clamping values. + Generic Quality + Armor + Max Durability + Weapon Damage Percent + Weapon Clip Ammo + Hypo Insulation + Weight + Hyper Insulation diff --git a/ASM/beta/latest.txt b/ASM/beta/latest.txt index 5834849f..93599d3d 100644 --- a/ASM/beta/latest.txt +++ b/ASM/beta/latest.txt @@ -1 +1 @@ -1.1.395.1 +1.1.396.1 diff --git a/ASM/beta/latest.zip b/ASM/beta/latest.zip index 41732b86..8685bca1 100644 Binary files a/ASM/beta/latest.zip and b/ASM/beta/latest.zip differ diff --git a/src/ARKServerManager/ARKServerManager.csproj b/src/ARKServerManager/ARKServerManager.csproj index 2c1be8fe..d2da848a 100644 --- a/src/ARKServerManager/ARKServerManager.csproj +++ b/src/ARKServerManager/ARKServerManager.csproj @@ -36,7 +36,7 @@ Bletch1971 Server Managers false - 1 + 2 1.1.396.%2a false true