Jump to content

Recommended Posts

Hello, I was playing with some friends, after generating a normal dedicated server yesterday, following the Jazzy's video as I did last time I generated a dedicated server, and a friend went to a sinkhole to go to the caves when he accidentaly went to a totally different world one that we knew nothing about, a "loot world". That was completely unintended and now we want to go to the caves. Attached to this post it's the archives and folders inside my Caves folder inside my DediServer folder. Could someone please tell me how to solve this so we can go to the caves?

WhatsApp Image 2021-09-23 at 1.35.05 PM.jpeg

Link to comment
https://forums.kleientertainment.com/forums/topic/133892-accidental-loot-world/
Share on other sites

the solution is quite simple, the file worldgenoverride.lua in the cave folder must contain this code:
once done I deleted everything from the folder except for the server.ini and worldgenoverride.lua 

return {
    override_enabled = true,
    settings_preset = "DST_CAVE",
    worldgen_preset = "DST_CAVE",
}
3 hours ago, ellelawliet0085 said:

the solution is quite simple, the file worldgenoverride.lua in the cave folder must contain this code:
once done I deleted everything from the folder except for the server.ini and worldgenoverride.lua 


return {
    override_enabled = true,
    settings_preset = "DST_CAVE",
    worldgen_preset = "DST_CAVE",
}

Thanks! It really helped!

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