ARK: Survival Evolved

ARK: Survival Evolved

Mutation Kibble
Zetyr Apr 6, 2024 @ 1:56pm
If anyone else is having problems with the mutation kibble recipes with a stack mod...
Not sure why these recipes didn't work with the stack mod I have since the kibble names were exactly the same and my stack mod was at the top of my order, but after a LOT of trial and error I ended up able to get things working with an item override script in my game.ini file. I wanted to share in case anyone else runs into this because imo this is a MUST-HAVE mod. Only thing to keep in mind is with these overrides the kibble recipes work like taming does. Any higher level kibble can not only craft it's own mutation kibble, but also any tier below it. Be careful not to craft a lower tier mutation kibble by accident.

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MutationKibble_Basic_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Kibble_Base_XSmall_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MutationKibble_Simple_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Kibble_Base_Small_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MutationKibble_Regular_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Kibble_Base_Medium_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MutationKibble_Superior_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Kibble_Base_Large_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MutationKibble_Exceptional_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Kibble_Base_XLarge_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MutationKibble_Extraordinary_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Kibble_Base_Special_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))