Slow loading from server
Currently doing tests for a modded SMP, right now testing neoforge without content mods, with DH chunks rendering.
The current mods I have are DH 2.3 and C2ME Neoforge
My server specs with the screen
Okay so, when I execute
/dh pregen start overworld ~ ~ 512
with /dh config generation.mode INTERNAL_SERVER
it's taking way more time than I think it should (knowing my machine specs), even when no player online the time is the same
So my question is how can I fix this and make the pre-gen faster (the purpose is to set a 1028-2048 chunks radius around the spawn to fluidify my friends gameplay)

8 Replies
it's taking way more time than I think it shouldhow are you sure? how long does it take?
okay okay i don't know
the e-2144g is not a fast cpu. it will take many hours to generate 512 chunks
oh ok
/slowgen
World generation in general is quite slow, if you want to speed it up:
Install Noisium, Lithium and C2ME(DH 2.3.0+). These mods can improve generation speed by a bit, but it will still not be fast.
Increase
CPU Load
in Distant Horizons settings for faster generation, but you will experience more lag spikes and stuttering due to heavier workload on CPU.
To see if Distant Generator
is really working or not:
1) Check CPU usage while in-game, using Aggressive
settings of CPU Load
. If CPU usage's hovering around 80-100%, the LoDs are generating in the background.
2) Go to DH settings > Advanced Options > Debug > Wireframe
, set Enable Debug Wireframe Rendering
and Show World Gen Queue
to True
.
Enabling both settings will show you the visualization of world gen tasks queued and working on the map (blue boxes for queued tasks, red boxes for working tasks)That's all there is
Apart from worldgen mods that may decrease or improve the worldgen speed, but will also change how it looks and generates
Ok thanks