Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Lethal Dino Utilities v1.35
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required
Added missing message
(config change toCode:json "DeployFailed": { "Message": "Cryo Failed to deploy {}", "Scale": 1.5, "DisplayTime": 3.0, "Color": "Red" },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/uncryocommand.
Added group ranking system for commands
(config change noted above)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) ] },
Lethal Dino Utilities v1.42
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required
All AOE commands now supportdino filteringandrangeparameters. Range you define on the command would be considered theMax Rangeand is used if a range is not specified. Like the example below:
/claimaoe parasaur 5claims all parasaur within 5 foundations
/claimaoe parasaurclaims all parasaur within the commands max range
/claimaoe 5claims all dinos within 5 foundations
/claimaoeclaims all dinos within the commands max range
Added new setting toGeneral
"PreventNearAllyStructuresRange": 10, //Range in foundations to prevent commands to be used near allied structures
(config change toGeneral)
Lethal Dino Utilities v1.43
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required
Added new command toCommands:
"TribeDinoList": "LethalDinoUtilities.TribeDinoList" //RCON command to list all dinos owned by a tribe
This will return all tribe dinos for tribeid123:LethalDinoUtilities.TribeDinoList 123
This will return all tribe dinos withmegain the name or in theblueprintfor tribeid123:LethalDinoUtilities.TribeDinoList 123 mega
Sample output:
(config change toCode:[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 217958671Commands)
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:
(config changes noted above)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
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.
FixedName Control Ascendedv1.11 or newer/cryohp 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)
Added a limit (Value) for the CryoAOE command.Code:json "AutoFollowLowest": { "Name": "Follow Distance Lowest", "Default": false }, "AutoFollowLow": { "Name": "Follow Distance Low", "Default": false }
Added Command cooldowns and a new message.
Added new chat commandsCode:json "CooldownActive": { "Message": "Command '{0}' is on cooldown for {1}", "Scale": 1.5, "DisplayTime": 10.0, "Color": "Yellow" }Kill,KillAOE,ChangeImprintandDinoStats
Added new dino settingsBaseCloningCostandCloningCostPerLevel
Added new messagesFailedCommand,ChangeImprint,KillAOEandKill
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 trueAdded supporting message: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" ]
Fixed crash from AB releaseCode:json "NearEnemyStructures": { "Message": "Command is disabled when near enemy structures.", "Scale": 1.5, "DisplayTime": 6.0, "Color": "Yellow" }
Added support forWShoppoints (Automatically usesArkShoporWShoppoints when charging points)
(config changes toGeneral,ChatCommands,ServerDefaults,GlobalDinoSettings,DinoSettingsandMessages)
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)
Added a limit (Value) for the CryoAOE command.Code:json "AutoFollowLowest": { "Name": "Follow Distance Lowest", "Default": false }, "AutoFollowLow": { "Name": "Follow Distance Low", "Default": false }
Added Command cooldowns and a new message.
Added new chat commandsCode:json "CooldownActive": { "Message": "Command '{0}' is on cooldown for {1}", "Scale": 1.5, "DisplayTime": 10.0, "Color": "Yellow" }Kill,KillAOE,ChangeImprintandDinoStats
Added new dino settingsBaseCloningCostandCloningCostPerLevel
Added new messagesFailedCommand,ChangeImprint,KillAOEandKill
Cryo commands text filtering updated to check BP and Name now.
Added the ability to disable commands in X range of enemy structures.
Added supporting message: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
Fixed crash from AB releaseCode:json "NearEnemyStructures": { "Message": "Commands are disabled when near enemy structures.", "Scale": 1.5, "DisplayTime": 6.0, "Color": "Yellow" }
(config changes toGeneral,ChatCommands,ServerDefaults,GlobalDinoSettings,DinoSettingsandMessages)
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/uncryoin boss arenas.
Fixed cuddle timers with cryo commands
(no config changes)
We use essential cookies to make this site work, and optional cookies to enhance your experience.