Load Chunky to DH on server
Ive loaded 2048 radius on server and now want all of those loaded chunks to have their own LOD without me needing to fly back and forth to load them in (again?)
Also one extra thing is if anyone knows if i can load in all of the preloaded chunks in to the XaerosWorldMap mod. Would be a blessing honestly
6 Replies
DH is on client and chunky is on both server and client.
dh doesnt detect chunks outside server's render distance, so chunky on server won't help
So the best way to get the chunks loaded is to fly around and load them then?
No other automated way
No, the mod is client side and the server doesnt tell the client whats beyond their render distance
If you have access to the server files, you can download the world/make a world with the same seed and generate the LODs in singleplayer and them move the files
/lodstored
Single Player:
- Overworld:
.minecraft/saves/WORLD_NAME/data/DistantHorizons.sqlite
- Nether: .minecraft/saves/WORLD_NAME/DIM-1/data/DistantHorizons.sqlite
- End: .minecraft/saves/WORLD_NAME/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: .minecraft/saves/WORLD_NAME/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Multiplayer:
- .minecraft/Distant_Horizons_server_data/SERVER_NAME/
Or try out the #Server side fork