ReShade Framework Released (5102.05.17.1123)

  • Ganossa
  • Topic Author
More
8 years 11 months ago - 8 years 11 months ago #1 by Ganossa ReShade Framework Released (5102.05.17.1123) was created by Ganossa
Just ready for The Witcher 3 release (specifically for those that want to improve upon its newly changed look), here is the next release of the ReShade Framework.

Download the latest ReShade Framework Release from the download section of this website or HERE

This update features::
  • Added brand new motion focus shader
  • Added brand new Color LUT shader (thanks for the motivation in the forum guys, I am looking forward to what you can do with it)
  • Another performance increase of the adaptation shader and therefore all related shader such as ambient light
  • Improved lens effect of ambient light shader
  • Added GTAV like lens effect to gaussian anamflare shader (motivated by Marty, thanks! :woohoo: )
  • Fixed some more issues introduced with the previous release

//As for last time, a preset for GTA V you can use as a foundation for creating your own can be found HERE
Last edit: 8 years 11 months ago by crosire. Reason: Updated download link
The following user(s) said Thank You: Nekrik, padolamap, sajittarius, BillyAlt, GerahJiwo, Constantine PC, jas01, Apocalypso
The topic has been locked.
  • Ganossa
  • Topic Author
More
8 years 11 months ago #2 by Ganossa Replied by Ganossa on topic ReShade Framework Released (5102.05.17.1123)
The "pseudo"-DoF option did not make it into this release and has to come with another release guys. :blush:
The topic has been locked.
  • Iddqd
More
8 years 11 months ago - 8 years 11 months ago #3 by Iddqd Replied by Iddqd on topic ReShade Framework Released (5102.05.17.1123)
Great work LuciferHawk, where i can find GTAV like lens effect?

For Source Light Colored Anamorphic Lensflare:
1. Go to ReShade\GemFX
2. Open Bloom.h
3. find #if(GAUSSIAN_ANAMFLARE == 1)
4. add this code after float3 anamflare
#if(IMAGE_LENS_COLOR == 1)
	anamflare = tex2D(SamplerBloom5, texcoord.xy).w*2*color.xyz;
	#endif
5. in GemFX_settings.cfg after #define fAnamFlareCurve add #define IMAGE_LENS_COLOR
6. GemFX_settings.undef after #undef fAnamFlareCurve add #undef IMAGE_LENS_COLOR
Last edit: 8 years 11 months ago by Iddqd. Reason: SLCAL
The topic has been locked.
  • Ganossa
  • Topic Author
More
8 years 11 months ago - 8 years 11 months ago #4 by Ganossa Replied by Ganossa on topic ReShade Framework Released (5102.05.17.1123)

Iddqd wrote: Great work LuciferHawk, where i can find GTAV like lens effect?


The links are up now!

You are welcome :side:

The GTAV lens effect is build into Marty's GAUSSIAN_ANAMFLARE which you can find in the GemFX suite. It is currently always activated (but rather subtle)
Looks like this if you also use ambient light and its adaptation shader which then also controls the gaussian anamflare (which means the effect is only applied in dark scenes)

Motion Focus you can also find in the GemFX suite.

Color LUT is part of the TuningPalette shader in the CustomFX suite.
Last edit: 8 years 11 months ago by Ganossa.
The following user(s) said Thank You: jas01
The topic has been locked.
  • Constantine PC
More
8 years 11 months ago #5 by Constantine PC Replied by Constantine PC on topic ReShade Framework Released (5102.05.17.1123)
Motion focus is absolutely amazing. I just gave it a good go in GTA V with the included settings and its really cinematic. I used some Movie Bars with it and DOF and it's beautiful.

I don't even understand how you got it to work but wow. Looks really good.
thanks
The topic has been locked.
  • jas01
More
8 years 11 months ago - 8 years 11 months ago #6 by jas01 Replied by jas01 on topic ReShade Framework Released (5102.05.17.1123)
Hello LuciferHawk. :)

Great update! Thank you. :) Can I request something here?

I really likes your Motion focus, but I would love to have only "character-dependent" Motion focus, instead of character and camera-dependent. Motion focus based on camera movement looks strange in my game. Let me know if you understand my request. (Sorry - My grammar is poor. ;) )

Thanks
Last edit: 8 years 11 months ago by jas01.
The topic has been locked.
  • matsilagi
More
8 years 11 months ago #7 by matsilagi Replied by matsilagi on topic ReShade Framework Released (5102.05.17.1123)
Just like the last thread, here's a Extras pack for it, it includes more Lens dirt, LUT, Unreal Engine LUTs, Quake and ENB palettes for the framework.

Download it here
The following user(s) said Thank You: Ioxa, Alex_outer, SpinelessJelly, Ganossa, Constantine PC, jas01, Aelius Maximus, Tycholarfero, Apocalypso
The topic has been locked.
  • vfxninjaeditor
More
8 years 11 months ago #8 by vfxninjaeditor Replied by vfxninjaeditor on topic ReShade Framework Released (5102.05.17.1123)
Great update Lucifer! One thing, I am still not entirely sure what addition you made to the gaussian anamorphic flare. I can tell something changed, but it's very subtle. Is it the shape of the flare?

Any word on getting that 'flare color from source' option for the gaussian anamorphic flare?
The following user(s) said Thank You: BillyAlt
The topic has been locked.
  • BillyAlt
More
8 years 11 months ago #9 by BillyAlt Replied by BillyAlt on topic ReShade Framework Released (5102.05.17.1123)
I would also like to see a light-dependent implementation for the Gaussian Anamorphic Lensflare.

Maybe it's just been too long since I've used Gaussian Anamorphic Lensflare but it seems to me that it is now tied to Ambient Light?
The topic has been locked.
  • Ganossa
  • Topic Author
More
8 years 11 months ago - 8 years 11 months ago #10 by Ganossa Replied by Ganossa on topic ReShade Framework Released (5102.05.17.1123)

vfxninjaeditor wrote: Great update Lucifer! One thing, I am still not entirely sure what addition you made to the gaussian anamorphic flare. I can tell something changed, but it's very subtle. Is it the shape of the flare?

Any word on getting that 'flare color from source' option for the gaussian anamorphic flare?


The anamorphic flare is mirrored and the mirrored flare further adjusted as you can see in the picture.

Didn't Iddqd post something on the previous page about getting flare color from source? I could not check on it myself yet and also did not know this was requested by you guys.

BillyAlt wrote: I would also like to see a light-dependent implementation for the Gaussian Anamorphic Lensflare.

Maybe it's just been too long since I've used Gaussian Anamorphic Lensflare but it seems to me that it is now tied to Ambient Light?


It is dependent on Marty's bloom algorithm. Also, it is not directly tied to ambient light but to its adaptation shader that controls the strength of the flare (you can adjust the adaptation strength for anamorphic flares in the GemFX_settings.cfg with the alAdaptFlareMult value.

jas01 wrote: Hello LuciferHawk. :)

Great update! Thank you. :) Can I request something here?

I really likes your Motion focus, but I would love to have only "character-dependent" Motion focus, instead of character and camera-dependent. Motion focus based on camera movement looks strange in my game. Let me know if you understand my request. (Sorry - My grammar is poor. ;) )

Thanks


I guess you mean the differentiation between object movement on the screen or movement of the entire screen/camera. There is no specific information about objects on the screen so a solution can only be an approximation but yes, I plan on adding a value that allows to shift focus and zoom strength between objects and entire screen movement. Object movement is already prioritized but I just did not add those values to the configuration file yet that will allow you to adjust it yourself.
Last edit: 8 years 11 months ago by Ganossa.
The following user(s) said Thank You: BillyAlt, jas01
The topic has been locked.
  • Sassy
More
8 years 11 months ago #11 by Sassy Replied by Sassy on topic ReShade Framework Released (5102.05.17.1123)
#define TuningColorMap 1 //[0 or 1] ColorMap
results in:
.../CustomFX/TuningPalette.h (69, 27): error X3004: undeclared identifier 'detectLowColor'
:)
The topic has been locked.
  • matsilagi
More
8 years 11 months ago #12 by matsilagi Replied by matsilagi on topic ReShade Framework Released (5102.05.17.1123)

Sassy wrote: #define TuningColorMap 1 //[0 or 1] ColorMap
results in:
.../CustomFX/TuningPalette.h (69, 27): error X3004: undeclared identifier 'detectLowColor'
:)


I posted that in the last thread too, tought he fixed it, anyway, just disable HQAdaption.
The topic has been locked.
  • BillyAlt
More
8 years 11 months ago #13 by BillyAlt Replied by BillyAlt on topic ReShade Framework Released (5102.05.17.1123)
I'm getting an x3014 error when enabling Vibrance in the latest framework. Any ideas?
The topic has been locked.
  • SpinelessJelly
More
8 years 11 months ago #14 by SpinelessJelly Replied by SpinelessJelly on topic ReShade Framework Released (5102.05.17.1123)
@BillyAlt: Tried Vibrance in Witcher 2 just a few hours ago and it worked fine.
The topic has been locked.
  • BillyAlt
More
8 years 11 months ago #15 by BillyAlt Replied by BillyAlt on topic ReShade Framework Released (5102.05.17.1123)
Strangely enough I was trying it in Witcher 2 and I was getting the problem. Got the same problem in Payday 2 as well.
The topic has been locked.
  • Constantine PC
More
8 years 11 months ago #16 by Constantine PC Replied by Constantine PC on topic ReShade Framework Released (5102.05.17.1123)
Lucifer I noticed Motion Focus moves the hud around (zooms in, zooms out) understandably I get why this happens.
Is it possible to mask those hud elements to prevent motion focus from touching them?
I tried a Hud-mask in GTA V that covered the mini-map in blips mode, but it still moved when motion focus was enabled.

It's okay if it's not possible, motion focus is really awesome either way.
The topic has been locked.
  • Ganossa
  • Topic Author
More
8 years 11 months ago - 8 years 11 months ago #17 by Ganossa Replied by Ganossa on topic ReShade Framework Released (5102.05.17.1123)

BillyAlt wrote: I'm getting an x3014 error when enabling Vibrance in the latest framework. Any ideas?


I'll check on that but did you try with 18.4 or 18.5 release of ReShade binaries?


Constantine PC wrote: Lucifer I noticed Motion Focus moves the hud around (zooms in, zooms out) understandably I get why this happens.
Is it possible to mask those hud elements to prevent motion focus from touching them?
I tried a Hud-mask in GTA V that covered the mini-map in blips mode, but it still moved when motion focus was enabled.

It's okay if it's not possible, motion focus is really awesome either way.


It is possible but you might need a previously prepared HUD mask (so not directly from memory). I will see what I can do for the next release.
Last edit: 8 years 11 months ago by Ganossa.
The topic has been locked.
  • SAM609
More
8 years 11 months ago - 8 years 11 months ago #18 by SAM609 Replied by SAM609 on topic ReShade Framework Released (5102.05.17.1123)
Well done LuciferHawk ! this is the best release so far ! I'm particularly pleased with the new tuning color LUT that you added to this version ! :woohoo: not so many people know this , that you can apply almost all the framework's color tuning effects to a single color LUT and then only use this option instead of using all those effects directly in game ( actually you'll have even more control over the end result by editing LUT in photoshop after applying framework's effects ) ! you will get the exactly same result but with a huge performance boost ! ;) ( I can make a tutorial if anyone is interested )
[img

* I made this preset by mixing 5 different color tuning effects into 1 color LUT
Last edit: 8 years 11 months ago by SAM609.
The topic has been locked.
  • MonarchX
More
8 years 11 months ago #19 by MonarchX Replied by MonarchX on topic ReShade Framework Released (5102.05.17.1123)
I apologize for making several replies and a thread - I did not realize I should post HERE! Anyway, I tried using Framework 0.18.5 because unlike normal 0.18.5 release, Framework version supposedly works without bugs. I tried Witcher 3 and even after applying just FXAA, SMAA, and LumaSharpen the game became too dark. Even when I set all shader usage in SweetFX_settings to 0, the game is still too damn dark. 0.18.4 does not have this problem, BUUT I thought the 0.18.5 would still work and have some D3D11 fixes...
The topic has been locked.
  • Ganossa
  • Topic Author
More
8 years 11 months ago #20 by Ganossa Replied by Ganossa on topic ReShade Framework Released (5102.05.17.1123)

MonarchX wrote: I apologize for making several replies and a thread - I did not realize I should post HERE! Anyway, I tried using Framework 0.18.5 because unlike normal 0.18.5 release, Framework version supposedly works without bugs. I tried Witcher 3 and even after applying just FXAA, SMAA, and LumaSharpen the game became too dark. Even when I set all shader usage in SweetFX_settings to 0, the game is still too damn dark. 0.18.4 does not have this problem, BUUT I thought the 0.18.5 would still work and have some D3D11 fixes...


If its not related to shader settings, then you have to report that issue in the general ReShade troubleshooting section, since it seems to be related to the binaries. However, to be sure you can link all your setting files here.
The topic has been locked.
We use cookies
We use cookies on our website. Some of them are essential for the operation of the forum. You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.