Jump to content

How to: Retrieve list of all engram crafting resources


UbiZvi

Recommended Posts

Dear All,

I asked about retrieving the list of all engram craft resource requirements in the game so that I could start lowering the amounts of all craft resources to make my single player experience a little less demanding. I thought I could try to achieve this through Ark Dev Kit as all my searches were fruitless (there is one site but it isn't up to date with the engrams available).

I am trying to retrieve the following for all engrams:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_MetalIngot_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Metal_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false)))

 

And I've been given the following advice, but I have no idea how to go about doing it:

Should be straight forward, though. Make an actor, get all engrams, loop over them, get the requirements, write them out as JSON in whatever format you like, using the built in JSON functions.

 

Could anyone possibly provide some assistance please?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...