ARK: Survival Evolved

ARK: Survival Evolved

Annunaki Genesis (v3.21.0)
domleg 31 Dec, 2022 @ 12:57pm
Max Levels problem
guys, you need to override the levels for the player in the game.ini not that hard. You will have to figure out what the max level you want is and then add more to it based on the default levels you get from all the DLC and Ascension etc. So if you leave it at default of 100 then it will subtract all the levels that can only be reached in all the maps and end game bosses.

Example:
ExperiencePointsForLevel[0]=0,
ExperiencePointsForLevel[178]=3479740
so from 0 to 178 in this example...this should reach a level of 179 - 90 for all the patches and DLC as of Fodjur = 89.

So if you want your player to reach a level of 130 before any of the bonus levels you need to add all the lines to your game.ini from 0 to X-1 + 90. so 129+90 = 219.
from
ExperiencePointsForLevel[0]=0, (level 1)
all the lines in between, 1, 2, 3 etc to 219 with points to reach each level.
ExperiencePointsForLevel[219]=XXXXX whatever points you want to achieve each level.

Then for all the lines you add for levels, you need to add engram points as well.
OverridePlayerLevelEngramPoints=400
OverridePlayerLevelEngramPoints=400
need 220 lines of these right after. (0 to 219 is 220 lines).

Without this, you will be stuck at max default level minus 90 levels.