ARK: Survival Evolved

ARK: Survival Evolved

Teleport Pad v1.4
Icebreccer  [developer] Sep 18, 2016 @ 1:35am
Overriding Crafting costs
Use this code to override the crafting requirements of the Teleport Pad. It goes into the game.ini file.

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_TeleporterMajorP",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Polymer_C",BaseResourceRequirement=20.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Electronics_C",BaseResourceRequirement=20.0,bCraftingRequireExactResourceType=false,(ResourceItemTypeString="PrimalItemResource_Crystal_C",BaseResourceRequirement=20.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_MetalIngot_C",BaseResourceRequirement=100.0,bCraftingRequireExactResourceType=false)))
< >
Showing 1-6 of 6 comments
Kane Sep 23, 2016 @ 1:28pm 
Couple of things: Missing a closing bracket here:

PrimalItemResource_Electronics_C",BaseResourceRequirement=20.0,bCraftingRequireExactResourceType=false,

And secondly, overiding the crafting costs does not seem to work. Still costs the same amount to craft.

Any ideas?

- Kane
bobeeb Sep 24, 2016 @ 1:10pm 
this should work:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_TeleporterMajorP_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Polymer_C",BaseResourceRequirement=800.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Electronics_C",BaseResourceRequirement=800.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Crystal_C",BaseResourceRequirement=200.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_MetalIngot_C",BaseResourceRequirement=1000.0,bCraftingRequireExactResourceType=false)))
bobeeb Sep 25, 2016 @ 2:02am 
hm is this an ark bug?
still with the custom crafting cost it takes the default res from my inventory.
the funny thing, the recycler gives the custom engram res back not the default
Wild Sep 25, 2016 @ 4:44pm 
Dont use ConfigOverrideItemCraftingCosts, its bugged since release. It work the first time, after the server restart crafting costs are back to default and still showing the ones on your config. Even spawning a blueprint with the item doesnt help.
Sir Valiant Oct 1, 2016 @ 8:57am 
Originally posted by bobeeb:
hm is this an ark bug?
still with the custom crafting cost it takes the default res from my inventory.
the funny thing, the recycler gives the custom engram res back not the default

There is a work around for this known issue. Anything altered within the "ConfigOverrideItemCraftingCosts" will work if you make/spawn a BP in game. So for every item you need to have it's BP and craft that item from the BP, not from the learned engram. Hope this helps. :)
Janda Apr 5, 2017 @ 1:23pm 
Could anyone confirm if this is still not working for overriding crafting costs without resetting?
< >
Showing 1-6 of 6 comments
Per page: 1530 50