MariENB FO4 3.5.2
This commit is contained in:
parent
88d8267788
commit
049d7bbac2
14 changed files with 276 additions and 57 deletions
100
enbseries.ini
100
enbseries.ini
|
|
@ -16,11 +16,15 @@ EnableSSAO=true
|
|||
EnableSkyAmbientCalculation=true
|
||||
EnableCloudShadows=true
|
||||
EnableDetailedShadow=true
|
||||
EnableSkylighting=false
|
||||
EnableSkylighting=true
|
||||
EnableSubSurfaceScattering=true
|
||||
EnableWater=true
|
||||
EnableReflections=true
|
||||
[COLORCORRECTION]
|
||||
UseProceduralCorrection=true
|
||||
Brightness=1.0
|
||||
GammaCurve=1.0
|
||||
UsePaletteTexture=true
|
||||
[TIMEOFDAY]
|
||||
DawnDuration=2.0
|
||||
SunriseTime=7.0
|
||||
|
|
@ -303,6 +307,7 @@ SourceTexturesScale=0.5
|
|||
UseComplexAmbientOcclusion=true
|
||||
EnableComplexFilter=true
|
||||
FilterBluriness=1
|
||||
UseSelfIntersecting=true
|
||||
[FOG]
|
||||
IgnoreWeatherSystem=true
|
||||
DistanceFadeDawn=1.0
|
||||
|
|
@ -345,17 +350,92 @@ SunColorFilterDusk=1, 1, 1
|
|||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
DistanceColorMultiplierDawn=1.0
|
||||
DistanceColorMultiplierSunrise=1.0
|
||||
DistanceColorMultiplierDay=1.0
|
||||
DistanceColorMultiplierSunset=1.0
|
||||
DistanceColorMultiplierDusk=1.0
|
||||
DistanceColorMultiplierNight=1.0
|
||||
DistanceColorMultiplierInteriorDay=1.0
|
||||
DistanceColorMultiplierInteriorNight=1.0
|
||||
VerticalColorMultiplierDawn=1.0
|
||||
VerticalColorMultiplierSunrise=1.0
|
||||
VerticalColorMultiplierDay=1.0
|
||||
VerticalColorMultiplierSunset=1.0
|
||||
VerticalColorMultiplierDusk=1.0
|
||||
VerticalColorMultiplierNight=1.0
|
||||
VerticalColorMultiplierInteriorDay=1.0
|
||||
VerticalColorMultiplierInteriorNight=1.0
|
||||
[CLOUDSHADOWS]
|
||||
IgnoreWeatherSystem=true
|
||||
EnableAtNight=true
|
||||
ForceOpacity=true
|
||||
OpacityDawn=1.0
|
||||
OpacitySunrise=1.0
|
||||
OpacityDay=1.0
|
||||
OpacitySunset=1.0
|
||||
OpacityDusk=1.0
|
||||
OpacityNight=1.0
|
||||
OpacityInteriorDay=1.0
|
||||
OpacityInteriorNight=1.0
|
||||
ForceOpacity=false
|
||||
OpacityDawn=0.5
|
||||
OpacitySunrise=0.5
|
||||
OpacityDay=0.5
|
||||
OpacitySunset=0.5
|
||||
OpacityDusk=0.5
|
||||
OpacityNight=0.5
|
||||
OpacityInteriorDay=0.5
|
||||
OpacityInteriorNight=0.5
|
||||
[SHADOW]
|
||||
DetailedShadowQuality=1
|
||||
[SUBSURFACESCATTERING]
|
||||
IgnoreWeatherSystem=true
|
||||
EnableSeparateInteriorParameters=true
|
||||
Radius=3.86
|
||||
RadiusInterior=4.12
|
||||
Amount=0.67
|
||||
AmountInterior=0.7
|
||||
EpidermalAmount=1.46
|
||||
EpidermalAmountInterior=1.43
|
||||
SubdermalAmount=1.89
|
||||
SubdermalAmountInterior=2.08
|
||||
EpidermalDiffuseSaturation=-0.18
|
||||
EpidermalDiffuseSaturationInterior=-0.11
|
||||
SubdermalDiffuseSaturation=0.24
|
||||
SubdermalDiffuseSaturationInterior=0.58
|
||||
EpidermalMix=0.69
|
||||
EpidermalMixInterior=0.57
|
||||
SubdermalMix=0.52
|
||||
SubdermalMixInterior=0.59
|
||||
SubdermalTranslucency=0.76
|
||||
SubdermalTranslucencyInterior=0.64
|
||||
SubdermalPhase=0.72
|
||||
SubdermalPhaseInterior=0.61
|
||||
[WATER]
|
||||
IgnoreWeatherSystem=true
|
||||
EnableDispersion=true
|
||||
EnableCaustics=true
|
||||
EnableParallax=true
|
||||
EnableSelfReflection=true
|
||||
EnableDisplacement=true
|
||||
DisplacementQuality=1
|
||||
ReflectionAmount=0.91
|
||||
ReflectionBlurring=0.36
|
||||
ReflectionFlatness=0.73
|
||||
FresnelMultiplier=1.69
|
||||
DispersionAmount=0.95
|
||||
CausticsAmount=0.85
|
||||
SunSpecularMultiplier=1.67
|
||||
SunScatteringMultiplier=1.35
|
||||
WavesAmplitudeDawn=0.62
|
||||
WavesAmplitudeSunrise=0.72
|
||||
WavesAmplitudeDay=0.78
|
||||
WavesAmplitudeSunset=0.74
|
||||
WavesAmplitudeDusk=0.63
|
||||
WavesAmplitudeNight=0.53
|
||||
WavesAmplitudeInteriorDay=0.68
|
||||
WavesAmplitudeInteriorNight=0.56
|
||||
[SKYLIGHTING]
|
||||
IgnoreWeatherSystem=true
|
||||
AmbientMinLevelDawn=0.57
|
||||
AmbientMinLevelSunrise=0.64
|
||||
AmbientMinLevelDay=0.68
|
||||
AmbientMinLevelSunset=0.61
|
||||
AmbientMinLevelDusk=0.58
|
||||
AmbientMinLevelNight=0.54
|
||||
AmbientMinLevelInteriorDay=0.66
|
||||
AmbientMinLevelInteriorNight=0.51
|
||||
[REFLECTIONS]
|
||||
Quality=2
|
||||
|
|
|
|||
Reference in a new issue