why is that?
i joined the server, waited for dh to load, i did fly around then left and relog to check if its still there, now this happens:
17 Replies
This is an issue most commonly found with Bliss, but other shaders as well. See here the most up to date way to solve this issue: https://github.com/X0nk/Bliss-Shader/issues/451
GitHub
The world is drawing onto the sky · Issue #451 · X0nk/Bliss-Shader
the bug in question: This is NOT caused by bliss. it is caused by an issue with the connection between Iris and Distant Horizons. It just looks uniquely different with bliss compared to other shade...
@MeD
i using photon
Doesn’t matter
Read the link where it says "See here the most up to date way to solve this issue:"
It is not a Bliss issue
reading tysm for fast reply
omg
just disabled shaders works flawlessly ty
No problem, have fun playing!
i have another question should i make another help post? its not that big of an issue i just want to know how to make it faster to load the chunks / LOD's or how can i say this in the video? or the only way if i preload the chunks for hours?
should i increase ram in launcher?
!slowgen
World generation in general is quite slow and world gen mods can slow it down even more. If you want to speed it up:
Install Noisium, Lithium and C2ME. These mods can improve generation speed by a bit, but it will still not be fast.
Increase
To see if
CPU Load in Distant Horizons settings for faster generation, but you will experience more lag spikes and stuttering due to heavier workload on CPU. You are not required to wait for the full generation to finish, although it is better for fps if you do.
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)!overdraw
Q: There are holes at the edge of vanilla Render Distance, especially during movement
A: This is caused by either vanilla terrain not loading in fast enough, or shader's incorrect overdraw prevention implementation or configuration (if you use one)
Some world gen speed improvement can be found when adding these three mods, but the affect will be minor:
- Noisium
- Faster Random
- C2ME (DH 2.3.0+)
The easiest fix is to move slower and/or ignore it. This hole is most visible while moving over not generated (by vanilla) terrain. Moving over that terrain every subsequent time may not create the hole. And moving slower will give MC more time to load the chunks as you go.
If none of that helped, you can also tune the overdraw prevention, look at the third section to know how.
Q: There are low quality full blocks behind and around non-full block, e.g. fences or ladders
A: This is intended behavior, to prevent holes in the world while you move, DH will overlap with some part of the vanilla terrain.
How much of the terrain is covered is determined by the overdraw prevention:
1.0 will mean DH LODs start where vanilla chunks end.
0.1 will mean that DH render very close to the players position.
0.0 sets it on auto mode.
To fix this, you can either:
Increase your vanilla RD, which will move the DH LODs further from you.
Tune the Overdraw Prevention setting, see the next section to know how.
Q: Where do I edit the overdraw prevention setting?
A: Overdraw prevention setting can be edited inside the DH config under:
Advanced > Graphics > Culling
BUT: if you use shaders, they will influence overdraw prevention. The effectiveness of overdraw prevention depends on the shader’s internal settings, which may or may not be adjustable. However, the shader’s overdraw prevention will always operate within the limits set by DH’s overdraw prevention. To avoid conflicts, ensure that DH’s overdraw prevention is not set too high.
Section 1
!generators
- FEATURES: Complete generation of all LODs with mostly correct structures and trees. Does not save vanilla chunks, and is much faster than FULL unless C2ME is installed.
- FULL: Generates and saves both DH LODs and vanilla chunks, has 100% correct LODs, because it also saves vanilla chunks it takes the most amount of drive space. Generation speed will suck unless C2ME is installed.
- PRE-EXISTING: Generates LODs for all existing vanilla chunks.
thank you