Page 1 of 10

Fallout 3 / New Vegas 0.322

Posted: 05 Nov 2017, 22:58
by ENBSeries
Fallout New Vegas / Fallout 3

ENBSeries graphic mod / ENBoost patch 0.322

Added fire, light emitters parameters. Fixed some invalid objects classified as particles. Also added requested DirtyHack function for reloading configs.

Re: Fallout 3 / New Vegas 0.322

Posted: 06 Nov 2017, 03:27
by FiftyTifty
Wait, we can now modify lights (like in Skyrim's ENB) in New Vegas?

Fuck me. TTW 3.0 can't come soon enough.

Re: Fallout 3 / New Vegas 0.322

Posted: 06 Nov 2017, 03:42
by OrmrSnaethorsen
Damn, Boris.

You just keep giving! :o

Thank you for all of your hard work.
I hope you get some free time to replay Fallout once TTW 3.0 comes out. ;)

Re: Fallout 3 / New Vegas 0.322

Posted: 06 Nov 2017, 04:31
by OrmrSnaethorsen
Now we can finally do things in Fallout 3/New Vegas that we only dreamed of ;)

Image Image

Only issue I found is if you increase LightEmitters at night time, Ash and campfire smoke also increases.

Image Image

Re: Fallout 3 / New Vegas 0.322

Posted: 06 Nov 2017, 06:58
by ENBSeries
OrmrSnaethorsen
It is a big problem to separate objects by types when they are the same and only texture differ, in such cases better use patch similar to particles patch for skyrim, which changes alpha blending to make objects classified by another type by the mod

FiftyTifty
No, its not lighting, but objects which are emitters of lights. For example neon lights "24 open" at saloon.

Re: Fallout 3 / New Vegas 0.322

Posted: 09 Nov 2017, 05:55
by Marcurios
The last enb's, from if i remember correctly 1.94 and on, cause a bug in the terrain shader if you enable detailed shadows.
Terrain textures get rendered sharp and don't blend properly when looked at under certain camera angles, they flip from sharp to normal blend and back when you turn the camera.

I remember that i reported this with version 1.94 (not certain if that was the exact version) and you said you'd look into it, but it still happenspretty much all the time.
Back then i thought the terrain textures where switching to another texture, but now i see that the blend is messed up.
Maybe some splat color blend error or something like that.

if i disable detailed shadows, all is fine, can't play with it enabled, drives me nuts cause i'm making new terrain textures and want to check my work,
with detailed shadows enabled, that's undoable, cause normals also seem to be affected in that they seem to pick the normal map of the adjacent texture that it should blend into.

Re: Fallout 3 / New Vegas 0.322

Posted: 09 Nov 2017, 09:34
by ENBSeries
I did fixes in past versions, remember it very well, Tapiok or you gave me saves with rifle as primary weapon. Don't think i can do anything else, because game draws transparent objects unordered, so i can't find proper time when to apply shadows or ssao.

Re: Fallout 3 / New Vegas 0.322

Posted: 10 Nov 2017, 00:06
by Marcurios
OK, yeah well i forgot to mention that it is not consistent, sometimes it works ok, and sometimes it happens after a while.
Ah, so your saying that the order in which the game draws transparent is different each time the game runs ?
Silly stuff if you ask me, that's asking for trouble from Beth's gamebryo

Re: Fallout 3 / New Vegas 0.322

Posted: 11 Nov 2017, 17:54
by ENBSeries
Lighting is made multipass sometime, sometime in single pass. So lighting only can be drawed with transparency to the scene color (or vice versa, don't remember). Dx9 about capabilities unused, but of course such bad sorting is another story about mistakes of planning renderer pipeline.

Re: Fallout 3 / New Vegas 0.322

Posted: 15 Nov 2017, 16:32
by Marcurios
Indeed, oh i thought it's always multipass with the terrain engine they use, cause they load shitloads of terrain textures around you, that can't be rendered in a single pass, it also works in a strange way by the way compared to other engines.
But i did find a way to fix most problems i have, terrain is rendered in quads, each cell is made up of 4 patches, and they can have 7 textures each, if the adjacent cell doesn't have
the same textures, and used up all of it's 7 textures, and the artist has been lazy with painting the terrain, you get shading errors (big black ao/shadow like artifacts with straight lines).
So i'm now fixing up all those lazy paintjobs on the terrain from Obsidian by hand to get those artifacts out.

Detailed shadows will still render terrain textures sometimes where the shadows are, but they won't jump to another texture at the edge of a cell if the terrain is painted ok,
so then you won't notice there is anything wrong as you walk around.

Still, i have to disable the shadows to check my work, but it looks good enough with the terrain fixed not to be bothered by it when i play the game.