ARK: Survival Evolved GameUserSettings.ini generador

Survival Evolved divide sus ajustes en dos archivos, y elegir el incorrecto es la causa más común de que una edición parezca no hacer nada.

Comenzar desde un preset

Ajustes visuales

ini Formato
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=Spawnly 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

Cómo funciona la sintaxis del GameUserSettings.ini

GameUserSettings.ini es INI seccionado, y el encabezado de sección es portador de carga — un ajuste bajo el encabezado incorrecto se ignora en silencio. Los booleanos son Verdadero y Falso con mayúsculas, y los multiplicadores deben escribirse como decimales en lugar de números enteros.

El error que cuesta horas a la gente

Un número significativo de ajustes de tasa solo viven en Game.ini, no en este archivo, y nada te advierte cuando lo pones en el lugar equivocado. Si un multiplicador no tiene ningún efecto y la sintaxis es correcta, comprueba en qué archivo realmente pertenece antes de cambiar nada más.

Soporte & Ayuda