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분
< >
전체 댓글 4개 중 1~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
< >
전체 댓글 4개 중 1~4개 표시 중
페이지당 표시 개수: 1530 50