Dh Fog into vanilla chunks

Is there a way to get the dh fog into the vanilla chunks? I am trying to achieve a look like the image provided, and ive been avoiding using dh because the fog mod doesn't have any compability with dh. this does cause me needing to put chunks up to 64 though which impacts performance quite a lot :D
Modrinth
Fog - Minecraft Mod
Enhances fog rendering with dynamic, customizable effects—improving atmosphere and depth while preserving the vanilla experience and maintaining compatibility with other mods.
No description
Solution:
You have to configure the fog mods to not end with vanilla chunks E.G. With Simple Fog Control on fabric, if I play with: - vanilla RD of 16 - DH RD of 256 - DH linear fog...
Jump to solution
15 Replies
This Guy
This Guy4mo ago
Are you trying to get the fog from that mod into lods? Or are you trying to get the lod fog into normal chunks?
Miki_P98
Miki_P984mo ago
You can try: - Better Fog on Fabric - Fog Overrides on Forge
Yuma
YumaOP4mo ago
I looked at https://discord.com/channels/881614130614767666/1216127315797479514 and the post ends with it being fixed? but using better fog I still get an effect like this, which looks very similar to the pictures shown in that post additionally with better fog I get very different effects based on height so finding the perfect value will prove to be difficult
No description
Yuma
YumaOP4mo ago
Yuma
YumaOP4mo ago
additionally in Better Fog there are great features for making the fog denser in the morning, coloring the fog for the sunset etc. which instantly breaks any perfect spot ive found
Yuma
YumaOP4mo ago
No description
Yuma
YumaOP4mo ago
the same angle but at noon:
No description
Solution
Miki_P98
Miki_P984mo ago
You have to configure the fog mods to not end with vanilla chunks E.G. With Simple Fog Control on fabric, if I play with: - vanilla RD of 16 - DH RD of 256 - DH linear fog I should set: - Simple Fog Control: - fog start at between 0.0 and 0.333 (preference) - fog end at 16.0 (256/16) (or less if you prefer, but then increase DH fog min) - DH setting default (unless Simple Fog Control is lower then calculated, then increase fog min)
Miki_P98
Miki_P984mo ago
You have to manually match DH and the vanilla fog
Yuma
YumaOP4mo ago
Ill give that a try! but better_fog has weird config values, could you tell me which one would be fog starting point/end point here?
"cave_y_start": 64,
"cave_y_end": -32,
"cave_pick": 6,
"cloud_y_start": 192,
"cloud_y_end": 256,
"cloud_pick": 6,
"void_y_start": -64,
"void_y_end": -32,
"void_pick": 6,
"change_time": 200,
"step_color": 0.1,
"step_distance": 20.0
"cave_y_start": 64,
"cave_y_end": -32,
"cave_pick": 6,
"cloud_y_start": 192,
"cloud_y_end": 256,
"cloud_pick": 6,
"void_y_start": -64,
"void_y_end": -32,
"void_pick": 6,
"change_time": 200,
"step_color": 0.1,
"step_distance": 20.0
oh nvm i didnt realize that setting is inside of the biomes json also do i have to get rid of any dynamic fog effects like the fog being closer in the morning? because that is one of the big parts why i like fog mods like this
Miki_P98
Miki_P984mo ago
DH fog is static so it won't adjust with morning and such The fog mod would need to add DH support and chanage DH fog settings itself for such features to work It is entirely possible though as DH API allowes fog setting changes
Yuma
YumaOP4mo ago
but there doesnt seem to be such a mod as of right now right? at least from what ive seen but switching to simple fog control did do the trick right now I really do hope we get some compability for better fog and dh soon or any other dynamic fog mod.
Miki_P98
Miki_P984mo ago
You can create a feature request issue on Better Fog Github
Yuma
YumaOP4mo ago
they dont seem to have their mod open source and are very inactive on their discord sadly im going to ask the dev for the source code and then look into making a compability layer using the dh api because he seems to be sending the source code over dm's in their server (?)

Did you find this page helpful?