[Fallout 4] Improved and Expanded Everything 2

share your configuration files
Post Reply
  • Author
  • Message
Offline
User avatar
*master*
Posts: 136
Joined: 08 Nov 2012, 15:24

[Fallout 4] Improved and Expanded Everything 2

Improved and Expanded Everything 2
I figured I should probably post a topic here for some small updates and an explanation of what I've added. The goal of this preset is to look 'movie-realistic' without filters. I don't want to mess with individual colour balances, add thick colour toning, or do too much post-processing.

enbeffect.fx
  • Bloom is done in an "energy-preserving" way. When the intensity of bloom is increased, the image does not become brighter - which is both more realistic, and fixes many problems where scenes will appear too bright or dark.
    This is especially important for Fallout 4, because it looks like Bethesda's artists tried to follow the principles of "PBR" - but the default shaders don't care. So the problems with the Institute elevator and various bright objects pop up when we add our own proper bloom on with additive blending.
    Because of this, it's feasible to reduce the bloom intensity to a value like 0.01 and still get nice glare from bright objects. No adjustment in the bloom shader necessary. In practise the value is set a bit higher to make the lighting look less flat.
  • Dirty lens effect is done using the bloom texture in a way that doesn't add extra brightness, but instead makes the lens effect stronger.
  • You can apply a "neutral density" filter based on the bloom texture which equalises contrast between (for example) bright skies and dark shadows by altering the adaptation result.
  • Eye adaptation/exposure is done with kingeric1992's histogram system, because it worked out a lot better than the other things I tried doing.
    The previous methods use the original game variables to set some carefully fudged parameters.
  • Film grain is done before tonemapping to give the illusion of extra detail.
    One thing I noticed about other film grain implementations is that they looked a bit weird when it came to bright or dark places, because they worked like an overlay. By doing it before tonemapping, it gives a better feeling of almost being able to see dark objects, and works a bit like noise added to renders to simulate camera sensor imperfections.
  • Tonemapping doesn't use the vanilla "Uncharted 2" algorithm. The vanilla one is apparently tuned to produce a really bland image, for Bethesda's artists to tune it through photoshopping a LUT later.
    Instead, it uses a tonemapping shader developed by someone who worked on the older "filmic tonemapping" algorithm. It has a nice contrast between sharp bright colours and deep dark tones.
  • You can switch between tonemapping algorithms with different techniques.
  • Allows the game's colour correction to work. This allows the tints and fades set in the game imagespace parameters to function. In practise these are used far less in Fallout 4 than the other games, but they're still useful.
enbbloom.fx
  • Uses an efficient gaussian filter based on work done by smarter people than me.
    There are no adjustments made to the image for the reasons listed above - and it's useful to just have a blurry everything texture. (But for something like Skyrim SE where the lighting is flat, not too good.)
enbdepthoffield.fx
  • Splits the default file into separate pieces to add different blur methods with the same focusing parameters.
  • Adds a method based on Light DoF. It has a nice bokeh shape with good performance. It uses a random factor to modify the sampling offsets - because of Fallout 4's temporal AA, this gets smoothed out into looking like a higher sample count.
  • Adds a method based on Aiyen's depth of field, Ring DoF. Works as above.
  • The current version is a bit broken.
enbeffectpostpass.fx
  • A port of the popular LumaSharpen, which enhances edges and small details. In Fallout 4, the TAA works to enhance the quality of the effect. It's clamped at a low strength by default to avoid ringing artefacts.
  • kingeric1992's SMAA port. This is made to be used with TAA on top. Redundant? Not really. In the case of Fallout 4, the temporal filter is seemingly only mixing the results of previous frames together for temporal supersampling. Having SMAA underneath antialiases edges that aren't covered in the radius of the jittering. It also antialiases edges in motion when the game has no data to reconstruct them. There is no extraneous blurring because the TAA preserves details well.
  • Lens CA. This chromatic aberration effect works close to an actual lens.
  • A vignette effect.
  • 3D colour lookup table. Nothing fancy.
  • Some other colour toning/screenshot tools people asked for.
Screenshots and downloads at the Nexus. You can tear out code as you please as long as you provide the proper credits - and follow the license.

Offline
Posts: 12
Joined: 08 Jun 2019, 02:41

Re: [Fallout 4] Improved and Expanded Everything 2

Heya! I just started using IEE2 with NAC a few days ago and, overall, I like it a lot. However, there are several things that I don't like about it (or this combo): the first thing is the fact that I can't approach my companion, ADA, because the camera begins to rock back and forth and the screen goes blurry and begins to fade to white...I get this same type of effect when I'm in combat - if the bad guys get too close the aforementioned effect occurs. Is this suppose to happen? If so, you need to remove that effect because it is enormously irritating. Secondly, I dislike the 'water effects' of your mod...the vanilla effects are plenty good enough and look way better, imo. Thirdly, the shadow effects that I see on human skin are very poor quality compared to all the other shadows in the game...granted, I'm not using either of the shadow mods that you suggested - mostly because they aren't compatible with some of my favorite mods - but still, this needs to be fixed.

I haven't noticed any other graphical problems, yet, but the ones I cited are strong enough to be deal-breakers.

Offline
Posts: 12
Joined: 08 Jun 2019, 02:41

Re: [Fallout 4] Improved and Expanded Everything 2

Update to my previous post: The effects that I described earlier are present in both 'Subtle' ENB, and 'Decent' ENB...so it must be the ENBseries itself that is responsible for them.
Post Reply