-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow larger / custom render distances (for eg. DH) #76
Comments
I mean, you can always simply increase the limit for the current render distance without any other changes |
And how would that work without running into any of the problems stated above? |
The screenshots sent by @MysticMia look perfectly fine to me. Just say a view distance of more than 4x the render distance is unsupported |
It is unsupported because it doesn't just work. The screenshot might look fine but believe me, simply increasing the distance causes visual bugs as well as too bad generation performance. Beyond the limit the GPU can't differentiate between near and far objects, leading to stuff being rendered in the wrong order. |
Is your feature request related to a problem? Please describe.
Currently, the maximum distance of clouds is limited at 4x. Since Distant Horizons has a custom render distance method, it renders blocks much farther out than 4x your vanilla render distance. When flying through the sky using a mod like Distant Horizons, you can notice the clouds rendering in a circle around the player, but the world extending quite a bit beyond the clouds. This is more obvious when moving around.
Describe the solution you'd like
Set a higher limit for the render distance multiplier, allowing players to raise it to >4 (10x? 40x? a textbox input with custom limit?)
Additional context
Another mod that extends render distances, Bobby, uses the vanilla slider to extend render distances. Using this mod, you can set the render distances up to 1024 chunks, for example. Using this mod, the clouds still render at 4x distance (going up to 4096 chunks, I assume) (although it does take ~5 seconds to load the clouds, but no lag)
Describe alternatives you've considered
Since Distant Horizons has a secondary render distance slider, it may be better not to render the distant clouds at the same resolution: render them at lower quality.
I looked at older issues and found #45. I installed the Extended Clouds mod and compared the two cloud render distances:
This was with config
"cloudRenderDistanceMultiplier": 1.0,
in extended-clouds.json. The clouds disappeared going above a height of 4892 (with a cloud height of 240) (cloud height-dependent).The text was updated successfully, but these errors were encountered: