This simple tool will let you take control of the Engrams in Ark Survival Evolved. You can easily disable (Hide) unwanted engrams, change level requirements and engram points costs, and even remove prerequisite engrams. All the required code will be generated for you!
This tool can also be used for Single Player & Non-Dedicated Sessions. For information on customization in these situations and for information on what customization can do for you in general, please see this page: Balancing Ark For Your Play Style
Using Our Engram Customization Tool
Once upon a time, this technique only worked by Engram ID. Which changed every time they moved the engrams in game or added or removed any. This shuffle would also happen if you added or removed mods that had engrams. Then came the ability to change engrams by Engram Class Name, and the problems were gone.
This tool only usees Engram Class Names and therefore it will work regardless of the mods you add or remove. It has all the Engram Class Names from Ark and all of the DLC.
Before modifying your game in any way with the code produced by this tool, please refer to the potentially long winded instructions at the bottom of the page. These instructions are there to make sure you get the code in right and, in the event of a problem, you can go right back to where you were before you tried these modifications. Enjoy!
Installing The Code: Step #1
Shutdown the Ark Survival Evolved Dedicated Server. The server cannot be running while you edit these files. Then make a copy of your 'Saved' directory and put it somewhere safe. This directory can be found in the 'ShooterGame' directory of your Ark Server. This will backup your world, character profiles, and current configuration files just in case. That is why I said earlier that it is important to read the instructions. If something goes wrong you can just restore your backed up files and be back to where you started.
Installing The Code: Step #2
Now we need to edit the Game.ini file.The first line in the box may already exist in your file. If so, omit this line when you copy your code and simply place the code below the line already existing in your file.
To find your Game.ini file, look in your server's directory for one of the following directories, depending on which OS your server box is running:
ShooterGame\Saved\Config\Windows\
ShooterGame\Saved\Config\Linux\
If you have already added code to this file, then there are two possibilities. Look at the custom code generated by our tool. If the first line already exists in your Game.ini file, do not copy that line. But do copy everything else and put it in your Game.ini file under where that line appears.
If the first line you see in our code box does not exist in your Game.ini file then you can simply copy and paste all of the code and put it at the end of the file.
Remember you must save and close the file after editing it.
As a final note, if you have already tried to setup custom engram configurations then you must remove all of that and replace it all with the code from this tool. Having information specified more than once can cause havoc with the server.
Installing The Code: Step #3
Now we have to test things. Make sure you have saved the changes to the Game.ini file and closed it. Then start your server and login to the game with your game client. Then disconnect from your server and shut it down.
Check the Game.ini file again. If the server likes the code, it will all still be there. If there was a problem with it then the server will have replaced the file with a fresh copy that is blank.
As long as the code is still in that file, you're good to go. If it didn't work, please try again and make sure that you have followed the instructions exactly. I've tested this tool many times on both Windows and Linux servers and it works like a charm. With this code properly installed in the right Game.ini file you should have no problems.