Hello,
I'm new to ENB. I'm trying to make a more realistic exterior night lighting. I find it ridiculous that during the night I can see very far lands, tress, and other objects over vast distances.
So I'm trying to create a little bit of visibility around me, and then visibility should gradually decrease as I look farther and farther away, until trees and mountains that are kilometers away have a black outline.
Basically, just like the level of detail decreases over distance, so should the visibility.
It's easy enough to make things very dark with Direct Lighting Intensity and Ambient Lighting Intensity under Environment, but that makes everything dark, far or near. How can I make these effects vary over distance from the player?
Are there any other settings I can use?
Any suggestions would be appreciated. Thank you very much!
[Skyrim SE]
[SSE] Vary night visibilty with distance from player
- Author
- Message
-
Offline
- Posts: 9
- Joined: 25 Apr 2018, 20:07
-
Offline
- Posts: 56
- Joined: 02 Aug 2017, 13:30
Re: [SSE] Vary night visibilty with distance from player
Thats should be something that fog should handle. Tho i realized the fog parameters in SSE enb are more limited than in SLE. Something like depth haze or surface blur from reshade should be good. I would port it for ya but i have no idea what the linesjake_S wrote:Hello,
I'm new to ENB. I'm trying to make a more realistic exterior night lighting. I find it ridiculous that during the night I can see very far lands, tress, and other objects over vast distances.
So I'm trying to create a little bit of visibility around me, and then visibility should gradually decrease as I look farther and farther away, until trees and mountains that are kilometers away have a black outline.
Basically, just like the level of detail decreases over distance, so should the visibility.
It's easy enough to make things very dark with Direct Lighting Intensity and Ambient Lighting Intensity under Environment, but that makes everything dark, far or near. How can I make these effects vary over distance from the player?
Are there any other settings I can use?
Any suggestions would be appreciated. Thank you very much!
[Skyrim SE]
Code: Select all
texture Otis_FragmentBuffer1 { Width = BUFFER_WIDTH; Height = BUFFER_HEIGHT; Format = RGBA8;};
texture Otis_FragmentBuffer2 { Width = BUFFER_WIDTH; Height = BUFFER_HEIGHT; Format = RGBA8;};
-
Offline
- *blah-blah-blah maniac*
- Posts: 1938
- Joined: 05 Mar 2012, 02:08
Re: [SSE] Vary night visibilty with distance from player
Fog wouldn't be that optimal, sure it would do the trick. But why limit yourself
This is just a proof of concept, the code itself is messy and not something I would actually use. But it's doable of course.
"depth based light tint" active
And deactivated;
This is just a proof of concept, the code itself is messy and not something I would actually use. But it's doable of course.
"depth based light tint" active
And deactivated;
-
Offline
- Posts: 56
- Joined: 02 Aug 2017, 13:30
Re: [SSE] Vary night visibilty with distance from player
That is looking really neat @JawZ any changse youll release that code somewere?:3
-
Offline
- *blah-blah-blah maniac*
- Posts: 1938
- Joined: 05 Mar 2012, 02:08
Re: [SSE] Vary night visibilty with distance from player
I will, whenever I get it to function and behave as I want it to. In it's current state I will not even think of releasing it.
It's just that bad
It's just that bad