Articles on: ARK:Survival Evolved

How to add engrams points to your Ark server

Step One. Create your code.



First you will need to go into a notepad program such as notepad++ and create this code:

OverridePlayerLevelEngramPoints=0

There are currently 180 levels in Ark with 105 levels being included in the base game. The rest are earned through Ascending off of each map defeating the bosses. You will need to copy/paste this code for how many levels you want to customize the points you earn per a level to spend on engrams.

For example, if you want to customize the first 105 levels you will need to add this code an additional 105 times.

OverridePlayerLevelEngramPoints=0
OverridePlayerLevelEngramPoints=0
OverridePlayerLevelEngramPoints=0
OverridePlayerLevelEngramPoints=0
105 times in total...Etc....


This can be done 180 times total or if you add custom levels above 180 as many times as you have created levels.

Next in each line you add you can change the 0 to whatever number of points you want per a level

For example:

OverridePlayerLevelEngramPoints=0
OverridePlayerLevelEngramPoints=15
OverridePlayerLevelEngramPoints=21
OverridePlayerLevelEngramPoints=15
Etc....

The first line you should keep at zero unless you want to just start out with points at level 1

There should also be no spaces in between each line of this code as the game.ini file will not read this properly.

Step Two Add to the config file.



Next you want to take the entire code, copy/paste it under Config Files area in your control panel.

Under ShooterGame\Saved\Config\WindowsServer\Game.ini using the game ConfigEditor at the very bottom of the page under other server settings in the box.
Alternatively, you can use the same location text editor and copy/paste this code under all your other settings in the file.

Hit save and you are all finished!

Updated on: 21/10/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!