Commit graph

8 commits

Author SHA256 Message Date
bdf9b9b152
fix DH not accepting partial config 2025-04-24 16:43:13 +02:00
d48362659f
add DH config
serverFolderNameMode changed from NAME_ONLY to IP_ONLY (see content of DistantHorizons.toml for explanation)
reason:	when set to NAME_ONLY, every time the server is renamed on the client, DH won't find the corresponing LOD database anymore. This results in
	1. The DH client is without LODs -> bad user experience
	2. The DH client would download the LODs again,  which results in duplicate files in Distant_Horizons_server_data. The LODs easily occupy multiple gigabytes by default and now there are duplicates of them! -> bad user experience
solution: when set to IP_ONLY, the DH client will identify corresponding LOD database by "IP Address", although it can also be a domain name. It's actually the content of the "Server Address" field in the servers.dat file
2025-04-23 03:57:20 +02:00
2e84cc2793
client config betteradvancements 2025-04-14 23:20:21 +02:00
7ffc108f43
Revert "test"
This reverts commit 4490ac6243.
2025-04-12 20:18:40 +02:00
4490ac6243
test 2025-04-12 20:09:26 +02:00
b2c19d7d7b
adjust client config 2025-04-12 19:37:21 +02:00
6af34bdefc
mod config updates 2025-04-12 19:08:06 +02:00
1a7202e4ce
add PL/MMC instance files 2025-04-11 22:55:52 +02:00