Good news everyone! I was able to fix MO issues I was having. There were two separate causes that produce the same result of missing LOD. The texture is present as similar LOD refer to the same texture.
1) When I updated MO, it changed my loading priority of the default NV files without me noticing (its not supposed to do that). Correcting the order allowed LOD to be generated with more than just the default FalloutNV.esm as should be.
2) 4 files in NMC's texture pack reproducibly remove the spill LOD and various other LOD.
-
textures\landscape\nv_rocks\nv_rockcanyonblklod_d.dds -
textures\landscape\nv_rocks\nv_rockcanyonlod_d.dds -
textures\landscape\nv_rocks\nv_rockcanyonlod_n.dds -
textures\landscape\nv_rocks\nv_rockcanyonrdrklod_d.dds
I did a binary search of all of my mods, and then of the files within NMC's to determine these. Correcting the Priority Order for default files and removing the offending NMC textures removes any problem from FNVLODGen. Has anyone tried FNVLODGen with NMC's?
