Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.38 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.38 KB

Discord PayPal Curseforge

This mod is the ASA version of DinoCheatDeath and offers a simple replacement for Ark's Homing Pigeon mod.

An item that can be crafted to give your dinosaur an extraordinary ability to cheat death. When faced with certain demise, this item activates, granting your beloved creature a remarkable second chance at life.

It introduces a deployable structure where your dinosaur can be transported to in two scenarios: when it gets killed or when its rider/last rider perishes (though this feature can be disabled if desired through the .ini options) alternatively you can recall the Dino at any flag and it will transport your Dino right to you.

This mechanism operates by temporarily rendering the dinosaur immune to harm for a duration of 5 seconds if it's rider, or they die. To maintain balance, a 30-minute cooldown is in place (which can be customized through the .ini options).

Config options. (time is in seconds)

[DinoCheatDeath]  
InvincibleDuration=5  
CheatDeathCooldown=1800  
TeleportOnDinoDeath=True  
TeleportOnPlayerDeath=True  
ActivateDebugPrints = false  

These values can be adjusted to suit your preferences through the .ini options.

SpawnCommands:

  • CheatDeathFlag:
cheat giveitem "/CheatDeath/Items/PrimalItemStructure_DinoCheatDeath_Flag.PrimalItemStructure_DinoCheatDeath_Flag" 10 0 0 false  
  • CheatDeathConsumable:
 cheat giveitem "/CheatDeath/Items/PrimalItem_DinoCheatDeath_Consumable.PrimalItem_DinoCheatDeath_Consumable" 10 0 0 false  

I would like to extend my special thanks to the Ark modding community on Discord, particularly Quellcast, Pullourpo, and joehelp, whose guidance and assistance were instrumental in helping me navigate the intricacies of the ArkDevKit and kick-starting this project.