balding_silverb Posted September 23, 2021 Share Posted September 23, 2021 Attached are my worldgenoverride.lua and my server log. I think I have everything set right to generate the caves but it gets stuck in a loop trying to generate moonislands in the caves. Kinda odd but hopefully worldgenoverride.luaserver_log.txtone of you smart people can figure out what's wrong. Link to comment https://forums.kleientertainment.com/forums/topic/133876-issues-with-caves-server/ Share on other sites More sharing options...
Daniel86268 Posted September 23, 2021 Share Posted September 23, 2021 I think someone else on the forums encountered this before, and resetting his worldgenoverride.lua fixed it, so there might be something broken in there as well. One thing that caught my eye is that you have multiple instances of settings_preset at the beginning. There's first two underneach eachother, and then there's once instance in the overrides itself again. Not sure if that's what caused it. Spoiler return { preset = "DST_CAVE", settings_preset = "DST_CAVE", worldgen_preset = "DST_CAVE", override_enabled = true, settings_preset = "DST_CAVE", worldgen_preset = "DST_CAVE", overrides = { starting_location = "caves", settings_preset = "DST_CAVE", worldgen_preset = "DST_CAVE", specialevent="default", ... Link to comment https://forums.kleientertainment.com/forums/topic/133876-issues-with-caves-server/#findComment-1497763 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.