NotStarvnMarvn Posted June 24, 2017 Share Posted June 24, 2017 It's been a very long time since they removed it, but I still miss staying in caves. I've tried messing with the game files to spawn in caves, but it's not the same. People usually don't/won't go in caves or don't know that your server is caves only since there is no option for it. Please bring it back P.S It's really great practice for sanity managment Link to comment Share on other sites More sharing options...
MostMerryTomcat Posted June 24, 2017 Share Posted June 24, 2017 Whenever I find the gate exploring caves I wonder about caves-setup only. Why was it removed? (assuming it really was, I haven't pondered too much to this question) Link to comment Share on other sites More sharing options...
Daniel86268 Posted June 24, 2017 Share Posted June 24, 2017 Assuming you are running a dedicated server you can just set the Master shard to generate a caves world instead of the default overworld in the "worldgenoverride.lua" before generating the world using this code: return { override_enabled = true, preset = "DST_CAVE", } No slaves/cave shard needed, but you might be able to add a overworld shard as slave so you can exit the caves into the overworld. This should enable you to spawn in the caves with the option to also visit the overworld if needed. Not sure if this is possible somehow with a non-dedicated server, but I prefer dedicated servers anyways. Link to comment Share on other sites More sharing options...
Electroely Posted June 24, 2017 Share Posted June 24, 2017 To host a caves-only non-dedicated server: Step 1: Assuming you are on Windows, go to Documents/Klei/DoNotStarveTogether Step 2: Download the attached "worldgenoverride.lua" file and put it in the DoNotStarveTogether folder.worldgenoverride.lua (Right click -> Save target as) Step 3: Generate a new world through the Host Game menu, and leave caves off and do NOT change anything in the world generation settings (I'm not sure whether this would affect it or not but just in case) Step 4: You will spawn in a caves-only world. If you want to generate a normal world, delete, move or rename the file you downloaded into somewhere / something else and generate the world. Link to comment Share on other sites More sharing options...
NotStarvnMarvn Posted June 26, 2017 Author Share Posted June 26, 2017 I will do that ^ I still think having the actual option when making world will be better. Link to comment 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.