DH sqlite not working for server-mates.
Hey, I've made a world and pre-genned a tonne of chunks, the DH rendering works beautifully for me, but not for my server mates.
I'm hosting a world using e4mc, and I've sent the sqlites over e-mail, but theirs' isn't rendering nearly as well as mine - which is confusing me cause the configs we have are the exact same.
The LODs are there for them, but they don't display nearly as much as mine do, but again, I don't think it would be necessary for them to explore chunks if they already have the LOD data, could they be putting it in the wrong place or something?
All help is appreciated.
1.20.1
Complimenatry Reimagined Shaders
5 Replies
!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/
Server Mod
- Overworld: SERVER_FOLDER/world/data/DistantHorizons.sqlite
- Nether: SERVER_FOLDER/world/DIM-1/data/DistantHorizons.sqlite
- End: SERVER_FOLDER/world/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: SERVER_FOLDER/world/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Server Plugin
All dimensions in one file: SERVER_FOLDER/plugins/DHSupport/data.sqlite
NOTE:
Sometimes there might be 2 additional files next to the main one with extensions .sqlite-wal
and .sqlite-shm
If there are, all 3 should be treated as a single file, a.k.a. moved, deleted, backed-up always together!
If you don't, the database will become corrupted.Yeah, I pulled mines from the overworld path, and they placed it in the multiplayer path - should that work?
Hang on, there's another secret folder they didn't show me. Having them put it in there now to test it out
What secret folder?
There's 2 folders in their server_data path, one had the server name and the other was just a bunch of letters. I asked them to put the sqlite in there, but it did nothing.