Locate mod engrams

Do the mod you are using have an engram you want to disable/edit and the author hasn’t provided you with an engram-list? You can find mod engrams manually by browsing the mods folder in explorer with these 3 simple steps!

Step 1

Locate your Mods-folder. Filepath may differ a bit.

X:\Steam\steamapps\common\ARK\ShooterGame\Content\Mods

Go to the Steam Workshop mod page and look at the last digits in the URL. That’s the ID of the mod. Once you have the ID, enter the folder in your Mods-folder that has that number.

Step 2

Either search in the mods folder or manually browse through the subfolders in it until you can find what you are looking for.

How to alter the engram

Copy the name of it, in this example, “EngramEntry_AutomaticFeeder“.

Insert the engram into your code, don’t forget to add a “_C” at the end since it’s a class. Customize it to your liking. When you are satisfied, add the code to your Game.ini.

Remember to exit your single-player game or stop your server before updating your Game.ini-file.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_AutomaticFeeder_C",EngramLevelRequirement=18,EngramPointsCost=0,EngramHidden=False,RemoveEngramPreReq=True)

Legend

EngramClassName” – Specify the engrams class name.
EngramLevelRequirement” – Specify at which level the engram should be available for players to learn.
EngramPointsCost” – How many engram points it’ll cost to unlock it.
EngramHidden” – Defines if the engram is hidden or not. Boolean value, true or false. Setting this value to true will make it unavailable and players will not see it regardless of the other values.
"
RemoveEngramPreReq" Remove the need for prerequisite engrams to learn this engram if set to true.

Further info

https://ark.gamepedia.com/Server_Configuration#Engram_Entries