Quote:
Originally Posted by Meldric
Hi!
Could someone help me with my mod-soup? I actually like the mods I use but I have an ugly side effect that is pretty annoying... Under water the sunbeams are just too much... It is like you would be blinded by the sun extremly under water while above the surface it is like a normal sunny day... Could I just set some value somewhere that lesser sunbeams go through the surface? Or maybe just reduce underwater visibility to just not see them? Its not only looking very ugly, its also killing my framerate...
I use UnderwaterCFG_1_1_byTheBeast, because I thought it to solve the problem, but probably the combination with other mods makes things worse...
Greetings,
Meldric
|
I use Environment MOD 5.0 byW_clear when I made that MOD.
Data\Filters\ColorCorrection\hdr_UnderWater.cfg
Code:
[ColorCorrectionFilter]
Gamma=0.8
Brightness=1.0
Saturation=0.8
Contrast=1.0
LevelsInputBlack=0.022;<--This is input value from Surface
LevelsInputMidtone=0.75;<--This is input value from Surface
LevelsInputWhite=0.85;<--This is input value from Surface.
;Change this value to adjust those light shafts.
;The number values are reversed. 1.0 means block surface input. 0 means allow all surface input.
LevelsOutputBlack=0.01
LevelsOutputWhite=0.75
ColorBalanceR=0.2
ColorBalanceG=0.75
ColorBalanceB=0.25
ColorBalanceTone=0.010
HueColor=CCCCCC00
HueOpacity=0.002
PhotoFilterColor=6DA9A200
PhotoFilterIntensity=0.01
Can anyone confirm this?