prod80 wrote:you use Oyama's sunsprite shader, that does it. Open the sunsprite fx file in notepad and change the properties to remove the flicker and so on if you like, or just disable the effect in ENB GUI (Sunglare) and should be gone.
Ah thanks so much for your help prod80!
In enbsunsprite.fx, I found the following line: "Enable / Disable Light Emulation (Flashes or Pulses)" --> could this be it?
Boris, in the next version can we get an option to disable ENB in the Creation Kit? It causes a couple issues. Even if you turn it off with shift+F12, certain fog meshes render bright white making it impossible to see what's behind them (the water rapids mesh also renders incorrectly when ENB activates with the CK). It also makes the render window respond very slowly when re-sizing it.
Here is an images of the issue:
I just want an option. I don't think many people use ENB in the CK to begin with.
joshezzell wrote:Boris, in the next version can we get an option to disable ENB in the Creation Kit? It causes a couple issues. Even if you turn it off with shift+F12, certain fog meshes render bright white making it impossible to see what's behind them (the water rapids mesh also renders incorrectly when ENB activates with the CK). It also makes the render window respond very slowly when re-sizing it.
Here is an images of the issue:
I just want an option. I don't think many people use ENB in the CK to begin with.
I move the dll to my desktop when modding in the CK. Simple fix, and even lazy people can do it.
joshezzell
I can't disable it. Only ENBoost automatically disabled if creation kit process name detected. Mod can't turn itself off completely, that's why some parameters are not editable in internal gui. Anyway, try to disable speedhack.
Борис, а насколько будет ресурсоемкой реализация Parallax occlusion mapping, или может оно вами уже реализовано?
Еще очень интересуют нормальные отражения ближних объектов на воде, сейчас отражается только дистант лоды.
joshezzell wrote:Boris, in the next version can we get an option to disable ENB in the Creation Kit? It causes a couple issues. Even if you turn it off with shift+F12, certain fog meshes render bright white making it impossible to see what's behind them (the water rapids mesh also renders incorrectly when ENB activates with the CK). It also makes the render window respond very slowly when re-sizing it.
[/img]
I just want an option. I don't think many people use ENB in the CK to begin with.
Like the rest - doesn't take much effort to drag to desktop or even just rename it to d3d9x.dll so it isn't called.
_________________ Intel Core i9-9900K CPU @ 3.6 GHz // GeForce RTX 2080 Ti VRAM 11GB // Win10 64 and 64GB Ram // Monitor 2560x1440@144
I use the Injector and enbseries.dll. I start the ENB Injector after power up, and minimize it and leave it alone until I power down. CK works fine because the ENB Injector would only inject ENB to TESV.exe which also configurable.
_________________ AMD R9 6900HX, 16GB DDR5-4800
Win 11Pro 64bit on NvMe, Skyrim on NvMe 2nd partition
Nvidia GTX 1070 FE eGPU v531.209 OrganicENB SE OrganicENB LE
Guys, i want to make lighting of clouds, but generating normal map from their texture give too bad quality. So may be custom textures is solution? Isn't simple to make them, definetly not for generating in CrazyBump or similar tools, but who knows, may be someone will do that. In such case i need to declare specific hack when cloud layer detected as both normal and color texture, for example color is left part of texture, normal is on the right (and normal without opacity, alpha used for something more important like depth). The question is how to detect this. First idea is texture color format, for example D3DFMT_A2R10G10B10 as detector (but opacity of 4 bit depth is not enough, damn it) or D3DFMT_A16B16G16R16F, D3DFMT_A16B16G16R16 (too high performance cost because of 64 bit).