Search found 10 matches

  • Author
  • Message
by Miratheus
31 Mar 2015, 17:59
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

@ Oyama Very nice words from a true master! I'm glad you like it! :D @ MonarchX I just tested my addon with latest RealVision ENB and LumaSharpen works fine, and I didn't notice any issues with brightness. It seems like the problem is somewhere in your setup, maybe ENB is installed wrong... Check Re...
by Miratheus
03 Aug 2014, 17:27
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

@wolfgrimdark
You're welcome. And thank you for these words.
by Miratheus
30 Jul 2014, 13:38
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

Uploaded a version 1.1 with updated credits and minor edits to the file layout.
by Miratheus
27 Jul 2014, 00:43
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

Thanks for credits! :) Thanks for your contribution! :) Actually it all started when I tried your amazing ENB. I was really impressed by its very unique cinematic style. And when I looked at your effect.txt file it inspired me to create this addon. So this wouldn't be possible without you. Thank yo...
by Miratheus
26 Jul 2014, 21:56
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

@Marty McFly:
Well yeah, a lot of work needs to be done... but it's actually not as hard as it seems.
Unfortunately, I don't have enough time to help you with this, sorry. But I look at how much work you've already done... I think you can handle this ;)
by Miratheus
25 Jul 2014, 21:35
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

@Marty McFly: Hi! Nice to see you here :) Sorry for the delay with answer... Thanks for the advice and for the clarification about your ME, and btw thank you for the Dithering, Border and Splitscreen code that you ported from SweetFX. About permission: If you find something in my effect.txt useful f...
by Miratheus
25 Jul 2014, 19:59
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

Marty McFly's MasterEffect is a really impressive huge shader suite with a lot of effects included and it's a great initiative to combine them all in one addon. But unfortunately I found some of this effects not working with latest versions of ENB for Skyrim or for some reason not working correctly....
by Miratheus
25 Jul 2014, 14:26
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Re: Ultimate Shader Addon for ENB (effect.txt)

Hi, evok99. Most likely you mean Post-Process Effects Addon for ENB by ZeroKing. My addon is based on it, but I removed the Black and White Levels because Kinematic Filter (effect which I added from K ENB by Kyokushinoyama) works similar. So it's actually already there.
by Miratheus
25 Jul 2014, 13:01
Forum: Effects
Topic: Ultimate Shader Addon for ENB (effect.txt)
Replies: 29
Views: 63032

Ultimate Shader Addon for ENB (effect.txt)

Ultimate Shader Addon for ENB (effect.txt) Version 1.1 (30.07.2014) DESCRIPTION: This is a set of post-processing effects combined in one effect.txt file for use with ENB presets (You need to choose one you like and install it first). All effects included in this addon can be enabled/customized/dis...
by Miratheus
24 Jul 2014, 13:43
Forum: Other
Topic: Luma Sharpen with GUI enable/disable function
Replies: 4
Views: 2317

Re: Luma Sharpen with GUI enable/disable function

Hi, Insomnia!
You need to paste right after

Code: Select all

half4 ori = tex2D(SamplerColor, coord.xy);
only one line:

Code: Select all

if (LumaSharpen == false) return ori;
I've done the same thing with LumaSharpen code from ZeroKing's effect.txt and it works.