Jump to content

How to change element cost in Tek replicator


Recommended Posts

  • Volunteer Moderator
1 hour ago, crimbsonghost said:

How to change element cost in Tek replicator? i cant figure it out and ive seen people make it cost oil and ingots instead of dust and id love the ini code if anyone can help

The following would change the cost of Element to 100 ingots and 200 oil each:

# ../Game.ini

[/Script/ShooterGame.ShooterGameMode]
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_Element_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_MetalIngot_C",BaseResourceRequirement=100.000000,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Oil_C",BaseResourceRequirement=200.000000,bCraftingRequireExactResourceType=false)))

If you don't want it to be craftable using substitute (scrap metal, basi/tuso oil, etc.) then set bCraftingRequireExactResourceType to true.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...