How to Configure Breeding and Maturity Rates on ARK
Breeding rates on your ARK: Survival Evolved server (mating cooldown, egg incubation, and baby maturation) are controlled by multipliers in the Game.ini file, not GameUserSettings.ini. Higher values speed each stage up. For world difficulty and max level instead, see changing the difficulty level.
Before you start: Stop the server first. Edits made to
Game.iniwhile the server is running will not save.
Set the breeding multipliers
- Log into the game panel and stop your ARK service.
- Open Configuration Files and open
Game.iniin the editor. - Under the
[/script/shootergame.shootergamemode]section, add or edit these lines:
[/script/shootergame.shootergamemode]
MatingIntervalMultiplier=1.0
EggHatchSpeedMultiplier=1.0
BabyMatureSpeedMultiplier=1.0
- Adjust the values (higher is faster), save the file, and start the server.
Note:
Game.iniis separate fromGameUserSettings.ini. Breeding rate multipliers live here, so do not confuse the two. Other world options are set in gameplay toggles.