Jump to content

Unlocking Engrams


Damaddino

Recommended Posts

Unlocking Engrams

I'm still new to Ark coding and I'm trying to unlock Extinction engrams on my Valguero server. I've been able to use

Quote

EngramEntryAutoUnlocks=(EngramClassName="EngramEntry_TaxidermyBase_Small_C",LevelToAutoUnlock=10)

to give the people the engram. But I just want to unlock it and allow the players to learn or to not learn the engram. So I tried

Quote

OverrideNamedEngramEntries=(EngramClassName="PrimalItemStructure_TaxidermyBase_Small_C",EngramHidden=False,EngramPointsCost=4,EngramLevelRequirement=10,RemoveEngramPreReq=False)

AND

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_TaxidermyBase_Small_C",EngramHidden=False,EngramPointsCost=4,EngramLevelRequirement=10,RemoveEngramPreReq=False)

But neither seem to work. I don't know what I seem to be doing wrong. Anyone got any ideas?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...