Jump to content

Problems to get shared setup with caves running


Recommended Posts

I've got two DST server instances running, both seem to start and run.

 

When opening a sinkhole in the overworld, the overworld-server logs this:

 

overworld  | [sHARD] Unregistering portal ID #6
overworld  | [sHARD] Registering portal ID #6
overworld  | Validating ID 6: world: <nil> (auto) available: false receives: 6 status: inactive

 

Does this reflect the problem when opening a sinkhole, it's blocked and can't be entered?

What may I be doing wrong? Why are the sinkholes blocked?

Thanks a lot for any help on this!

Additional note - I've started the slave-server (with caves) with this worldgenoverride.lua contents:

return {    override_enabled = true,    preset = "DST_CAVE",}

The slave server also seems to start up properly and create the caves, but in the overworld all sinkholes are blocked by roots.

Hey there! I appreciate your response - anyway, I just got it working, right in this moment.

The problem was, I had this in my settings.ini:

[shard]shard_id =

I had the setting "shard_id" in the file, but didn't assign a value. Seems like if you do this, DST spawns two servers.
Now I'm setting shard_id = 1 and shard_id = 2 and it works.

I already had a look at your tutorial some hours ago. I noticed that you've written "share_id = 12345678", but it should be "shard_id" - and, be sure to set unique IDs. You can't use "12345678" for multiple servers.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...