ARK: Survival Evolved

ARK: Survival Evolved

Dino Healing Brew
twisteddiana  [开发者] 2021 年 1 月 28 日 下午 9: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)))
最后由 twisteddiana 编辑于; 2021 年 1 月 28 日 下午 9:29
< >
正在显示第 1 - 4 条,共 4 条留言
Muck (已封禁) 2021 年 1 月 29 日 上午 8:15 
Thanks!
NEWNS 2021 年 7 月 20 日 下午 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 2021 年 8 月 4 日 上午 12:07 
引用自 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.
最后由 Red 编辑于; 2021 年 8 月 4 日 上午 12:09
YanGe 2023 年 9 月 18 日 下午 6: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
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50