Jump to content
  • 0

White/Noisy snow LOD Mountain


MrManMain

Question

DynDOLOD and SSELODGen have been working fine thus far (SSELODGen for terrain LOD, TexGen for textures, DynDOLOD for the rest minus occlusion culling in which I went back to SSELODGen again) together and has fixed some glaring LOD issues such as Frostglow Lighthouse being hidden but the top part.

For some reason now though, after having regenerated my LOD with both due to changing my load order, I keep getting this bug which I don't know how to fix on my end.

It's, like, the mountains have these completely white parts to them now and I don't understand why that is the case. It's only like this from afar but getting close to them and they are suddenly fine so it might be an LOD issue, I think.

https://imgur.com/a/U8pvv01

This is what it looks like.

 

Edit: I use Majestic Mountains for my mountains and all of the patches that I need for other mods, including Better Dynamic Snow and CRF.

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

xLODGen/DynDOLOD use the models and textures installed in the load order to generate LOD. Obviously you have mods that change the mountain LOD models or the snow LOD shaders.

 

Whatever mods have models in meshes\lod\mountains\*.nif are responsible for how mountain rocks look in the distance.

 

Whatever plugins modify 00050372 SnowLODMaterial or 0006AE38 SnowLODMaterialHD are responsible for how snow covered mountain rocks look in the distance

 

Typically the nearest LOD mountains use the full mountain slab texture, which seems fine.

Link to comment
Share on other sites

  • 0

Dumb luck finding this post right away. I just started using dyndolod, so I need to do more learning. But I had to post, that I have this same problem. I also have majestic mountains, I don’t have better dyn snow.

 

It’s a missing texture on the MM LODs, I think. I gotta figure out how to figure out what texture it is and plug that hole. I’m sure I’ll have to use xEdit and get some coords, but I haven’t really started troubleshooting yet. I just wanted to let ya know I too am seeing this.

Link to comment
Share on other sites

  • 0

I xEdit removed the 00050372 SnowLODMaterial reference from HD Lods Textures SE 1K V9.3 - DynDOLOD ONLY VERSION: "HD Lods SSE.esp", and regenerated. No luck yet.

 

It wasn't an organized attempt to fix, I just read through the other thread and figured I'd try during dinner.

Link to comment
Share on other sites

  • 0

Hi everyone!

 

I have a long standing issue with snowy mountain lods (using MM with lodpack and BDS 3+). The snow gets extremely noisy/grainy on medium-distance LODs after running DynDOLOD. The picture shows a noisy LOD while the near cliffs and far mountain are both smooth (noise is much worse when moving, like a stack of ants). What could be causing this and how could it be fixed? I have fiddled around with SSEEDIT and various textures, but honestly I don't have much of an understanding of how LODs work.

Since the mountains are ok before generating new LODs, could DynDOLOD be set up to not generate LODs for mountains, if I find no other solution? 

 

Thanks for any input on this.

ScreenShot3926.jpg

Link to comment
Share on other sites

  • 0

When running DynDOLOD 3 alpha, create a new mesh rule:

mountains | Level0 | Level0 | Level1/2                          (VWD | FarLOD)

Then set distance LOD under DynDOLOD settings in game to something like (LOD4 | LOD8 | LOD16) 50,000 | 100,000 | 200,000 ... you can play around with this setting.

This all could cost you some VRAM but FPS should not be affected much if at all.

PS: these settings should also work for DynDOLOD 2.xx, but level names are different.

Link to comment
Share on other sites

  • 0

As you wrote MM has a LOD pack, which replaces the vanilla LOD models and some object LOD textures for mountains, including pre-rendered ones that can not be currently generated automatically. Make sure they are installed correctly when generating LOD. They typically used to be fine.
If you do not have this problem with the vanilla LOD models/textures, then check with the author of MM about it. The LOD model and texture have an effect on the snow LOD shaders.

The snow LOD shaders which are applied to object LOD are the material object shaders with the form id  006AE38 ("SnowLODMaterialHD") for the nearest LOD mountains that use the full mountain texture and the form id 00050372 ("SnowLODMaterial") for the further LOD mountains that use the pre-rendered object LOD textures. The shaders are applied "live" in the game.

Whatever plugin is the last to overwrite these shader records wins and is responsible for the final result of how this snow cover looks.

Not generating LOD for something means, something won't have any LOD. As you can see from above, the used LOD generator does not matter, it is all in the LOD assets and other plugins modifying LOD related records.

Link to comment
Share on other sites

  • 0

We do also use the MM LOD pack in our guide, but my experience with the MM LOD is that distant mountains are white and a bit grainy. When they load full, they look totally different (like they should). The mesh rule I mentioned (from OP BTW) resolves this completely, so I think the MM LOD files may be the grainy ones. I assume setting to Level0/1/2 overrides these in some way (maybe the LOD shaders don't get used):

image.pngimage.png

Link to comment
Share on other sites

  • 0

The snow/ash LOD shader identifiers are always applied to all LOD levels for a reference.

If you want LOD shaders and full model shaders to match exactly, the LOD and full model shaders need to have the exact same settings, and the model and textures need to be the same as well. Typically the LOD level 0 mountains use the full texture. Having only two snow LOD shaders and two ash LOD shaders available limits what is actually feasible.

Link to comment
Share on other sites

  • 0

Thank you for the quick and serious replies, super helpful!

I managed to resolve after weeks of trying, thanks to your comments. I started looking at what affects the HQ LODs specifically and noticed that MM (regular mod, not the LOD pack) comes with a HQ LOD normal map which is very grainy. So for anyone else with the same problem - find mountainslabHQlod_n.dds and blur it. I used gaussian blur in paint.net (set at 2 or 3) and voila, smooth snow on HQ LODs :)

Edited by ISC_
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.