Conan Exiles ServerSettings.ini gerador

O ficheiro de definições de Conan tem um comportamento que apanha quase todos uma vez: o servidor substitui-o.

Começar com um preset

Definições Visuais

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

Como funciona a sintaxe do ServerSettings.ini

INI seccionado com True e False para booleanos. O servidor lê-o no início e aplica o que encontrar, o que funciona exactamente como esperarias - até ao fecho.

O erro que custa horas às pessoas

Conan escreve as suas definições actuais de volta para o ficheiro no fecho. Editar o ficheiro enquanto o servidor estiver a funcionar significa que as tuas alterações são substituídas pelos próprios valores do servidor em execução no momento em que ele pára. Always para o servidor primeiro, depois edita, depois inicia - a ordem inversa descarta silenciosamente tudo o que escreveste.

Suporte e Ajuda