Hiding Custom Engrams

Did you read this thread, or bother searching the forums? “Hiding Engrams for Mods” is a thread title, I don’t see how you could miss it.

Taken from the thread I linked:

So - GameUserSettings.ini;

[/script/shootergame.shootergamemode]
OverrideNamedEngramEntries=(EngramClassName=“EngramEntry_filenamehere_C”,EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=40,RemoveEngramPreReq=False)

Replacing “filenamehere” with exactly how it is spelled on the EngramEntry_# file in the mod folder of your ark server install for each engram you want to hide.

-WM