Hi Boris,
I have a question for you.
Would it be possible to make the grass and other plants that aren't able to receive light from torches receive it?
Before patch 1.5 of Skyrim it was working but they deactivated it.
Would the ubber ENB could add this effect back and make nights immersive again...?
Would it be hard to do, it's so immersion breaking to be able to light up rocks ground and trees with torches but grass and most plants not.
Thx let me know what you think!
possible to light up grass with enb ?
- Author
- Message
-
Offline
- *blah-blah-blah maniac*
- Posts: 17549
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: possible to light up grass with enb ?
This is possible, but i never noticed the issue, so never thought about it. Performance should not be low. I'll write in todo list, who knows.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 25
- Joined: 31 Jan 2013, 17:24
Re: possible to light up grass with enb ?
Oh that's nice it is actually possible.
Cant wait to see that!
Msg me if you have question about the issue or need testing.
Thx a lot!
Cant wait to see that!
Msg me if you have question about the issue or need testing.
Thx a lot!
-
Offline
- Posts: 25
- Joined: 31 Jan 2013, 17:24
Re: possible to light up grass with enb ?
Bump!
So is it still something doable?
Like,..having the grass and plants at night able to receive the light from torches would be really nice.
Here are the reasons why I think a fix to this vanilla problem would be good:
First it's really immersion breaking to see the ground receive your torch light but not the grass (or almost every plants)
Two, if you have a mod for bigger grass, since it ''hide'' most of the ground under it, then all you see is black, since it's not lighted.
Kind of hard to know where you going and just remove all the fun of realistic night with a torche...
Let me know what you think!
Thank you.
Jay.
So is it still something doable?
Like,..having the grass and plants at night able to receive the light from torches would be really nice.
Here are the reasons why I think a fix to this vanilla problem would be good:
First it's really immersion breaking to see the ground receive your torch light but not the grass (or almost every plants)
Two, if you have a mod for bigger grass, since it ''hide'' most of the ground under it, then all you see is black, since it's not lighted.
Kind of hard to know where you going and just remove all the fun of realistic night with a torche...
Let me know what you think!
Thank you.
Jay.
-
Offline
- *blah-blah-blah maniac*
- Posts: 1938
- Joined: 05 Mar 2012, 02:08
Re: possible to light up grass with enb ?
Actually it's not entirely black it has the RGB color tint from the Ambient setting from the weathers last time I checked. And when there is no Light Bulb/Pointlight cast on the grass it looks like it should do based on the Ambient and Directional Ambient values assigned in the weathers.
But as you said currently it is immensely immersion breaking and frustrating for anyone who want's to have "realistic" dark nights or close to it. A fix to this would be appreciated by a lot of people I'm sure of it.
Also the grass that is affected is not hand placed but generated with the ground texture applied to ground.
But as you said currently it is immensely immersion breaking and frustrating for anyone who want's to have "realistic" dark nights or close to it. A fix to this would be appreciated by a lot of people I'm sure of it.
Also the grass that is affected is not hand placed but generated with the ground texture applied to ground.
-
Offline
- *blah-blah-blah maniac*
- Posts: 17549
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: possible to light up grass with enb ?
I remember about the problem, but when tried to make grass lit, understood that performance will be very slow for various dense grass mods, grass shaders must be as short as possible, ecpecially with bruteforce rendering as it done in the game. The only one fast method left is deffered lighting at the end of rendering, but it applied to all objects, so their lighting will be twice more intense and grass only once. Transparent grass will not work in this case. In vertex shaders i can't lit, grass have bottleneck by verticles/triangles count, texture as light is step in bottlenech of pixel shaders. As an option for top hardware only with intel cpu...
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 25
- Joined: 31 Jan 2013, 17:24
Re: possible to light up grass with enb ?
Damn so I guess there is nothing to do.
JawZ you're right, it's the grass that's auto generated.
Boris, so what you say is you could implement this as an option in ENB for powerful pc's right?
Is it hard to implement and around what % in performance drop do you think we could expect?
If it's too heavy no one will use it so yeah..no need to waste time coding it.
Also is there other way to ''fake'' the effect. What I mean is instead of implementing a really realistic lighting of the grass maybe a cheaper less realistic one would be better then nothing?
Just trying to brainstorm a bit here.
In any case thank you!
Jay.
JawZ you're right, it's the grass that's auto generated.
Boris, so what you say is you could implement this as an option in ENB for powerful pc's right?
Is it hard to implement and around what % in performance drop do you think we could expect?
If it's too heavy no one will use it so yeah..no need to waste time coding it.
Also is there other way to ''fake'' the effect. What I mean is instead of implementing a really realistic lighting of the grass maybe a cheaper less realistic one would be better then nothing?
Just trying to brainstorm a bit here.
In any case thank you!
Jay.
-
Offline
- *blah-blah-blah maniac*
- Posts: 17549
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: possible to light up grass with enb ?
Cheaper and incorrect computations of course one of possible solutions, but grass shader is very short and even simplest lighting (like range only without direction) will make shaders twice longer. Will see...
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 25
- Joined: 31 Jan 2013, 17:24
Re: possible to light up grass with enb ?
Will see..I like that answer.
If you manage that I think it would be a great achievement and you fix one of the biggest immersion problem with the game.
Good luck with that. Can't wait!!
Thank you.
Jay.
If you manage that I think it would be a great achievement and you fix one of the biggest immersion problem with the game.
Good luck with that. Can't wait!!
Thank you.
Jay.
-
Offline
- *blah-blah-blah maniac*
- Posts: 1509
- Joined: 20 Mar 2012, 08:37
Re: possible to light up grass with enb ?
this is strange as i actually see this working already it might be a side effect though
Maybe either caused by the SSAO or Indirect Light or a mesh parameter
Maybe either caused by the SSAO or Indirect Light or a mesh parameter
_________________
85% of graphics research is about who can finally make Sponza look good.
Jasper Bekkers EA/DICE
Perfection is the greatest enemy of photorealism.
Jorge Jimenez Activision Blizzard