ARK: Survival Evolved

ARK: Survival Evolved

Dino Healing Brew
twisteddiana  [developer] 28 Jan, 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; 28 Jan, 2021 @ 9:29pm
< >
Showing 1-4 of 4 comments
Muck (Banned) 29 Jan, 2021 @ 8:15am 
Thanks!
NEWNS 20 Jul, 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 4 Aug, 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; 4 Aug, 2021 @ 12:09am
YanGe 18 Sep, 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