Archijs Posted October 9, 2015 Share Posted October 9, 2015 So after couple hours of trial and error I finally got my dedicated server and slave server for caves up and running. Yeey!Everything is fine and people are able to join it. But there is one but.....when someone finds a cave and tries to enter, it just moves them to another (separate from the first) overground world. When you go back through the same enterance, you get back to where you started. As far as I can tell, the slave server is working correctly, but for some reason it generates another upper world instead of caves. I followed all the instructions, and tripple checked everything, but can't find whats wrong with it. Any help would be appreciated! Thanks Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/ Share on other sites More sharing options...
destroyboot Posted October 11, 2015 Share Posted October 11, 2015 I've got the very same problem, once I jump into the cave I'm being transfered to another forest world. What is funny though is that this "cave" world has bats, and tons of spiders everywhere, even on roads, but it is the only "cave" thing you can find out there. Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679274 Share on other sites More sharing options...
boardman94 Posted October 11, 2015 Share Posted October 11, 2015 Have you correctly setup the "worldgenoverride.lua" for the caves server?If not, that was covered in this post. Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679335 Share on other sites More sharing options...
Archijs Posted October 11, 2015 Author Share Posted October 11, 2015 I've got the very same problem, once I jump into the cave I'm being transfered to another forest world. What is funny though is that this "cave" world has bats, and tons of spiders everywhere, even on roads, but it is the only "cave" thing you can find out there.Yep.Have exactly the same scenario. Have you correctly setup the "worldgenoverride.lua" for the caves server?If not, that was covered in this post.I think so. All I did was created new worldgenoverride.lua file with the return function in it.return {override_enabled = true,preset="DST_CAVE",}Is that all that should be in that file? Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679353 Share on other sites More sharing options...
SterileQTip Posted October 11, 2015 Share Posted October 11, 2015 Have you attempted to regenerate the Slave world using c_regenerateworld() in the console? Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679367 Share on other sites More sharing options...
destroyboot Posted October 11, 2015 Share Posted October 11, 2015 I created the worldgenoverride.lua myself with the following inside:return {override_enabled = true,preset="DST_CAVE",}And I put it inside the DST_CAVE folder. Should it contain anything more? Have you attempted to regenerate the Slave world using c_regenerateworld() in the console? I did it, and it regenerates another overworld, I also tried to delete the "save" folder, even for both servers, no success. Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679390 Share on other sites More sharing options...
destroyboot Posted October 11, 2015 Share Posted October 11, 2015 Sorry for double post, but I just got this working. I noticed that I actually had in my worldgenoverride.lua Cave spelled without block letters.return {override_enabled = true,preset="DST_Cave",}And all what did was changed it to block letters return {override_enabled = true,preset="DST_CAVE",}Didn't know this was case sensitive. After the change I can enjoy the caves! Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679395 Share on other sites More sharing options...
Archijs Posted October 12, 2015 Author Share Posted October 12, 2015 Have you attempted to regenerate the Slave world using c_regenerateworld() in the console? Yes I did. No changesSorry for double post, but I just got this working. I noticed that I actually had in my worldgenoverride.lua Cave spelled without block letters.return {override_enabled = true,preset="DST_Cave",}And all what did was changed it to block letters return {override_enabled = true,preset="DST_CAVE",}Didn't know this was case sensitive. After the change I can enjoy the caves! Tried both - with capital letters and without. No results. I guess I will need to wait for an idiot proof method of getting the cave server running Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679475 Share on other sites More sharing options...
destroyboot Posted October 12, 2015 Share Posted October 12, 2015 So it must be something else that I did that got it to working. Have you tried creating just cave server, without this master/slave thing. Just one cave world. I remember this is what I did just to check if I can get caves. I copied the lua to Don'tStarveTogether folder (had copy of my old one, before started to fiddling with master/slave), started just default instance of server, and it didn't work, then I changed the lua to capital letters, then I think I regenerated world, and appeared in the caves. And so I copied the lua back to DST_Cave and ran both servers, and it worked. That's all I did that moment I got it to work, maybe there is an answer in that. Oh, and this may be silly, but have you chose to run caves beta (in steam -> tools) for your dedicated too? I know I did forget to do that for a long time, I just updated my game to caves, and forgot to to that to the dedicated server. Hope you will get it sorted. Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679478 Share on other sites More sharing options...
Iking Posted October 12, 2015 Share Posted October 12, 2015 So after couple hours of trial and error I finally got my dedicated server and slave server for caves up and running. Yeey!Everything is fine and people are able to join it. But there is one but.....when someone finds a cave and tries to enter, it just moves them to another (separate from the first) overground world. When you go back through the same enterance, you get back to where you started. As far as I can tell, the slave server is working correctly, but for some reason it generates another upper world instead of caves. I followed all the instructions, and tripple checked everything, but can't find whats wrong with it. Any help would be appreciated! Thanks This happened to me also. It's an easy fix if you had the same issue as me. Most likely your "worldgenoverride.lua" is probably "worldgenoverride.lua.txt". The reason why it still has a .txt even though you only see .lua is because your windows explorer probably has extensions hidden that's why it's still a .txt even though you names it .lua Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679494 Share on other sites More sharing options...
Archijs Posted October 12, 2015 Author Share Posted October 12, 2015 This happened to me also. It's an easy fix if you had the same issue as me. Most likely your "worldgenoverride.lua" is probably "worldgenoverride.lua.txt". The reason why it still has a .txt even though you only see .lua is because your windows explorer probably has extensions hidden that's why it's still a .txt even though you names it .lua Yes, finally got it to work. Thank you! Can't believe that I made this small, stupid mistake and spent so much time on trying to figure it out. Thanks for all the help guys Link to comment https://forums.kleientertainment.com/forums/topic/58393-slave-server-redirects-to-duplicate-world/#findComment-679498 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.