Please use english language
It is currently 26 Feb 2020, 00:12

All times are UTC


Forum rules


new topics are not allowed in this subsection, only replies.




Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10  Next
Author Message
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 10:02 
Offline

Joined: 23 Jul 2013, 02:37
Posts: 22
Works like a charm. I'm not coming across any issues at all.

I definitely like the move away from the SweetFX and more all inclusive to the ENB mod.

_________________
i5 3.30GHz
16.0 GB RAM
Crucial SSD 238gb
Nvidia EVGA GeForce Titan Black


Top
 Profile  
 
Tomoko
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 12:46 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 05 Mar 2012, 02:08
Posts: 1938
WoodsOfYpres;

Do you have UseProceduralCorrection activated in the enbseries.ini?


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 13:52 
Offline
*sensei*

Joined: 30 May 2012, 15:40
Posts: 267
ENBSeries wrote:
No, precision unsupported, editor, config and shader variables linked to each other for internal simplicity, limits of values are native because of config file, but precision not exist and create them is simple, but very painful task because of many changes in code. Globally i can change precision easily, but 2,3,4 - everything not perfect for all scenarios, right?


OK, no problem, thanks for the response. I can manage this with multipliers.

Another question towards ease of use, can the Shader parameters be grouped in the GUI? Currently the grouping is by shader file (I believe), I for one would benefit if I can further group the parms within ENBEFFECT (i.e. [Day], [Night], etc.). Obviously not a big deal but would make tweaking a tad easier.


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 13:57 
Offline
*sensei*
User avatar

Joined: 17 Jul 2013, 18:41
Posts: 344
Location: Germany
JawZ
Under which category is this entry? I can't find it in enbseries.ini. In enblocal.ini i can not see it too.

_________________
YouTube: http://www.youtube.com/user/ScytheOfSteel
Water plugin for Realistic Water Two and ENB

Intel Core i5-3570 @ 4.00GHz | 8GB Corsair Vengeance DDR3 1600 | Asus Geforce GTX 670 DirectCU ii 4GB Vram | Win7 64bit on Samsung SSD 840 120GB


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 14:03 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 05 Mar 2012, 02:08
Posts: 1938
Dinkledorf;

--JawZ-- wrote:
ENBSeries wrote:
--JawZ--
With current GUI groups can't be made easily from my side, because they are per shader file, so if i'll make them as annotations ("UIGroup" for example), each shader must be choosen in dropdown box or something like that. Very boring programming procedure which not give much improvement. I'm working on the mod while it's interesting, but writing docs or reply the same questions to users on nexus makes me feel negatively and turn to more interesting things, so basically i'm just complaining and don't want to do. May be something else important to GUI exist, then i can do at same time, but at this time i'm very much tired.


Thanks for the explanation and if it's that boring and/or tedious work I don't want to push you into doing something like that.
Yeah Nexus is good at making it feel like that from the general user population.


I think you should have a look at my mixed GUI enbeffect.fx file if you want a easier work space with the shader GUI window -> ENB Resource, GUI Examples in my singature.



WoodsOfYpres;

enbseries.ini/COLORCORRECTION


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 14:12 
Offline
*sensei*
User avatar

Joined: 17 Jul 2013, 18:41
Posts: 344
Location: Germany
So I added "UseProceduralCorrection=true" manually and the variables still aren't doing anything ingame.

_________________
YouTube: http://www.youtube.com/user/ScytheOfSteel
Water plugin for Realistic Water Two and ENB

Intel Core i5-3570 @ 4.00GHz | 8GB Corsair Vengeance DDR3 1600 | Asus Geforce GTX 670 DirectCU ii 4GB Vram | Win7 64bit on Samsung SSD 840 120GB


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 14:17 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 05 Mar 2012, 02:08
Posts: 1938
This is the whole CC section in 0.215;

[COLORCORRECTION]
UsePaletteTexture=false
UseProceduralCorrection=false
Brightness=1.0
GammaCurve=1.0

Then use the enbeffect.fx from the latest upload zip folder by Boris, 0.215 as you where using an altered enbeffect.fx right? A single typo somewhere can cause the whole shader code to be rendered inert/non-functional


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 14:21 
Offline
*sensei*
User avatar

Joined: 17 Jul 2013, 18:41
Posts: 344
Location: Germany
Do I have to disable the PaletteTexture for this to work? Yes I tried it with the fresh enbeffect.fx from 0.215 and it also looks different ingame. But all the cool new GUI-variables from enbeffect.fx don't change anything.
By the way: I like the screensots of the new SSS Boris posted in the gallery :)

_________________
YouTube: http://www.youtube.com/user/ScytheOfSteel
Water plugin for Realistic Water Two and ENB

Intel Core i5-3570 @ 4.00GHz | 8GB Corsair Vengeance DDR3 1600 | Asus Geforce GTX 670 DirectCU ii 4GB Vram | Win7 64bit on Samsung SSD 840 120GB


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 15:08 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 27 Dec 2011, 08:53
Posts: 14816
Location: Russia
Dinkledorf
Grouping also unsupported, no way to make groups under other groups and i need somehow to separate per shader parameters, which are grouped already. If i'll do group as additional string to file name, it will not be noticable i think (f.e. spoiler "enbeffect.fx - COLORCORECTION").

WoodsOfYpres
If parameters are visible, but do not affect image, then your output variable in shader is not "color".

_________________
i5-4690k, 16Gb RAM, GTX 1060 6Gb, X-Fi Titanium, Win7 x128
I am INFP, not the brutal, godamnit.


Top
 Profile  
 
 Post subject: Re: TES Skyrim 0.215
PostPosted: 09 Sep 2013, 15:39 
Offline

Joined: 12 Jun 2013, 06:49
Posts: 35
KuroTenshi wrote:
Roger ! I understand. Better encourage people to polish more their presets. Personnaly, I don't need SMAA or FXAA, regarding your last additions to EdgeAA and TransparentAA. I talked regarding 90% of ENB presets I tried, that always used SMAA and LumaSharpen (and sometimes dither).


The only reason I used SweetFX is that I liked it's Vibrance effect. Today I decided to bite the bullet and try to port it to an effect.txt. I am embarrassingly pleased with myself to have got it to work, took me about half an hour ...

(Why embarrassing? Well, I've never written shaders before ... but my day-job involved writing compilers for shader (or shader-like) languages.)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10  Next

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group