Fallout 4 0.286 beta

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

Re: Fallout 4 0.286 beta

To make sure everything is correct, tried to use 128 bit hdr format for textures. Comparisons screenshots are the same as with 64 bit ldr. For testing i used color.xyz=lerp(float3(0.3, 0.4, 0.6), float3(0.6, 0.75, 0.9), 1.0-IN.txcoord0.y); at the end of enbeffect.txt. It's just game hdr format fails. Applying dither in hidden pass have minimal impact for blue channel, because it's 10 bit, so sky is always looks bad. Even tried to utilize more bits of hdr texture, but still see banding:
res.xyz=pow(res.xyz, 8.0)*128.0; - on draw to r11g11b10
res.xyz = pow(res.xyz/128.0, 1.0/8.0); - on read r11g11b10
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

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

Re: Fallout 4 0.286 beta

This is the best result from dithering in hidden pass, right side is dithered
Image
Applying different math for utilizing more bits of game hdr texture have too much chance to break something. I can modify that damn fog and motion blur, but game may draw something else between post process and lut color correction.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

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

Re: Fallout 4 0.286 beta

@Kobalk

Thanks! I tried implementing this in my postpass file, but I must have messed up because ENB is returning an error when I startup the game. Would you mind sharing your postpass.fx file so that I can study it and learn how to structure the file correctly? I know next-to-nothing about HLSL and coding, but I'm pretty good with reasoning and logic in general :)
_________________
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
*blah-blah-blah maniac*
Posts: 1938
Joined: 05 Mar 2012, 02:08

Re: Fallout 4 0.286 beta

Boris
The right side has smoother transitions between banding artifacts compared to the left side, and I had to zoom in to really notice it.
So if that is the best possible then go with that, I would say.

tapioks
Or you could download the source from which kobalk apparantly got it from;
http://www.nexusmods.com/fallout4/mods/4088/?

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

Re: Fallout 4 0.286 beta

Kobalk
Yes it is, using it almost everywhere i can.

--JawZ--
Ok, i'll do an update then.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

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

Re: Fallout 4 0.286 beta

@--JawZ--

Hmm, the author of that mod seems very familiar! ;)

Thanks for the tip!


@Kobalk

Thanks to you as well
_________________
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
*blah-blah-blah maniac*
Posts: 17442
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 4 0.286 beta

Version updated, download again
Added internal dithering after enbeffect.fx / enbeffectpostpass.fx (if exist).
_________________
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.286 beta

Boris
That was quick :shock: Thanks again^^
_________________
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: 614
Joined: 29 Dec 2011, 20:05
Location: Санкт-Петербург

Re: Fallout 4 0.286 beta

Thank you, everything went smoothly and without any glitches. Question : is There a replacement for FXComposer Direct3D11?? I need a compiler and manual laziness.
_________________

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
*blah-blah-blah maniac*
Posts: 614
Joined: 29 Dec 2011, 20:05
Location: Санкт-Петербург

Re: Fallout 4 0.286 beta

Disabled all in-game effects in the enbseries.ini and the fps has increased markedly, but there are drawdowns of up to 40 frames with many objects. Here are the settings ini maybe it's like something you can fix?
[EFFECT]
UseOriginalObjectsProcessing=false
UseOriginalPostProcessing=false
UseOriginalColorFilter=false
UseOriginalBloom=false
UseOriginalAdaptation=false
EnablePostPassShader=true
EnableAdaptation=true
See also a bug in sight, can certainly it is because of the settings of adaptation or lack of blur. But while decide could not.
http://rghost.ru/6TFNPMknL.view
Everything was dark and colorless. But the second screenshot, there's generally a nightmare.
http://rghost.ru/8KyMzGvyq.view
_________________

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
Post Reply