How to fix LoD problem with your mods
I often see people complaining about disappearing mods when zooming out, so I did some experiments and found the problem, i think it's caused by the game config, not 3dmigoto.
So I found a way how to fix it, follow this tutorial
Go to your game directory \Wuthering Waves\Wuthering Waves Game\Client\Saved\Config\WindowsNoEditor
and find Engine.ini, open it with notepad and add this line under [SystemSettings]
[SystemSettings]
r.Kuro.SkeletalMesh.LODDistanceScale=9999
r.Streaming.FullyLoadUsedTextures=1
(Edit) If you can't find [SystemSettings], just add it yourself under the line that contain "paths" like this
Save it
You can change the number if it affects your performance (someone said 10-20 is enough)
It works even on lowest graphic setting
p.s : Sometimes it reset (maybe because changing graphic settings) but you can always just add it again
Hope it can fix your problem