Hello there,
i think i found a bug with lighting behavior. Or, perhaps, it was wrong coded ENBSERIES.INI ?
Anyway, here is the video:
https://youtu.be/mw3VjnOUVFU
and ENBSERIES.INI (actually, it Fimbulvinter ENB (with a little perfomance tweaks) for 12.12.12 version, but i'm using it with the latest release of ENB, 314...)..
https://pastebin.com/hQxK4XKC
Skyrim LE (modded), bug with Day lighting (a video recorded)
- Author
- Message
-
Offline
- Posts: 10
- Joined: 11 Jul 2017, 00:10
-
Offline
- *blah-blah-blah maniac*
- Posts: 17559
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: Skyrim LE (modded), bug with Day lighting (a video recor
I need savegame (and pray it's possible to load it without mods set).
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 10
- Joined: 11 Jul 2017, 00:10
Re: Skyrim LE (modded), bug with Day lighting (a video recor
It's possible to load this save without mods, but the problem is, without mods everything was FINE.ENBSeries wrote:I need savegame (and pray it's possible to load it without mods set).
Thankfully i was able to detect mod that causes it - it was AOF Detailed Mountains 2_1, mere 4 textures.
UPD: IT'S still here!
In case you still need saves for investigation - they are here http://rgho.st/7WjfNmd6K
I think (again) i found what causes it (and no doubt this time) - i have installed Vivid Landscapes Moss Rocks Compatablitity Patch without "Moss Rocks" being installed. BTW, even if i install these two plugins... the lighting seems still completely broken near this mountain!
I can confirm now - when i loading the same save with the same mods enabled, lighting problem could be... and could be not.
Sadly, i cannot determine its source by myself
-
Offline
- *blah-blah-blah maniac*
- Posts: 17559
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: Skyrim LE (modded), bug with Day lighting (a video recor
So what should i do? I have no idea.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 10
- Joined: 11 Jul 2017, 00:10
Re: Skyrim LE (modded), bug with Day lighting (a video recor
I'll try to investigate this by myself.
P.S. Got it!
Well, when i was suspected VIvid Moss Rocks Patch for this, it was almost true - but not patch, it's main plugin (Vivid Landcapes all in one) what causes this 100%.
I'll open bug report or see for update...
P.S. Got it!
Well, when i was suspected VIvid Moss Rocks Patch for this, it was almost true - but not patch, it's main plugin (Vivid Landcapes all in one) what causes this 100%.
I'll open bug report or see for update...
-
Offline
- *blah-blah-blah maniac*
- Posts: 17559
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: Skyrim LE (modded), bug with Day lighting (a video recor
Maybe it happens because amount of lights there exceed game limit and some turns off?
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 10
- Joined: 11 Jul 2017, 00:10
Re: Skyrim LE (modded), bug with Day lighting (a video recor
Honestly, i don't know.
-
Offline
- *blah-blah-blah maniac*
- Posts: 17559
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: Skyrim LE (modded), bug with Day lighting (a video recor
Watched video again. At the end sky brightness changes too, maybe it's because something is wrong with adaptation code. Did you try replace external shaders with default ones or from other presets and then compare if bug occurs? And make sure you have enbhelper.dll in enbseries folder.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 10
- Joined: 11 Jul 2017, 00:10
Re: Skyrim LE (modded), bug with Day lighting (a video recor
When i replaced all *.FX files by standard ones - the problem with light flickering was gone.
When using original Fimbulvinter effect files, the problem was (at least it seems to be) gone after put enbhelper.dll in enbseries folder.
When using original Fimbulvinter effect files, the problem was (at least it seems to be) gone after put enbhelper.dll in enbseries folder.
-
Offline
- *blah-blah-blah maniac*
- Posts: 3137
- Joined: 27 Jan 2012, 13:42
Re: Skyrim LE (modded), bug with Day lighting (a video recor
Try this: find these lines in enbeffect.fx and comment them out:
Code: Select all
float toobright = max(0,tex2D(_s2, _v0).xyz - 0.4); // 0.5
color.xyz *= 1-(1 * toobright); // 1.3