Advertisement

Generate a ARK: Survival Evolved GameUserSettings.ini

Survival Evolved divides its settings between two files, and editing the wrong one is the most frequent reason a change seems to be ignored.

Start from a preset

Visual Settings

ini Format
Identity

Name shown in the server browser.

Gameplay

Disables player-versus-player damage server-wide.

Experience rate.

Taming speed. Higher is faster.

Resources gathered per action.

Scales wild creature levels, but only within the official cap — pair it with OverrideOfficialDifficulty to go higher.

The setting that actually raises the wild level cap. 5 gives max level 150.

Third-person camera.

Shows players their own coordinates.

World

Overall day length.

Night length. Most servers shorten nights rather than whole days.

How much damage structures resist.

Allows building through terrain clipping. Near-universal on private servers.

Structure limit per area — the practical cap on how heavy the server can get.

Players & Access

Slot limit.

Join password. Blank means public.

Required for admin commands. Change it before the server goes public.

Seconds before an idle player is kicked.

RCON & Query

Remote console access.

RCON port. Keep it off the public internet.

GameUserSettings.ini

[ServerSettings]
SessionName=My ARK SE
MaxPlayers=70
ServerPassword=
ServerAdminPassword=changeme123
ServerPVE=False
XPMultiplier=2
TamingSpeedMultiplier=5
HarvestAmountMultiplier=3
DifficultyOffset=1
OverrideOfficialDifficulty=5
AllowThirdPersonPlayer=True
ShowMapPlayerLocation=True
DayCycleSpeedScale=1
NightTimeSpeedScale=1
StructureResistanceMultiplier=1
bDisableStructurePlacementCollision=True
TheMaxStructuresInRange=10500
KickIdlePlayersPeriod=3600
RCONEnabled=False
RCONPort=27020

Advertisement

The GameUserSettings.ini format

GameUserSettings.ini is a sectioned INI file, and the header each line sits under carries real weight — a setting filed under the wrong one is dropped silently. Booleans take capitals, True and False, and multipliers should be written as decimals rather than whole numbers.

Advertisement

The mistake that wastes an evening

Quite a few rate settings are only read from Game.ini, never from this file, and nothing tells you when one is in the wrong place. If a multiplier makes no difference and the syntax is sound, find out which file it really lives in before changing anything else.

Rather not run the server yourself?

These tools are free and funded by the two hosting services we run. If you want a server that is already set up, here they are.

Advertisement