1337gamer15 Posted September 22, 2015 Share Posted September 22, 2015 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 Link to comment https://forums.kleientertainment.com/forums/topic/58049-dedicated-server-cannot-generate-world-or-some-other-kind-of-error/ Share on other sites More sharing options...
ToNiO55 Posted September 22, 2015 Share Posted September 22, 2015 Hi @1337gamer15, I think your worldgenoverride.lua file contains an error try the one I put in attachmentworldgenoverride.lua Link to comment https://forums.kleientertainment.com/forums/topic/58049-dedicated-server-cannot-generate-world-or-some-other-kind-of-error/#findComment-675304 Share on other sites More sharing options...
jacklul Posted September 22, 2015 Share Posted September 22, 2015 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",} Link to comment https://forums.kleientertainment.com/forums/topic/58049-dedicated-server-cannot-generate-world-or-some-other-kind-of-error/#findComment-675306 Share on other sites More sharing options...
1337gamer15 Posted September 22, 2015 Author Share Posted September 22, 2015 I don't think it's the worldgenoverride, the main server doesn't use one right now, only the cave one is going to need it it. I need to get my main server running properly first. Link to comment https://forums.kleientertainment.com/forums/topic/58049-dedicated-server-cannot-generate-world-or-some-other-kind-of-error/#findComment-675310 Share on other sites More sharing options...
Recommended Posts
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.