ARK: Survival Evolved

ARK: Survival Evolved

Dino Healing Brew
twisteddiana  [developer] Jan 28, 2021 @ 9:28pm
Change Crafting costs
The consumable's class name is PrimalItemConsumable_DinoHealthBrew_C

To override crafting costs, you must edit your Game.ini add the override code under [/script/shootergame.shootergamemode].

Example to make it cost 1 Thatch:

ConfigOverrideItemCraftingCosts= (ItemClassString="PrimalItemConsumable_DinoHealthBrew_C", BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Thatch_C", BaseResourceRequirement=1.0, bCraftingRequireExactResourceType=false)))
Last edited by twisteddiana; Jan 28, 2021 @ 9:29pm
< >
Showing 1-4 of 4 comments
Muck (Banned) Jan 29, 2021 @ 8:15am 
Thanks!
NEWNS Jul 20, 2021 @ 12:13pm 
what would the line look like for more than one different item, and can you use dino part things like giga hearts, alo brains, etc as an ingrediant?
Red Aug 4, 2021 @ 12:07am 
Originally posted by NEWNS:
what would the line look like for more than one different item, and can you use dino part things like giga hearts, alo brains, etc as an ingrediant?

Something like this
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_DinoHealthBrew_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_CookedPrimeMeat_C",BaseResourceRequirement=5.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_RareFlower_C",BaseResourceRequirement=5.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="_C",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false)))

You could also use this site http://www.nipiro.de/ark_generator.php to make it simple, just replace the "ItemClassString=" with the dinohealthbrew code and set it to whatever you want there.
Last edited by Red; Aug 4, 2021 @ 12:09am
YanGe Sep 18, 2023 @ 6:13pm 
Hello, I tried to replace the production material with a thatch, just like the code you cited and pasted it into the file, but there was no effect, or even the production could not be made without the production material. What should I do
< >
Showing 1-4 of 4 comments
Per page: 1530 50