[FO4] TODIE enbeffect.fx

share shaders here
Post Reply
  • Author
  • Message
Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

[FO4] TODIE enbeffect.fx

Code: Select all

//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
//                                                                  //
//  TODIE enbeffect.fx by kingeric1992                              //
//                                                                  //
//  Featuring:                                                      //
//    independent Dawn, Sunrise, Day, Sunset, Dusk, Night profile   //
//              with Exterior/Interior seperation.                  //
//                                                                  //
//     Along with custom SplitTone ColorGrading function            //
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
All 12 profiles are loaded into GUI, so the list is super long.

**There is still some issue on UI layout in FO4 Enbseries v0307.
Image
Color Wheel offset XYZ is to shift HSL
SplitTone XYZ is also HSL modifier, but only operates on specified tone region.

performance cost is minimum, or non.
TODIE.zip
update: Dec.03.2016
(92.25 KiB) Downloaded 378 times
***There are FO4 specific parameters that are incompatible to SSE ver.
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

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

Re: [FO4] TODIE enbeffect.fx

So.... many .... PARAMETERS!!! @_@
_________________
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: 530
Joined: 30 Jan 2012, 13:18

Re: [FO4] TODIE enbeffect.fx

Have you checked prod80 ENB? That guy was parameter crazy :v but his ideas were innovative.

Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

Re: [FO4] TODIE enbeffect.fx

There really isn't that much of controls over the shader itself compares to Prod's one, I've only batch the same set of UI multiple times for creating different profiles that goes into shader.
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
User avatar
Posts: 56
Joined: 02 Aug 2017, 13:30

Re: [FO4] TODIE enbeffect.fx

So i really wanted to use this but... my Screen turns Black if i trun off adaption. Which sucks cause i hate Adaption effects. Any way i can use it without it?

Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

Re: [FO4] TODIE enbeffect.fx

replace this line in enbeffect.fx

Code: Select all

static float MiddleGray = TextureAdaptation.Sample(SamplerPoint, 0.5).x;
to arbitrary number such as

Code: Select all

static float MiddleGray = 0.18;
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
Posts: 9
Joined: 11 Feb 2018, 16:22

Re: [FO4] TODIE enbeffect.fx

This effect does not seem to be compatible with the multipass lens, screen remains black; switching to the single pass lens solves the problem.

Edit: Interiors detection doesn't work always assumes is day.
Post Reply