Fallout 4 0.288

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
User avatar
*blah-blah-blah maniac*
Posts: 17549
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 0.288

Code: Select all

const float	fpdistance=1.0/0.085;
This is manually tweaked value of nearest depth to hide first person models below it. Like:

Code: Select all

if (depth<fpdistance) { do not apply dof; }
This have no effect on power armor.

AgainstAllAutority
If bokeh brightness is higher than brightness of pixels below, it's bad dof, do you understand that? And if user did realistic dof with aperture changes, which affect overall screen brightness, it must be processes with adaptation.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

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

Re: Fallout 4 0.288

Boris
Thank you for update ^^
Excited to try it already :D
Take a break and take your time, hope your not too tired. :)
_________________
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
*sensei*
Posts: 267
Joined: 12 Oct 2012, 19:14

Re: Fallout 4 0.288

ENBSeries wrote:AgainstAllAutority
If bokeh brightness is higher than brightness of pixels below, it's bad dof, do you understand that? And if user did realistic dof with aperture changes, which affect overall screen brightness, it must be processes with adaptation.
i do, as i said, for artistic reasons i multiply brightness to make it more visible (and thats an easy fix for me). Yet problem seems to be deeper - i have a feeling that some specular surfaces in game can have greater brightness then sun or light source. Try to look towards horisont at 9-10 am in sanctuary hills - there few puddles on the ground, that can be brighter then sun. Maybe thats caused by water texture mod. I'll check it
_________________
Image

Offline
Posts: 69
Joined: 20 Jan 2013, 17:23

Re: Fallout 4 0.288

AgainstAllAutority

You are correct that Bethesda half-assed their PBR. First of all they only used specular PBR, meh. Secondly, there are no global materials at all. For example one door has its own metal material, and then another door has a seperate metal material - even if they are the same kind of metal. Additionally, in these materials the reflections can be multiplied above the amount of light they receive... Kinda takes the whole point out of using PBR.

EDIT: And as you mentioned, most puddles have full-white specular reflections.

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17549
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 0.288

Version updated, download again
Added tempInfo2 parameter to external shaders. Was requested.

Stop talking about PBR, i've said already that it do not exist in F4. Half of the game, almost every aspect of it engine is described by following picture
Image

AgainstAllAutority
Do not multiply brightness and do not apply any non-linear functions to it to get bigger difference between bright and dark pixels. Such tricks only works with perfect games, with high quality antialiasing (not smaa, fxaa or txaa) and special math for aliased specular rendering. The only thing you can do is to compute intensity limit for small number separated pixels compared to bigger area of pixels, it's like denoising algorithm for bright noise only.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

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

Re: Fallout 4 0.288

--JawZ-- wrote:ibbanez
Boris has not yet implemented any time and/or location separations to the controls yet.
And this is why I ask you people who are smarter than me :) Im being a tard, I see the option, and I'm like must modify ;p .... Why is it so hard to find good complete tutorial and walkthrough's or even classes on learning how to write post process shaders. Sheesh... It's like its this taboo subject or something, sheesh. lol

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

Re: Fallout 4 0.288

eye, captain! :)

thx for advice, yet i dont know much about denoising...gonna download some examples.
_________________
Image

Offline
User avatar
*blah-blah-blah maniac*
Posts: 619
Joined: 29 Dec 2011, 20:05
Location: Санкт-Петербург

Re: Fallout 4 0.288

All as always on top, play became much more pleasant, as many recalled the days of gtaiv a huge thank you.
_________________

AMD RYZEN 2600
Patriot DDR4 signature premium 16gb 3000ghz
MSI A320M-A PRO
Patriot burst elite SSD 480gb
hitachi HDS721050 500gb 7200rpm
Gigabyte GTX 1060 6gb

Offline
User avatar
Posts: 84
Joined: 21 Nov 2015, 14:15

Re: Fallout 4 0.288

ENBSeries wrote:Version updated, download again
Added tempInfo2 parameter to external shaders. Was requested.
Thanks a lot, I was able to do something like I wanted.
Image

Yay for controllable focus point directly in the actual window without having to move around!

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

Re: Fallout 4 0.288

Wolrajh wrote:
ENBSeries wrote:Version updated, download again
Added tempInfo2 parameter to external shaders. Was requested.
Thanks a lot, I was able to do something like I wanted.
Image

Yay for controllable focus point directly in the actual window without having to move around!
That is actually pretty damn cool, especially for Screen Archers.... Great job.... Now.... How'd you do it :) lol
Post Reply