trying to make it work with a private server
Im attempting to use DH with a server with my gf, but for whatever reason it wont allow me to grab chunks that i havent been in yet. the LOD works with chunks i have been in. I have increased the possible render distance in my server to 256 but it doesnt change anything. any ideas?
8 Replies
there's a server side fork https://discord.com/channels/881614130614767666/1154490009735417989
LOD chunks won’t generate outside your render distance on servers
without it running server side, the server has no way of sending you DH data
If you want to have a wide area generate then you need to generate the LODs in single player on the same seed then drag the LOD data into the folder for the server
Although if there are structures in your server those won’t appear until you get closer and the LODs update
/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/
I've been trying to do that but it's not updating when I rejoin the server. I only need the one .sqlite file right?
yea
The LODs just aren't loading in?
Yeah
I go into the single player on the same seed generated all in and then bring it into the server file path and it just doesn't load in