Transferring Distant Horizons data from one instance to another
Hi, I've been playing on a server with my friends with Fabulously Optimized, but I added Distant Horizons to both the server and the client. I want to try out Simply Optimized to see if the FPS is better, but I would like to import the chunks that are already stored, so I don't have to wait for them to get generated.
Solution:Jump to solution
Like ramelstag already said, move the files from one instance to the other instance. You can see where the databases are stored in the above message
9 Replies
on the server, the DH data will be in the sqlite file in saves/<world>/data
i think you just need to move that file over
maybe wait for someone else to confirm or deny that tho
the sqlite from the server to where exactly?
to the same place on the other server
im not moving servers, im using different instances. does the instance itself store any DH data or is it all in the server's sqlite file and then just gets transferred to each persons computer?
ill just test it
when dh is installed on the server, the server will store all of the lod's on that file, i don't know if the client DH will do anything regarding storing lods
when you play on a server that doesn't have DH installed but you do, the lod's you generate will be store in a folder in the game's root folder
The LOD databases are stored inside the world folder
/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
Solution
Like ramelstag already said, move the files from one instance to the other instance. You can see where the databases are stored in the above message
yep, found it, ill test again
thanks a lot guys, everything is working (if anyone reading is wondering, i think performance is +-the same or 10% for simply optimized)