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.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
,ChangeImprint
andDinoStats
Added new dino settingsBaseCloningCost
andCloningCostPerLevel
Added new messagesFailedCommand
,ChangeImprint
,KillAOE
andKill
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
Added 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 forWShop
points (Automatically usesArkShop
orWShop
points when charging points)
(config changes toGeneral
,ChatCommands
,ServerDefaults
,GlobalDinoSettings
,DinoSettings
andMessages
)
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
,ChangeImprint
andDinoStats
Added new dino settingsBaseCloningCost
andCloningCostPerLevel
Added new messagesFailedCommand
,ChangeImprint
,KillAOE
andKill
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
,DinoSettings
andMessages
)
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)
Lethal Dino Utilities v1.15
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required
Updated validtokens
for modifying the display values forDinoStatsNaming
andDinoStatsPointNaming
messages
{Gender} //shows M or F
{HealthValue} //Shows total HP
{HealthPoints} // Shows base stat points + mutated points
{HealthPointsTamed} //Shows only Tamed stat points added
{HealthPointsMutated} //Show only mutated stat points
{HealthPointsAll} //Shows Base + Tamed + Mutated stat points
{StaminaValue}
{StaminaPoints}
{StaminaPointsTamed}
{StaminaPointsMutated}
{StaminaPointsAll}
{FoodValue}
{FoodPoints}
{FoodPointsTamed}
{FoodPointsMutated}
{FoodPointsAll}
{WeightValue}
{WeightPoints}
{WeightPointsTamed}
{WeightPointsMutated}
{WeightPointsAll}
{DamageValue}
{DamagePoints}
{DamagePointsTamed}
{DamagePointsMutated}
{DamagePointsAll}
(no required config changes)
Lethal Dino Utilities v1.14
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required
Fixed dino stat naming bugs.
Fixed/hatch
creating level 1 dinos in certain cases.
FixedBlockUnCryoOnMaps
not working.
Added new message if command target is not found:
(config changes toCode:json "NoTarget": { "Message": "Did not find a valid target, you have to look at the creature/egg to use the command.", "Scale": 1.5, "DisplayTime": 3.0, "Color": "Yellow" }
Messages
)
Lethal Dino Utilities v1.13
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required
Fixed issue with dino auto naming.
Dino naming is now configurable using the followingMessages
:
(config changes toJSON:"DinoStatsPointNaming": { "Message": "{Gender} H{HealthPoints} S{StaminaPoints} F{FoodPoints} W{WeightPoints} M{DamagePoints}" }, "DinoStatsNaming": { "Message": "{Gender} H{HealthValue} S{StaminaValue} F{FoodValue} W{WeightValue} M{DamageValue}" }
Messages
)
Lethal Dino Utilities v1.12
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required
Fixed issues with empty cryo detection.
Added the ability to use a partial dino name in the/cryoaoe
and/uncryo
commands.
/cryoaoe theri
would only cryoTherizinosaur
in range.
/uncryo theri
would only uncryo pods with aTherizinosaur
stored inside.
(no config changes)
Lethal Dino Utilities v1.11
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required
Dino Souls are no longer revived using theUnCryo
command.
Added new commandCommandList
to list out each command the player can use and their specific cost/settings.
Commands now have short descriptions.
Commands can also be hidden from the command list.
Boss Dinos are excluded from stat modifications.
(config changes toCommands
andMessages
)
We use essential cookies to make this site work, and optional cookies to enhance your experience.