Fallout 4

post screenshots of enbseries
  • Author
  • Message
Offline
User avatar
*master*
Posts: 136
Joined: 08 Nov 2012, 15:24

Re: Fallout 4

I wonder if it would be worth throwing this together as a preset. It's surprisingly consistent.
ImageImageImageImageImageImageImage

Flickr is a nice site for image hosting, but the compression quality they use is noticeably lacking...

Offline
User avatar
*master*
Posts: 248
Joined: 18 Mar 2014, 14:42

Re: Fallout 4

Image

Image

Image

Image

Image

Image

Offline
User avatar
Posts: 29
Joined: 09 Jan 2014, 14:12
Location: Miami FL USA

Re: Fallout 4

@Ryuken

I love that 2nd shot, reminds of K ENB because of the orange color cast.
_________________
Asus Z97-k, i7-4790 @ 4.1GHZ, 16GB GSkill 2400, 1TB HDD, EVGA GTX 960 FTW 4GB

Offline
User avatar
*sensei*
Posts: 267
Joined: 12 Oct 2012, 19:14

Re: Fallout 4

let me share my favorite tonemapping formula:

Code: Select all

color = 1 - pow(2.718, - color * exposure);
this one is a solid curve widely used in photography.
not as fast as x/(1+x), yet it have more smooth and natural curve to my taste
some links to graphs:

exposure 0.9

exposure 5.0

classic x/(1+x)

as you can see where classic tonemap operator would lose white point (im taking only range 0-10, otherwise curve itself wont be seen, yet you can test it yourself on any range) the exponential still approaches very close to it.

there's a possible amount of tuning:

make exposure adaptation or luma dependant.

Code: Select all


color.a = dot(color.rgb, 0.333); // max(color.r, max(color.b, color.g)) or luma
color.a *= 1/ (color.a + 1.0);
exposure = lerp(0.9, 5.0, color.a); // this will lerp between 2 graphs shown above, depending on color brightness, adding more contrast to the image 1st value is dark areas exposure, second - bright. However i prefer to use palette to adding contrast to image
color.rgb = 1 - exp(-color * exposure); // this is same as pow(2.718, - color * exposure), however i found that modifying pow basement could be usefull too, yet not realistic.

code above is just an example, most likely it will overbrighen image overall (since exposure 5 is quite alot - better use 0.75 lower and 1.25 upper values)
_________________
Image

Offline
User avatar
Posts: 80
Joined: 11 Feb 2014, 16:19

Re: Fallout 4

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Offline
User avatar
*sensei*
Posts: 432
Joined: 03 Mar 2013, 18:42
Location: Norway

Re: Fallout 4

Awesome pictures all^^
I still have plenty to learn how to use this dof, almost total blank when it comes to camera so I had to read a bit about it :oops:
Either way I think this dof is amazing, Boris you rock :) Click for 4k HQ jpg. Wish I could use TAA :S
ImageImage

ImageImage
Couple high blur, tried go for more subtle on most.
ImageImage
2nd picture I remembered how adaptation works, wish I remember before :roll: Still need some adjustments there thou.
ImageImage

ImageImage
Both robots where dead on 2nd picture, but one exploded and started a chain reaction O.o
ImageImage

ImageImage

ImageImage

ImageImage

ImageImage

ImageImage

ImageImage

Image
Apology for amount screenshots.. Was intending to post yesterday, but fell asleep early:>
_________________
Intel i7-5960X @4.6GHz EK Water Cooling^^/EVGA X99 Classified/2x Asus 980ti 6GB SLI
Samsung U28D590D @2160p/16GB G.Skill (DDR4)/Win10 Pro 64bit

Offline
User avatar
*blah-blah-blah maniac*
Posts: 849
Joined: 28 Dec 2011, 00:50

Re: Fallout 4

@Yersinia79 A lovely set of 4K shots, you have been busy! So nice to finally be seeing some actual ENB screenshots in this thread :P

I really like this one in particular:
http://i.imgur.com/j1YYYGY.jpg
_________________
Fallout 4 ENB Video Series | Skyrim ENB Video Series | My YouTube Channel
Intel i7-4700HQ @ 2.4GHz | NVidia GTX780M 4GB | 24GB RAM

Offline
User avatar
Posts: 27
Joined: 29 Mar 2012, 13:35

Re: Fallout 4

@dpeasant those are real nice, the kind of thing I'm going for. I've used the neut lut but still have an odd tonemap. Was there anything else you did to color correct?

Here's a few tests I've done, nothing really special here and not all are pure ENB, some are ReShade/combos, etc.

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Feedback welcome.

Offline
*master*
Posts: 144
Joined: 10 May 2015, 04:33

Re: Fallout 4

OK, I finally got around to taking some shots. I really need to get into setting up shots and manipulating everything to how I'd like, but these are actual game play shots.


tapioks here is your 4k Nuka Cola texture, love it by the way.
Image
Image


Everyone's Favorite Creepy Uncle...
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Last edited by ibbanez on 10 Dec 2015, 17:14, edited 2 times in total.

Offline
*master*
Posts: 144
Joined: 10 May 2015, 04:33

Re: Fallout 4

OK, how do you make it to where if you use imgur, and click on the pic, have it go full screen, instead of having it go to imgur's website. I'm thinking it has something to do with embedding the image, but I can't find what I'm looking for. Anyone know right off the top of their head? Thanks.
Last edited by ibbanez on 10 Dec 2015, 17:22, edited 2 times in total.
Post Reply