TES Skyrim SE 0.371
Forum rules
new topics are not allowed in this subsection, only replies.
new topics are not allowed in this subsection, only replies.
- Author
- Message
-
Offline
- *master*
- Posts: 177
- Joined: 08 Nov 2016, 15:18
- Location: Brazil
Re: TES Skyrim SE 0.371
Big Thanks to Boris and aers for the per weather support! However I hate to say that I found the same bug mentioned by fadingsignal before. It occurs during Dusk time. After it everything is OK.... But Dont worry Boris, take your time ..........
_________________
Intel i5 9400f ; NVIDIA RTX 3060 12gb VRAM; 16gb RAM; Windows 10
PhoenixVivid ENB for SSE / Phoenix Cinematic ENB for Fallout 4
Imaginarium ENB for SSE / Insanity ENB for Skyrim LE
NCW ENB for Fallout 4 / Somber Phantasy ENB for SSE
My Nexus Page
Intel i5 9400f ; NVIDIA RTX 3060 12gb VRAM; 16gb RAM; Windows 10
PhoenixVivid ENB for SSE / Phoenix Cinematic ENB for Fallout 4
Imaginarium ENB for SSE / Insanity ENB for Skyrim LE
NCW ENB for Fallout 4 / Somber Phantasy ENB for SSE
My Nexus Page
-
Offline
- Posts: 37
- Joined: 04 May 2018, 18:15
Re: TES Skyrim SE 0.371
Well, GetTime is properly doing 20.0+ for those hours, so maybe some math error in ENB. You'll have to wait for his computer to not be broken.
-
Offline
- *blah-blah-blah maniac*
- Posts: 17559
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: TES Skyrim SE 0.371
Most likely it's mistake in table which convert time to dawn, sunrise, day, etc blending factors, i did fix for it in some of the mods, then in some others because copied old code, gta5 users reported me the same problem if i remember.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 82
- Joined: 09 Oct 2014, 01:29
Re: TES Skyrim SE 0.371
No rush! Best of luck with getting your computer up and running again!ENBSeries wrote: fadingsignal
I can't do any tests, having issues with computer again and no idea when will fix.
-
Offline
- *sensei*
- Posts: 286
- Joined: 20 Sep 2012, 00:20
- Location: the perfect system
Re: TES Skyrim SE 0.371
If your computer problems turn out to be failing hardware I can send over some republic credits to help.
I am hoping I can persuade you to reconsider revisiting your previous fix for Footprints/Enhanced Blood decal type mods. If it is impossible to provide those fixes without causing other issues like the specular problem, then possibly a toggle for people that find the blood square textures a more jarring immersion disruption?
After working with the author of enhanced blood nothing seems to prevent those nasty boxes from showing up. I know I for one would be satisfied with a simple toggle, but if something more elaborate and more long-term were possible, possibly a different toggle for a mode that comes with a performance hit but fixes both problems for those with the hardware to handle it would be a possible second option?
I am hoping I can persuade you to reconsider revisiting your previous fix for Footprints/Enhanced Blood decal type mods. If it is impossible to provide those fixes without causing other issues like the specular problem, then possibly a toggle for people that find the blood square textures a more jarring immersion disruption?
After working with the author of enhanced blood nothing seems to prevent those nasty boxes from showing up. I know I for one would be satisfied with a simple toggle, but if something more elaborate and more long-term were possible, possibly a different toggle for a mode that comes with a performance hit but fixes both problems for those with the hardware to handle it would be a possible second option?
-
Offline
- *master*
- Posts: 156
- Joined: 04 Jan 2019, 15:27
Re: TES Skyrim SE 0.371
Footprints works OK when Alpha Testing is enabled. I haven't tested EBT.
_________________
ENB Light at NexusMods
ENB Light at NexusMods
-
Offline
- Posts: 37
- Joined: 04 May 2018, 18:15
Re: TES Skyrim SE 0.371
LE engine forces alpha testing in places SE engine doesn't so it would make sense if you need to add alpha testing to a ton of stuff.
This is why tree and object LOD reflections in water are broken in SE.
This is why tree and object LOD reflections in water are broken in SE.
-
Offline
- *sensei*
- Posts: 286
- Joined: 20 Sep 2012, 00:20
- Location: the perfect system
Re: TES Skyrim SE 0.371
Working with the author of EBT, enabling alpha test manually for every texture in the mod does not resolve the issue. Nor does completely removing specular maps and even re-saving as 1-bit explicit alpha.aers wrote:LE engine forces alpha testing in places SE engine doesn't so it would make sense if you need to add alpha testing to a ton of stuff.
This is why tree and object LOD reflections in water are broken in SE.
Interestingly it does not appear to happen in all scenarios. Mainly interiors, and specifically snow landscape textures appear to trigger the problem. Possibly due to high albedo?
-
Offline
- *blah-blah-blah maniac*
- Posts: 17559
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: TES Skyrim SE 0.371
Phinix
Guzio reported with video https://www.youtube.com/watch?v=1E9GmpctM3c bug when i enabled one fix. Then i did other and this viewtopic.php?f=21&t=6148 was reported as global bug in many places, so in 0.371 i removed this fix and now getting complains here. I am patching shaders and if shader is the same for different objects, how can i fix it? These fixes are based on passing alpha output from scene color to multiple render targets as alpha output to make the same blending. Or on the contrary disable blending by 1 when alpha is wrong. Don't know, may i should ignore performance loss and add another render target to defer and not use alpha channel data to avoid transparency problems (and pray this could help). I can also try to not draw all those "fixed" objects to subsurface scattering as amount of it, but if i understood correctly, those objects can be rendered not just decal on something, but as individual mesh, so if it not produce masking for sss, any character behind such object will be kinda overlayed when sss applied.
Guzio reported with video https://www.youtube.com/watch?v=1E9GmpctM3c bug when i enabled one fix. Then i did other and this viewtopic.php?f=21&t=6148 was reported as global bug in many places, so in 0.371 i removed this fix and now getting complains here. I am patching shaders and if shader is the same for different objects, how can i fix it? These fixes are based on passing alpha output from scene color to multiple render targets as alpha output to make the same blending. Or on the contrary disable blending by 1 when alpha is wrong. Don't know, may i should ignore performance loss and add another render target to defer and not use alpha channel data to avoid transparency problems (and pray this could help). I can also try to not draw all those "fixed" objects to subsurface scattering as amount of it, but if i understood correctly, those objects can be rendered not just decal on something, but as individual mesh, so if it not produce masking for sss, any character behind such object will be kinda overlayed when sss applied.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- *sensei*
- Posts: 286
- Joined: 20 Sep 2012, 00:20
- Location: the perfect system
Re: TES Skyrim SE 0.371
I don't know enough about the shader process to imagine possible solutions however I can appreciate how this would be challenging. Perhaps if there was a way to gain some knowledge about the type of object that would allow only applying the fix when a certain type that does not cause bugs is detected? I don't know if that is even feasible.ENBSeries wrote:I am patching shaders and if shader is the same for different objects, how can i fix it?
Of the options you suggested the first would probably be better, depending on how much performance cost is involved. It could maybe have a toggle option under the [FIX] section and a note on the release page that it comes with a performance cost?
I have a lot of time available currently and would be happy to do extensive testing of anything you might try if you do decide to tackle this.