Rendering LODs for existing chunks
Hello, is there some trick (or mod) to get DH to generate LODs for all chunks of a map? Context is that I've imported a map from a server into singleplayer and would like to generate LODs there to then transfer them to the server.
I've looked at the core code and think that just loading all chunks one by one from a mod would probably do the trick but wanted to ask first whether someone's already done it somehow.
11 Replies
DH should already convert existing vanilla chunks to LOD's by default
even ones out of render distance?
yep
I've tried but on the server everything was just gone
as long as it is inside your DH render distance
ah, I mean chunks outside of the DH render distance
hhmm, not sure what happened there
no it will not
and there is not yet an easy way to convert vanilla chunks to LOD's unfortunately
except cranking up the DH render distance and cpu load and waiting
if I turn off distant generation, DH shouldn't generate LODs for not yet generated chunks, right?
Solution
correct
alright, thanks, I'll try with distant generation off and a big render distance
gl!