ARK: Survival Ascended GameUserSettings.ini generador

ARK divide sus ajustes en dos archivos con nombres superpuestos, y poner un ajuste en el archivo equivocado es la razón más común de que un cambio 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 — one of the two settings every private server changes.

Resources per harvest action. The other one.

Scales wild creature levels. Works with OverrideOfficialDifficulty, which is the setting that actually raises the level cap.

Sets the real difficulty value. 5 gives max wild level 150; this is the one to change, not DifficultyOffset alone.

Third-person camera.

Shows players their own coordinates on the map.

Displays a crosshair.

World

Overall day length.

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

How much damage structures resist. Higher means tougher buildings.

Allows building through terrain clipping. Almost universally enabled on private servers.

Structure limit per area. This is the practical cap on how heavy a server can get — raising it is how servers end up running out of memory.

Players & Access

Slot limit. ARK memory grows with what tribes build far more than with slots.

Join password. Blank means public.

Required for admin commands. Change it — the default is the first thing anyone tries.

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 SA
MaxPlayers=70
ServerPassword=
ServerAdminPassword=changeme123
ServerPVE=False
XPMultiplier=3
TamingSpeedMultiplier=10
HarvestAmountMultiplier=3
DifficultyOffset=1
OverrideOfficialDifficulty=5
AllowThirdPersonPlayer=True
ShowMapPlayerLocation=True
ServerCrosshair=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 utiliza el formato INI seccionado, y el encabezado de sección importa: un ajuste bajo el encabezado equivocado se ignora en silencio. Los booleanos son Verdadero y Falso con mayúsculas. Los multiplicadores son punto flotante — escribe 2.0 en lugar de 2, porque algunos valores se analizan lo suficientemente estrictos como para que un entero se descarte.

El error que cuesta horas a la gente

Algunas configuraciones solo funcionan en Game.ini, no en GameUserSettings.ini, y el juego no te dirá cuál es cuál. Si un cambio de tasa no tiene efecto y la sintaxis parece correcta,probably la configuración está en el archivo equivocado. Ascendido también difiere de Survival Evolved aquí, así que una configuración copiada de un servidor anterior no es un punto de partida seguro.

Soporte & Ayuda