Lethal Limits

Trusted Paid Lethal Limits 1.26

This resource is paid, and requires to be purchased
Lethal Limits v1.26
Server API 2.00+ Required and Visual C++ 2022 Runtime Files Required

Crash fixes for ARK 92.23

(no config changes)

Lethal Limits v1.24
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added the ability to limit the new ships below is the full example I included in the commented_config.json
Code:
json
    "Vessels": { //Dino Limit Section (Groups share the same limit)
      "DisplayName": "Vessels", //Dino Group Name
      "Limit": { //Total number of dinos for all blueprints listed
        "SuperVIP": -1, //-1 = no limit, 0 = allow none, 1+ allow that many
        "VIP": 2, //-1 = no limit, 0 = allow none, 1+ allow that many
        "Default": 1 //-1 = no limit, 0 = allow none, 1+ allow that many
      },
      "Blueprints": [ //All blueprints that belong to this group (1 or more blueprints)
        "Blueprint'/Game/Packs/TidesOfFortune/Vehicles/Brigantine/PrimalItemShip_Craft_Brig.PrimalItemShip_Craft_Brig'", //This is the Shipyard Structure Brig Engram
        "Blueprint'/Game/Water/Vessels/Brig/BrigShipBP.BrigShipBP'", //This is the Brig BP (Both Engram and BP must be used)
        "Blueprint'/Game/Packs/TidesOfFortune/Vehicles/Sloop/PrimalItemShip_Craft_Sloop.PrimalItemShip_Craft_Sloop'", //This is the Shipyard Structure Sloop Engram
        "Blueprint'/Game/Water/Vessels/Sloop/SloopShipBP.SloopShipBP'" //This is the Sloop BP (Both Engram and BP must be used)
      ]
    }
(no required config changes)

Lethal Limits v1.25
Server API 2.00+ Required and Visual C++ 2022 Runtime Files Required

ARK 91.x and ASAPI 2.00

Lethal Limits v1.25 C
Server API 2.00+ Required and Visual C++ 2022 Runtime Files Required

Just making sure the released code matches what I have locally and all fixes are released.

(no required config changes)
Lethal Limits v1.22
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Allows using newest MySQL and MariaDB versions without modifying their SSL settings.
Added BlueprintWeights works similar to ARK tame count weights where some dinos count as more than 1 towards the total tame limit.

(config change added BlueprintWeights)
Lethal Limits v1.18
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

ARK 69.24 Compatible

(no config changes)

Lethal Limits v1.19
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

RealtimeNotificationPermissionGroup you set in the config will now auto create for you.
Updated auth process

(no config changes)

Lethal Limits v1.20
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed S-Rhynio structure pickup issue.

(no config changes)

Lethal Limits v1.21
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed a structure limit issue when other plugins blocked structure placement.
Added new IgnoresLimits entry to prevent issues with companion mode clones
"Blueprint'/Game/LostColony/Dinos/YoungIceFox/YoungIceFox_DinoCompanion_Character_Clone_BP.YoungIceFox_DinoCompanion_Character_Clone_BP'"

(config change to IgnoresLimits)
Lethal Limits v1.17
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

UE 5.5 Compatible

(no config changes)
Lethal Limits v1.12
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

EXTINCTION FIXES

(config change noted above)
Lethal Limits v1.09
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed an over the limit issue with structures set to allow 0

(no config changes)
Lethal Limits v1.08
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with Rhynio picking up structures that are at max limit and not being able to place them down again.

(no config changes)
Lethal Limits v1.07
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed tribe limits not appearing correctly right away.
Updated structure link logic to help prevent double counting pillars.
Fixed crash with tribe merges.

(no config changes)
Lethal Limits v1.06
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed rare crash with tribe merges.

(no config changes)
Back
Top