MariENB FO4 3.4.2
This commit is contained in:
parent
5d5e288299
commit
9a7791650e
5 changed files with 56 additions and 36 deletions
|
|
@ -13,6 +13,7 @@ EnableBloom=true
|
|||
EnableLens=false
|
||||
EnableDepthOfField=true
|
||||
EnableSSAO=true
|
||||
EnableSkyAmbientCalculation=true
|
||||
[COLORCORRECTION]
|
||||
UseProceduralCorrection=true
|
||||
Brightness=1.0
|
||||
|
|
@ -29,7 +30,7 @@ AdaptationSensitivity=0.2
|
|||
AdaptationTime=0.65
|
||||
ForceMinMaxValues=false
|
||||
AdaptationMin=0.0
|
||||
AdaptationMax=0.35
|
||||
AdaptationMax=1.0
|
||||
[DEPTHOFFIELD]
|
||||
FocusingTime=0.4
|
||||
ApertureTime=1.0
|
||||
|
|
@ -260,12 +261,28 @@ DirectLightingColorFilterInteriorDay=1, 1, 1
|
|||
DirectLightingColorFilterInteriorNight=0.655, 0.596, 0.988
|
||||
AmbientLightingIntensityDawn=0.56
|
||||
AmbientLightingIntensitySunrise=0.73
|
||||
AmbientLightingIntensityDay=0.88
|
||||
AmbientLightingIntensityDay=0.87
|
||||
AmbientLightingIntensitySunset=0.74
|
||||
AmbientLightingIntensityDusk=0.6
|
||||
AmbientLightingIntensityNight=0.44
|
||||
AmbientLightingIntensityInteriorDay=0.18
|
||||
AmbientLightingIntensityInteriorNight=0.12
|
||||
SkyAmbientTopIntensityDawn=0.27
|
||||
SkyAmbientTopIntensitySunrise=0.31
|
||||
SkyAmbientTopIntensityDay=0.36
|
||||
SkyAmbientTopIntensitySunset=0.32
|
||||
SkyAmbientTopIntensityDusk=0.24
|
||||
SkyAmbientTopIntensityNight=0.23
|
||||
SkyAmbientTopIntensityInteriorDay=0.23
|
||||
SkyAmbientTopIntensityInteriorNight=0.12
|
||||
SkyAmbientBottomIntensityDawn=0.1
|
||||
SkyAmbientBottomIntensitySunrise=0.14
|
||||
SkyAmbientBottomIntensityDay=0.21
|
||||
SkyAmbientBottomIntensitySunset=0.15
|
||||
SkyAmbientBottomIntensityDusk=0.11
|
||||
SkyAmbientBottomIntensityNight=0.07
|
||||
SkyAmbientBottomIntensityInteriorDay=0.08
|
||||
SkyAmbientBottomIntensityInteriorNight=0.03
|
||||
[SSAO_SSIL]
|
||||
UseIndirectLighting=true
|
||||
SamplingQuality=1
|
||||
|
|
@ -280,6 +297,9 @@ AOMixingType=2
|
|||
AOMixingTypeInterior=2
|
||||
ResolutionScale=0.5
|
||||
SourceTexturesScale=0.5
|
||||
UseComplexAmbientOcclusion=true
|
||||
EnableComplexFilter=true
|
||||
FilterBluriness=1
|
||||
[FOG]
|
||||
IgnoreWeatherSystem=true
|
||||
DistanceFadeDawn=1.0
|
||||
|
|
|
|||
Reference in a new issue