Eco
Fin May 10, 2022 @ 12:40pm
Dedicated Server Collaboration Change
Hello!
I try to change the Collaboration Settings from Low to No. It wont work. I use Filezilla and edit difficulty.eco and difficulty.eco.template. We use a dedicated Server from Nitrado.

{
"CollaborationPreset": "LowCollaboration",
"DifficultyModifiers": {
"UnlearnRefundRate": 0.5,
"SpecialtyCostMultiplier": 1,
"SkillGainMultiplier": 6,
"SkillPointsPerAction": 0,
"SkillPointsPerCrafttime": 0
}
}

{
"CollaborationPreset": "NoCollaboration",
"DifficultyModifiers": {
"UnlearnRefundRate": 0.5,
"SpecialtyCostMultiplier": 1,
"SkillGainMultiplier": 6,
"SkillPointsPerAction": 0,
"SkillPointsPerCrafttime": 0
}
}
< >
Showing 1-2 of 2 comments
SLG-Dennis  [developer] May 11, 2022 @ 2:36am 
The collaboration preset only works when changed via ingame server creation or the server ui, as it adjusts the other settings. Some game server providers also have a config editor where they implemented the automatic change of the other settings when changing the presets.

The preset for NoCollaboration would look like:
{
"CollaborationPreset": "NoCollaboration",
"DifficultyModifiers": {
"SpecialtyCostMultiplier": 0.1,
"SkillGainMultiplier": 5.0,
"SpecialtyExperiencePerLevel": 25.0,
"CraftResourceModifier": 0.5,
"CraftTimeModifier": 0.5,
"SpecialtyRefundPercentage": 0.5,
"PlayerExperiencePerSpecialtyExperience": 0.0,
"StackSizeModifier": 1.0,
"WeightModifier": 1.0,
"FuelModifier": 1.0,
"ConnectionRangeModifier": 1.0
},
"EndgameCraftCost": "Normal"
}

(You also had an extremely outdated config)
Fin May 11, 2022 @ 7:26am 
thank you!
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: May 10, 2022 @ 12:40pm
Posts: 2