Jump to content

Dedicated Server cannot generate world, or some other kind of error


Recommended Posts

I'm trying to make my own dedicated server for the first time and only now do remember how programming is not my forte again. I've got the server downloaded via the steam tools section (and yes I've set it to cavesbeta in the beta branch in properties), and followed most of the steps from the dedicated server guide on the wiki, giving it a proper launch script so it changes its reference directory to myDSTserver

 

Now it seems to give me some error possibly related to the gamemode i believe? i'm not fully sure but either way it states it's showing an error screen in game and will not appear in my server browser.

 

And yes, i am trying to get it to run an alternate caves server with the directory myDSTservercaves and a separate launch script for that (i'm going to worry about the alt server when I can get the main one running properly)

 

Now as far as mods go, I will put them in when I can get it running properly

 

As far as internet ports go, I have a Hitron CGN3 router, and i've checked the settings page to ensure that 10999 is forwarded, but I'm not sure if there's anything I missed.

 

Either way, what I want is to at least get the server running in a basic form first before I put on mods or connect it to the alternate cave server and all.

 

Anyone want to skim though my log and settings and such to see the problem? I have a worldgenoverride that contains

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

settings.inilog.txt

Hi @1337gamer15,

 

I think your worldgenoverride.lua file contains an error

 

try the one I put in attachmen

 

His worldgenoverride.lua is fine, the one you attached will overwrite cave's official preset settings.

From the official caves beta thread:

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

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...