ENBSeries wrote:Unreal Warfare
I don't understand what you talking about or you don't understand what i wrote yesterday.
These parameters require pressing save and then apply buttons, the same as many other parameters. And if they after applying still set to default (like was EnableCaustics=false, you set it to true, but after apply it's back to false), it's not the mod problem at all. If you don't see any difference after applying any of these, then game shaders for water and not same as mine and i can't do anything until you get users who have same problem, then i'll dump shaders to compare them.
I understand what you are talking about, I just don't think you understand what I am writing. This has been tried with vanilla water, RWT, and WATER, with vanilla and modified game ini's, with different drivers, and with the basic enbseries ENB profile and my own ENB profile. Save and apply doesn't have an effect.
We also have another user (an Nvidia GPU owner) who has also stated the exact same issue in this thread. Clicking Save and Apply makes no difference. Please see the below quoted post.
wolfgrimdark wrote:I will chime in since I have seen the same thing that Unreal did I believe:
[WATER]
EnableDispersion=true
EnableCaustics=true
EnableParallax=true
ReflectionAmount=1.0
FrennelMultiplier=1.5
FrennelMin=0.38
FrennelMax=1.0
DispersionAmount=1.0
CausticsAmount=2.0
So in game if I change values for the amounts I see an instant change visually right then and there. If, however, I set all the flags to false in-game nothing happens. I have also tried save config and then apply. I use RW2. I thought it was odd myself. If I disable the water effect flag under effects then I see an instant difference. But the flag toggles under the water section haven't been doing anything.
EDIT: I could show screens but I just now went and confirmed that changing those flags does nothing in-game. Only the main water effect flag and the values themselves show a change. Even with all 3 water flags on false (unchecked) changing the numbers still causes visual changes.
On a side note 229 has been working very well for me. Been playing with it most of today while I updated some ENB's and so far haven't had any issues and spent some time playing with water values. I tried Real Water 2, W.A.T.E.R, and also vanilla and all three looked good.
It's worth noting Wolfgrimdark specs, Intel Core i7-3930K CPU @ 3.20GHz, 3201 Mhz, 6 Core(s) // GeForce GTX TITAN 6GB // Win7 64 and 16GB Ram. So it definitely isn't specifically an AMD issue.
I will try and clarify...
Code: Select all
[WATER]
EnableDispersion=true
EnableCaustics=true
EnableParallax=true
ReflectionAmount=1.0
FrennelMultiplier=1.0
FrennelMin=0.0
FrennelMax=1.0
DispersionAmount=1.0
CausticsAmount=1.0
I can see all water effects (expected).
-------------------
Code: Select all
[WATER]
EnableDispersion=true
EnableCaustics=true
EnableParallax=true
ReflectionAmount=1.0
FrennelMultiplier=1.0
FrennelMin=0.0
FrennelMax=1.0
DispersionAmount=1.0
CausticsAmount=1.0
I cannot see any water effects (expected).
-----------------------
Code: Select all
[WATER]
EnableDispersion=false
EnableCaustics=false
EnableParallax=false
ReflectionAmount=1.0
FrennelMultiplier=1.0
FrennelMin=0.0
FrennelMax=1.0
DispersionAmount=1.0
CausticsAmount=1.0
I can still see water effects (unexpected).
------------------------
Code: Select all
[WATER]
EnableDispersion=true
EnableCaustics=true
EnableParallax=true
ReflectionAmount=1.0
FrennelMultiplier=1.0
FrennelMin=0.0
FrennelMax=1.0
DispersionAmount=1.0
CausticsAmount=0.0
I cannot see water caustics effect (expected).
--------------------------------------------
Very simply, the enablers
Code: Select all
EnableDispersion=true
EnableCaustics=true
EnableParallax=true
in the [WATER] section have no effect when toggled but the other parameters work fine and the effects show regardless.
The effects work. The enablers in the [WATER] section do not.
I'm going to try deleting the entire [WATER] section and allow ENB to regenerate it, see if that may fix the issue somehow. In the meantime can you suggest some things to try to troubleshoot please?