TES Skyrim SE 0.374

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
User avatar
*blah-blah-blah maniac*
Posts: 17553
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

TES Skyrim SE 0.374

The Elder Scrolls Skyrim SE (SSE)

Added expernal enbsunsprite.fx shader similar to old Skyrim mod version. Added interior setting for subsurface scattering effect.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 1498
Joined: 31 Mar 2012, 15:06
Location: France

Re: TES Skyrim SE 0.374

THIS ! :)
Wonderful, thank you !

Just to know, maybe you explained it already, why water is not doable on your side ? What's holding you back ? Game's shaders editing ?
_________________
Lian Li PC011 Dynamic, Corsair AX 1500i PSU, i9 10850K @5.0 Ghz, Aorus Z490 Ultra, RTX3090 MSI Gaming X Trio, 32GB Corsair Vengeance Pro RGB RAM@3600, Corsair MP600 1TB NVME System Drive, 10 TB Storage, W10 Pro 64, Custom Hard Tubing Watercooling Loop

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17553
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim SE 0.374

Water in SSE have too many shaders because of badly made uber shaders system, i can't patch them automatically or manually, because of their quantity and complexity, they must be manually rewritten for any good effect. The flow map make things very difficult, i can't just grab alpha channels of each texture and mix them to get data for displacement. Effort to do this not worth time absolutely. Replacing all shaders by some custom one means all water will look the same, so it's not right way. I don't know any other.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 1498
Joined: 31 Mar 2012, 15:06
Location: France

Re: TES Skyrim SE 0.374

Yeah, that’s what I thought. Titan task.
Thank you !
_________________
Lian Li PC011 Dynamic, Corsair AX 1500i PSU, i9 10850K @5.0 Ghz, Aorus Z490 Ultra, RTX3090 MSI Gaming X Trio, 32GB Corsair Vengeance Pro RGB RAM@3600, Corsair MP600 1TB NVME System Drive, 10 TB Storage, W10 Pro 64, Custom Hard Tubing Watercooling Loop

Offline
Posts: 14
Joined: 06 Dec 2018, 15:38

Re: TES Skyrim SE 0.374

ENBSeries wrote:Water in SSE have too many shaders because of badly made uber shaders system, i can't patch them automatically or manually, because of their quantity and complexity, they must be manually rewritten for any good effect. The flow map make things very difficult, i can't just grab alpha channels of each texture and mix them to get data for displacement. Effort to do this not worth time absolutely. Replacing all shaders by some custom one means all water will look the same, so it's not right way. I don't know any other.
To bad, i guess hey are to many to do manually, but also to much complexity to make any sort of automatic process. Just out of curiosity, is the new water flow mechanics in SSE responsible for the uber shaders system? Or is there another reason for Bethesda to make such a more complex shader system for water in SSE?

Also Thanks for the newest binaries.

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17553
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim SE 0.374

Water flow do have some influence, but not very big. Water shaders are just different combinations of properties, like some water have no cubemap, some have it, so twice more shaders from this. Some shaders have depth texture as input, some don't have, so fourth number of shaders from these two parameters. Some have fog, some don't have. So on. In result i can see over 2000 shaders with different techniques and even filtering them by similarity would be hundreds.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 37
Joined: 04 May 2018, 18:15

Re: TES Skyrim SE 0.374

There's 4344 water shaders (2172 each vertex/pixel), lol.

There's even a lot missing, there could be way more if they used those combinations.

Code: Select all

// Possible technique defines:
// - SPECULAR     Unique
// - UNDERWATER   Unique
// - LOD          Unique
// - STENCIL      Unique
// - SIMPLE       Unique
// - WATER
// - FOG
// - VC
// - NORMAL_TEXCOORD
// - REFLECTIONS
// - REFRACTIONS
// - DEPTH
// - INTERIOR
// - WADING
// - VERTEX_ALPHA_DEPTH
// - CUBEMAP
// - FLOWMAP
// - BLEND_NORMALS
// - NUM_SPECULAR_LIGHTS

Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

Re: TES Skyrim SE 0.374

LightParameters.xy in enbsunsprite.fx doesn't seems to be exact screenspace sunpos.
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17553
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim SE 0.374

Thanks for report, i forgot that same variable name is not the same in old skyrim and se. Better change to equal or tere could be other bugs too with sun direction.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17553
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim SE 0.374

Version updated, download again
Fixed incorrect direction of sun in enbsunsprite.fx shader
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
Post Reply