Conan Exiles ServerSettings.ini generador

El archivo de ajustes de Conan tiene un comportamiento que casi atrapa a todos una vez: el servidor lo sobrescribe.

Comenzar desde un preset

Ajustes visuales

ini Formato
Identity

Name in the server browser.

Gameplay

Player versus player combat.

0 none, 1 partial, 2 full. Server-side setting that overrides client preference.

Overall experience rate.

Resources gathered per action.

How fast food and perishables decay. 0 stops spoilage entirely.

Stamina drain rate.

Crafting speed. Lower is faster.

Wheel of Pain conversion speed. This is the setting that makes thrall times on a modded server differ from every online calculator.

Leaves your character in the world after disconnecting, where it can still be killed.

World

How quickly harvested nodes return.

Day length.

How quickly NPC camps repopulate.

Players & Access

Join password.

Grants admin rights in game. Change it before going public.

Slot limit.

Anti-cheat. Note the server does not answer queries until BattlEye finishes initialising after a restart.

ServerSettings.ini

AdminPasswordThis is still the example admin password. Change it before the server is reachable.
[ServerSettings]
ServerName=Spawnly Conan
ServerPassword=
AdminPassword=changeme123
MaxPlayers=40
PVPEnabled=True
MaxNudity=2
IsBattlEyeEnabled=True
PlayerXPRateMultiplier=1
HarvestAmountMultiplier=1
ItemSpoilRateScale=1
ResourceRespawnSpeedMultiplier=1
StaminaCostMultiplier=1
CraftingTimeMultiplier=1
ThrallCraftingTimeMultiplier=1
DayCycleSpeedScale=1
LogoutCharactersRemainInTheWorld=False
NPCRespawnMultiplier=1

Cómo funciona la sintaxis del ServerSettings.ini

INI seccionado con verdadero y falso para booleanos. El servidor lo lee al inicio y aplica lo que encuentra, lo que funciona exactly como esperarías —hasta que se apaga.

El error que cuesta horas a la gente

Conan escribe sus ajustes actuales de vuelta al archivo al apagar. Editar el archivo mientras el servidor está ejecutándose significa que tus cambios son reemplazados por los valores propios del servidor en el momento en que se detiene. Siempre apaga el servidor primero, luego edita, luego enciende —el orden inverso descarta silenciosamente todo lo que escribiste.

Soporte & Ayuda