Alpha 3
This commit is contained in:
parent
bda22542ff
commit
fb8b0a189d
4 changed files with 28 additions and 20 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
Version 2, December 2004
|
Version 2, December 2004
|
||||||
|
|
||||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
copies of this license document, and changing it is allowed as long
|
copies of this license document, and changing it is allowed as long
|
||||||
as the name is changed.
|
as the name is changed.
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
|
|
||||||
|
|
@ -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
2
enbseries/effect.txt.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[EFFECT.TXT]
|
||||||
|
TECHNIQUE=0
|
||||||
BIN
enbseries/enbhelper.dll
Normal file
BIN
enbseries/enbhelper.dll
Normal file
Binary file not shown.
Reference in a new issue