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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.4.1 "Another Settlement Needs Your Help"
|
||||
3.4.2 "Another Settlement Needs Your Help"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
[ENBBLOOM.FX]
|
||||
TECHNIQUE=2
|
||||
Bloom Intensity Night=0.26
|
||||
Bloom Intensity Day=0.22
|
||||
Bloom Intensity Interior=0.19
|
||||
Bloom Contrast Night=0.81
|
||||
Bloom Contrast Day=0.89
|
||||
Bloom Intensity Night=0.61
|
||||
Bloom Intensity Day=0.53
|
||||
Bloom Intensity Interior=0.55
|
||||
Bloom Contrast Night=0.83
|
||||
Bloom Contrast Day=0.85
|
||||
Bloom Contrast Interior=0.91
|
||||
Bloom Saturation Night=1.39
|
||||
Bloom Saturation Day=1.33
|
||||
Bloom Saturation Day=1.34
|
||||
Bloom Saturation Interior=1.43
|
||||
Bloom Offset Night=0.0
|
||||
Bloom Offset Day=0.0
|
||||
Bloom Offset Interior=0.0
|
||||
Bloom Offset Night=-0.03
|
||||
Bloom Offset Day=-0.07
|
||||
Bloom Offset Interior=-0.02
|
||||
Bloom Intensity Cap Night=25.0
|
||||
Bloom Intensity Cap Day=25.0
|
||||
Bloom Intensity Cap Interior=25.0
|
||||
|
|
|
|||
|
|
@ -2,22 +2,22 @@
|
|||
TECHNIQUE=1
|
||||
Fixed ResolutionX=1920
|
||||
Fixed ResolutionY=1080
|
||||
Distortion Chromatic Aberration=9.5
|
||||
Distortion Chromatic Aberration=0.0
|
||||
Enable Screen Frost=false
|
||||
Frost Contrast=1.67
|
||||
Frost Strength=0.02
|
||||
Frost Radial Contrast=1.67
|
||||
Frost Radial Intensity=0.83
|
||||
Frost Radial Offset=-0.66
|
||||
Frost Texture Blend=0.94
|
||||
Frost Texture Blend Contrast=2.44
|
||||
Frost Texture Size=0.85
|
||||
Frost Contrast=1.0
|
||||
Frost Strength=0.0
|
||||
Frost Radial Contrast=1.0
|
||||
Frost Radial Intensity=0.0
|
||||
Frost Radial Offset=0.0
|
||||
Frost Texture Blend=0.0
|
||||
Frost Texture Blend Contrast=1.0
|
||||
Frost Texture Size=1.0
|
||||
Frost Factor Dawn=0.0
|
||||
Frost Factor Sunrise=0.0
|
||||
Frost Factor Day=0.0
|
||||
Frost Factor Sunset=0.0
|
||||
Frost Factor Dusk=0.0
|
||||
Frost Factor Night=1.06
|
||||
Frost Factor Night=0.0
|
||||
Frost Factor Interior=0.0
|
||||
Enable Grain=true
|
||||
Grain Speed=25.0
|
||||
|
|
@ -35,31 +35,31 @@ Apply Grain Before Tone Mapping=true
|
|||
Enable Adaptation=true
|
||||
Tonemapping Method=3
|
||||
Tonemap Exposure Night=1.42
|
||||
Tonemap Exposure Day=1.3
|
||||
Tonemap Exposure Day=1.31
|
||||
Tonemap Exposure Interior=1.56
|
||||
Tonemap Blend Night=1.0
|
||||
Tonemap Blend Day=1.0
|
||||
Tonemap Blend Interior=1.0
|
||||
Uncharted2 Shoulder Strength Night=0.22
|
||||
Uncharted2 Shoulder Strength Day=0.28
|
||||
Uncharted2 Shoulder Strength Day=0.3
|
||||
Uncharted2 Shoulder Strength Interior=0.2
|
||||
Uncharted2 Linear Strength Night=1.54
|
||||
Uncharted2 Linear Strength Day=1.43
|
||||
Uncharted2 Linear Strength Day=1.57
|
||||
Uncharted2 Linear Strength Interior=1.5
|
||||
Uncharted2 Linear Angle Night=0.71
|
||||
Uncharted2 Linear Angle Day=0.77
|
||||
Uncharted2 Linear Angle Day=0.79
|
||||
Uncharted2 Linear Angle Interior=0.7
|
||||
Uncharted2 Toe Strength Night=1.49
|
||||
Uncharted2 Toe Strength Day=1.45
|
||||
Uncharted2 Toe Strength Night=1.34
|
||||
Uncharted2 Toe Strength Day=1.29
|
||||
Uncharted2 Toe Strength Interior=1.63
|
||||
Uncharted2 Toe Numerator Night=0.22
|
||||
Uncharted2 Toe Numerator Day=0.27
|
||||
Uncharted2 Toe Numerator Interior=0.25
|
||||
Uncharted2 Toe Denominator Night=1.25
|
||||
Uncharted2 Toe Denominator Day=1.29
|
||||
Uncharted2 Toe Denominator Night=1.16
|
||||
Uncharted2 Toe Denominator Day=1.18
|
||||
Uncharted2 Toe Denominator Interior=1.22
|
||||
Uncharted2 Linear White Night=38.509998
|
||||
Uncharted2 Linear White Day=39.269997
|
||||
Uncharted2 Linear White Day=39.27
|
||||
Uncharted2 Linear White Interior=33.57
|
||||
SweetFX Gamma Night=0.38
|
||||
SweetFX Gamma Day=0.36
|
||||
|
|
@ -95,24 +95,24 @@ Grading Color Factor Day=-0.12
|
|||
Grading Color Factor Interior=-0.1
|
||||
Enable HSV Grading=true
|
||||
Grading Saturation Intensity Night=1.12
|
||||
Grading Saturation Intensity Day=1.15
|
||||
Grading Saturation Intensity Day=1.11
|
||||
Grading Saturation Intensity Interior=1.21
|
||||
Grading Saturation Contrast Night=1.13
|
||||
Grading Saturation Contrast Day=1.12
|
||||
Grading Saturation Contrast Interior=1.15
|
||||
Grading Value Intensity Night=0.92
|
||||
Grading Value Intensity Day=0.92
|
||||
Grading Value Intensity Day=0.87
|
||||
Grading Value Intensity Interior=0.95
|
||||
Grading Value Contrast Night=1.18
|
||||
Grading Value Contrast Day=1.08
|
||||
Grading Value Contrast Day=1.1
|
||||
Grading Value Contrast Interior=1.13
|
||||
Colorize After HSV=true
|
||||
Enable LUT Grading=true
|
||||
LUT Blend Night=0.34
|
||||
LUT Blend Day=0.36
|
||||
LUT Blend Day=0.38
|
||||
LUT Blend Interior=0.43
|
||||
Enable Technicolor=true
|
||||
Technicolor Blend=0.6
|
||||
Technicolor Blend=0.5
|
||||
Enable Vanilla Imagespace=true
|
||||
Vanilla Tint Contrast=1.14
|
||||
Vanilla Tint Strength=1.0
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 1.7 MiB |
Reference in a new issue