How to Change Crafting Cost on Your Conan Exiles Server
You can make crafting cheaper or more expensive, and speed up or slow down how long items take to produce, by editing ServerSettings.ini. These settings complement the broader game rates configuration.
Steps
- Log into the Game Control Panel and navigate to your Conan Exiles service.
- Stop the server.
- Click Configuration Files, then open
ServerSettings.iniin the Text Editor. Under[ServerSettings], set:ItemConvertionMultiplier=1.0 CraftingCostMultiplier=1.0 ResourceRespawnSpeedMultiplier=1.0 - Click Save and start the server.
How the Multipliers Work
CraftingCostMultiplierbelow1.0makes recipes cheaper; above1.0makes them more expensive.ItemConvertionMultiplierbelow1.0speeds up crafting (lower = faster); above1.0slows it down.ResourceRespawnSpeedMultiplierabove1.0makes nodes respawn faster.
Common Presets
Casual (cheaper, faster):
CraftingCostMultiplier=0.5
ItemConvertionMultiplier=0.5
ResourceRespawnSpeedMultiplier=2.0
Hardcore (resource scarcity):
CraftingCostMultiplier=2.0
ItemConvertionMultiplier=2.0
ResourceRespawnSpeedMultiplier=0.5
Notes
- Existing items in player inventories are not affected by changes. Only newly crafted items use the new multipliers.
- Pair with
ThrallConversionMultiplierfor thrall-related crafting speed tuning. - Some mods such as Better Thralls may override these settings.