ARK: Survival Evolved

ARK: Survival Evolved

Dino Healing Brew
twisteddiana  [udvikler] 28. jan. 2021 kl. 21:28
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)))
Sidst redigeret af twisteddiana; 28. jan. 2021 kl. 21:29
< >
Viser 1-4 af 4 kommentarer
Muck (Udelukket) 29. jan. 2021 kl. 8:15 
Thanks!
NEWNS 20. juli 2021 kl. 12:13 
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 kl. 0:07 
Oprindeligt skrevet af 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.
Sidst redigeret af Red; 4. aug. 2021 kl. 0:09
YanGe 18. sep. 2023 kl. 18:13 
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
< >
Viser 1-4 af 4 kommentarer
Per side: 1530 50