diff --git a/MariENB_LICENSE.txt b/MariENB_LICENSE.txt index 5c93f45..9042c25 100644 --- a/MariENB_LICENSE.txt +++ b/MariENB_LICENSE.txt @@ -1,13 +1,13 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/enbseries.ini b/enbseries.ini index 794f901..3e8c957 100644 --- a/enbseries.ini +++ b/enbseries.ini @@ -5,14 +5,14 @@ [GLOBAL] AdditionalConfigFile= -UseEffect=true +UseEffect=false [EFFECT] UseOriginalPostProcessing=false UseOriginalObjectsProcessing=false EnableBloom=true EnableAdaptation=false -EnableAmbientOcclusion=true +EnableAmbientOcclusion=false EnableDepthOfField=true EnableDetailedShadow=true EnableSunRays=true @@ -32,7 +32,7 @@ EnableProceduralSun=true EnableMist=true [BLOOM] -Quality=0 +Quality=1 AmountDay=1.0 AmountNight=1.0 BlueShiftAmountDay=0.0 @@ -472,6 +472,12 @@ LightingInfluenceInteriorDay=0.58 LightingInfluenceInteriorNight=0.9 EnableShadows=true IgnoreWeatherSystem=true +OpacitySunrise=1.0 +OpacityDay=1.0 +OpacitySunset=1.0 +OpacityNight=1.0 +OpacityInteriorDay=1.0 +OpacityInteriorNight=1.0 [FIRE] IntensityDay=1.875 @@ -500,17 +506,17 @@ UseProceduralCorrection=false [SHADOW] ShadowCastersFix=false ShadowQualityFix=true -DetailedShadowQuality=-1 +DetailedShadowQuality=1 UseBilateralShadowFilter=true UseShadowFilter=true -ShadowFilterQuality=0 +ShadowFilterQuality=1 ShadowBlurRange=4.36 ShadowBlurRangeInterior=5.24 IgnoreWeatherSystem=true [DEPTHOFFIELD] FadeTime=0.4 -Quality=-1 +Quality=1 IgnoreWeatherSystem=true [RAYS] @@ -579,7 +585,7 @@ IgnoreWeatherSystem=true [REFLECTION] Quality=1 -FilterQuality=0 +FilterQuality=1 FilterBluriness=1.0 SizeScale=0.5 SourceTexturesScale=0.5 diff --git a/enbseries/effect.txt.ini b/enbseries/effect.txt.ini new file mode 100644 index 0000000..0a81e73 --- /dev/null +++ b/enbseries/effect.txt.ini @@ -0,0 +1,2 @@ +[EFFECT.TXT] +TECHNIQUE=0 diff --git a/enbseries/enbhelper.dll b/enbseries/enbhelper.dll new file mode 100644 index 0000000..33466ab Binary files /dev/null and b/enbseries/enbhelper.dll differ