1
Fork 0
This commit is contained in:
Marisa the Magician 2019-04-07 17:09:02 +02:00
commit fb8b0a189d
4 changed files with 28 additions and 20 deletions

View file

@ -5,14 +5,14 @@
[GLOBAL] [GLOBAL]
AdditionalConfigFile= AdditionalConfigFile=
UseEffect=true UseEffect=false
[EFFECT] [EFFECT]
UseOriginalPostProcessing=false UseOriginalPostProcessing=false
UseOriginalObjectsProcessing=false UseOriginalObjectsProcessing=false
EnableBloom=true EnableBloom=true
EnableAdaptation=false EnableAdaptation=false
EnableAmbientOcclusion=true EnableAmbientOcclusion=false
EnableDepthOfField=true EnableDepthOfField=true
EnableDetailedShadow=true EnableDetailedShadow=true
EnableSunRays=true EnableSunRays=true
@ -32,7 +32,7 @@ EnableProceduralSun=true
EnableMist=true EnableMist=true
[BLOOM] [BLOOM]
Quality=0 Quality=1
AmountDay=1.0 AmountDay=1.0
AmountNight=1.0 AmountNight=1.0
BlueShiftAmountDay=0.0 BlueShiftAmountDay=0.0
@ -472,6 +472,12 @@ LightingInfluenceInteriorDay=0.58
LightingInfluenceInteriorNight=0.9 LightingInfluenceInteriorNight=0.9
EnableShadows=true EnableShadows=true
IgnoreWeatherSystem=true IgnoreWeatherSystem=true
OpacitySunrise=1.0
OpacityDay=1.0
OpacitySunset=1.0
OpacityNight=1.0
OpacityInteriorDay=1.0
OpacityInteriorNight=1.0
[FIRE] [FIRE]
IntensityDay=1.875 IntensityDay=1.875
@ -500,17 +506,17 @@ UseProceduralCorrection=false
[SHADOW] [SHADOW]
ShadowCastersFix=false ShadowCastersFix=false
ShadowQualityFix=true ShadowQualityFix=true
DetailedShadowQuality=-1 DetailedShadowQuality=1
UseBilateralShadowFilter=true UseBilateralShadowFilter=true
UseShadowFilter=true UseShadowFilter=true
ShadowFilterQuality=0 ShadowFilterQuality=1
ShadowBlurRange=4.36 ShadowBlurRange=4.36
ShadowBlurRangeInterior=5.24 ShadowBlurRangeInterior=5.24
IgnoreWeatherSystem=true IgnoreWeatherSystem=true
[DEPTHOFFIELD] [DEPTHOFFIELD]
FadeTime=0.4 FadeTime=0.4
Quality=-1 Quality=1
IgnoreWeatherSystem=true IgnoreWeatherSystem=true
[RAYS] [RAYS]
@ -579,7 +585,7 @@ IgnoreWeatherSystem=true
[REFLECTION] [REFLECTION]
Quality=1 Quality=1
FilterQuality=0 FilterQuality=1
FilterBluriness=1.0 FilterBluriness=1.0
SizeScale=0.5 SizeScale=0.5
SourceTexturesScale=0.5 SourceTexturesScale=0.5

2
enbseries/effect.txt.ini Normal file
View file

@ -0,0 +1,2 @@
[EFFECT.TXT]
TECHNIQUE=0

BIN
enbseries/enbhelper.dll Normal file

Binary file not shown.