How to Change the Difficulty Level on Your ARK Server
The difficulty level on your ARK: Survival Evolved server sets the maximum level of wild creatures, controlled mainly by OverrideOfficialDifficulty in the command line. The effective value follows the formula DifficultyOffset * (Official Difficulty - 0.5) + 0.5. After changing it, clear the existing wild creatures with an admin command so new ones spawn at the new levels.
Set the difficulty
- Log into the game panel and open the Command Line Manager. Select a command line if you have not already.
- Click Selected on your command line and find the Override Official Difficulty line.
- Set
OverrideOfficialDifficultyto your max desired level divided by 30. For a max level of 300, set it to 10 (300 / 30 = 10). The value can be 1.0 to 10.0. - Save and restart.
Note: The difficulty offset is separate and lives in
GameUserSettings.ini. Most servers only need to setOverrideOfficialDifficulty.
Clear wild dinos
New levels only apply to newly spawned creatures, so clear the current ones:
- Make sure you are an admin, covered in how to add admins.
- In the console or over RCON, run
DestroyWildDinos. - Wild creatures respawn within the new level range.