Jump to content

Where exactly would a "Story Structure Distance" option be in serverconfig.json?


Go to solution Solved by MKMoose,

Recommended Posts

Posted

I've been helping set up a server in collaboration with a friend who's paying for it, I understand most of the options for the server would be located in serverconfig.json, but for I can't FOR THE LIFE OF ME find any setting labeled "Story Structure Distance" (Or similar to this naming scheme) and neither does looking up where it would be in the file come up with anything. 

  • Solution
Posted (edited)
On 4/21/2026 at 7:59 AM, Darragh9417 said:

I've been helping set up a server in collaboration with a friend who's paying for it, I understand most of the options for the server would be located in serverconfig.json, but for I can't FOR THE LIFE OF ME find any setting labeled "Story Structure Distance" (Or similar to this naming scheme) and neither does looking up where it would be in the file come up with anything. 

Based on the code, it should be storyStructuresDistScaling. If it's not in serverconfig.json, then you'd need to add it to WorldConfiguration in that file:

"WorldConfiguration": {
  "gameMode": "survival",
  "startingClimate": "temperate",
  ...
  "storyStructuresDistScaling": "0.5",
  ...
}

Keep in mind that this value can't be changed after the world has been created. The value is just a multiplier, e.g. 0.5 gives you 50% of the default distance, and the normally available options are in the range of 0.15 to 3.

Edited by MKMoose
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.