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

@ -1,13 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
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 <sam@hocevar.net>
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.

View file

@ -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

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.