ARK: Survival Evolved

ARK: Survival Evolved

Craftable Resources
 This topic has been pinned, so it's probably important
victorious512  [developer] 9 Aug, 2018 @ 3:59pm
Crafting Overrides
Here is an example of how you can adjust the crafting requirements of the crafted Ammonite Bile.

There is tons of documentation on the web on how to do this. Here is a site for the ID/Class Name list, https://ark.gamepedia.com/Item_IDs . This goes in the Game.ini file.

1 Ammonite Bile requires 1 Element, 1 Titanboa Venom & 1 Oil


ConfigOverrideItemCraftingCosts=(ItemClassString="EngramEntry_Bile_CR_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Element_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_ApexDrop_Boa_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Oil_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false)))