Lethal Dino Utilities

Paid Lethal Dino Utilities 1.44

No permission to buy ($29.99)
This resource is paid, and requires to be purchased
Lethal Dino Utilities v1.35
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added missing message
Code:
json
    "DeployFailed": {
      "Message": "Cryo Failed to deploy {}",
      "Scale": 1.5,
      "DisplayTime": 3.0,
      "Color": "Red"
    },
(config change to Messages)

Lethal Dino Utilities v1.36
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with imprinting Griffin's.
As long as they are bred dino's they should be able to imprint now.

(no config changes)

Lethal Dino Utilities v1.38
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

ARK 69.24 Compatible

(no config changes)

Lethal Dino Utilities v1.39
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

ARK 69.24 Compatible
Cryo crash fix
Fix command cooldown tracking

(no config changes)

Lethal Dino Utilities v1.40
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fix command cooldowns not working across multiple servers properly.

(no config changes)

Lethal Dino Utilities v1.41
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Disable all cryo sickness for the /uncryo command.
Added group ranking system for commands
Code:
json
  "CommandRanking": {
    "Enabled": false, //true will enable command ranking based on the order of groups in the Ranking list below the players settings will be determined by the highest group they have from this list //false will default to picking the cheapest command cost available to the player
    "Ranking": [ //Order is very important here as it will determine what settings for each command a player will use for each Chat Command under `ChatCommands` as shown below if `CommandRanking` is Enabled
      "Admins", //highest rank
      "VIP",
      "Default" //lowest rank (Should always be here at the bottom)
    ]
  },
(config change noted above)

Lethal Dino Utilities v1.42
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

All AOE commands now support dino filtering and range parameters. Range you define on the command would be considered the Max Range and is used if a range is not specified. Like the example below:
/claimaoe parasaur 5 claims all parasaur within 5 foundations
/claimaoe parasaur claims all parasaur within the commands max range
/claimaoe 5 claims all dinos within 5 foundations
/claimaoe claims all dinos within the commands max range

Added new setting to General
"PreventNearAllyStructuresRange": 10, //Range in foundations to prevent commands to be used near allied structures

(config change to General)

Lethal Dino Utilities v1.43
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added new command to Commands:
"TribeDinoList": "LethalDinoUtilities.TribeDinoList" //RCON command to list all dinos owned by a tribe
This will return all tribe dinos for tribeid 123: LethalDinoUtilities.TribeDinoList 123
This will return all tribe dinos with mega in the name or in the blueprint for tribeid 123 :LethalDinoUtilities.TribeDinoList 123 mega

Sample output:
Code:
[1/3/2026 2:28 PM] Tribe 123 Dino List
[1/3/2026 2:28 PM] F H2040 S864 F5400 W360 - Lvl 90 (Megalodon), Location: -409631 -419253 -14509.4, ID: 336626118 434246953
[1/3/2026 2:28 PM] M H4200 S1056 F8200 W405 - Lvl 145 (Megalodon), Location: -410692 -417913 -14468.3, ID: 264891915 485358957
[1/3/2026 2:28 PM] F H960 S384 F2600 W255 M - Lvl 15 (Megalodon), Location: -410834 -419203 -14550.9, ID: 245214319 217958671
(config change to Commands)

Lethal Dino Utilities v1.44
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Cryo commands are now blocked with structures on a dino platform.
Added 2 new settings:
JSON:
  "PreventCryoCommands": [ //full or partial blueprint list of dinos that are not allowed to be cryo'd using the cryo commands
    "yourdino_blueprint_here",
    "anotherdino_blueprint_here"
  ],
  "ExcludeCryoNameTag": "NoCryo", //Dinos with this in their name will not be cryo'd using the cryo commands //Leave blank to disable this setting
(config changes noted above)
Lethal Dino Utilities v1.34
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

UE 5.5 Compatible
Currently disabled features
Mutations
Breeding Interval

(no config changes)
Lethal Dino Utilities v1.22
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

EXTINCTION FIXES

(no config changes)
Lethal Dino Utilities v1.21
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added compatibility with Name Control to allow bypassing name restrictions for auto set names.
Name Control Ascended v1.11 or newer
Fixed /cryo hp loss issues

(no config changes)
Lethal Dino Utilities v1.20
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added follow distance settings (low and lowest)
Code:
json
    "AutoFollowLowest": {
      "Name": "Follow Distance Lowest",
      "Default": false
    },
    "AutoFollowLow": {
      "Name": "Follow Distance Low",
      "Default": false
    }
Added a limit (Value) for the CryoAOE command.
Added Command cooldowns and a new message.
Code:
json
    "CooldownActive": {
      "Message": "Command '{0}' is on cooldown for {1}",
      "Scale": 1.5,
      "DisplayTime": 10.0,
      "Color": "Yellow"
    }
Added new chat commands Kill, KillAOE, ChangeImprint and DinoStats
Added new dino settings BaseCloningCost and CloningCostPerLevel
Added new messages FailedCommand, ChangeImprint, KillAOE and Kill
Cryo commands text filtering updated to check BP and Name now.
Added the ability to disable commands in X range of enemy structures and allow near allies bypass.
JSON:
      "PreventNearEnemyStructures": true, //true will prevent this command from being used near enemy structures //true will prevent this command from being used near enemy structures
      "AllowNearAllies": true, //true will allow this command to be used near allied structures when PreventNearEnemyStructures is true //true will allow this command to be used near allied structures when PreventNearEnemyStructures is true
Code:
json
    "PreventNearEnemyStructuresRange": 10, //Range in foundations to prevent commands from being used near enemy structures
    "IgnoreStructuresForCommandCheck": [ //List of structures to ignore when checking for enemy structures (use green admin gun to get structure class names)
      "DeathItemCache", //Partial matching matches all death caches
      "Campfire"
    ]
Added supporting message:
Code:
json
    "NearEnemyStructures": {
      "Message": "Command is disabled when near enemy structures.",
      "Scale": 1.5,
      "DisplayTime": 6.0,
      "Color": "Yellow"
    }
Fixed crash from AB release
Added support for WShop points (Automatically uses ArkShop or WShop points when charging points)

(config changes to General, ChatCommands, ServerDefaults, GlobalDinoSettings, DinoSettings and Messages)
Lethal Dino Utilities v1.20 Beta 7
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added follow distance settings (low and lowest)
Code:
json
    "AutoFollowLowest": {
      "Name": "Follow Distance Lowest",
      "Default": false
    },
    "AutoFollowLow": {
      "Name": "Follow Distance Low",
      "Default": false
    }
Added a limit (Value) for the CryoAOE command.
Added Command cooldowns and a new message.
Code:
json
    "CooldownActive": {
      "Message": "Command '{0}' is on cooldown for {1}",
      "Scale": 1.5,
      "DisplayTime": 10.0,
      "Color": "Yellow"
    }
Added new chat commands Kill, KillAOE, ChangeImprint and DinoStats
Added new dino settings BaseCloningCost and CloningCostPerLevel
Added new messages FailedCommand, ChangeImprint, KillAOE and Kill
Cryo commands text filtering updated to check BP and Name now.
Added the ability to disable commands in X range of enemy structures.
Code:
json
    "PreventCommandsNearEnemyStructures": true, //true will prevent commands from being used near enemy structures within the PreventCommandsNearEnemyStructuresRange
    "PreventCommandsNearEnemyStructuresRange": 10 //Range in foundations to prevent commands from being used near enemy structures
Added supporting message:
Code:
json
    "NearEnemyStructures": {
      "Message": "Commands are disabled when near enemy structures.",
      "Scale": 1.5,
      "DisplayTime": 6.0,
      "Color": "Yellow"
    }
Fixed crash from AB release

(config changes to General, ChatCommands, ServerDefaults, GlobalDinoSettings, DinoSettings and Messages)
Lethal Dino Utilities v1.18
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Twins and Triplets now work when set to 100% (1.0) chance.

(no config changes)
Lethal Dino Utilities v1.17
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with some stats being updated correctly when Min and Max were same value.

(no config changes)
Lethal Dino Utilities v1.16
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Disabled /uncryo in boss arenas.
Fixed cuddle timers with cryo commands

(no config changes)
Back
Top