MariENB FROST 3.2.8b
This commit is contained in:
parent
90c2fa2d91
commit
e05efcdba6
11 changed files with 947 additions and 440 deletions
|
|
@ -1,6 +1,5 @@
|
|||
[GLOBAL]
|
||||
UseEffect=true
|
||||
|
||||
[EFFECT]
|
||||
UseOriginalObjectsProcessing=false
|
||||
UseOriginalPostProcessing=false
|
||||
|
|
@ -11,15 +10,13 @@ EnablePostPassShader=true
|
|||
EnableDithering=true
|
||||
EnableAdaptation=true
|
||||
EnableBloom=true
|
||||
EnableDepthOfField=true
|
||||
EnableLens=false
|
||||
EnableDepthOfField=true
|
||||
EnableSSAO=true
|
||||
|
||||
[COLORCORRECTION]
|
||||
UseProceduralCorrection=true
|
||||
Brightness=1.0
|
||||
GammaCurve=1.0
|
||||
|
||||
[TIMEOFDAY]
|
||||
DawnDuration=2.0
|
||||
SunriseTime=7.0
|
||||
|
|
@ -27,18 +24,15 @@ DayTime=12.0
|
|||
SunsetTime=18.0
|
||||
DuskDuration=2.0
|
||||
NightTime=0.0
|
||||
|
||||
[ADAPTATION]
|
||||
AdaptationSensitivity=0.2
|
||||
AdaptationTime=0.65
|
||||
ForceMinMaxValues=false
|
||||
AdaptationMin=0.1
|
||||
AdaptationMax=1.0
|
||||
|
||||
[DEPTHOFFIELD]
|
||||
FocusingTime=0.4
|
||||
ApertureTime=1.0
|
||||
|
||||
[BLOOM]
|
||||
IgnoreWeatherSystem=true
|
||||
AmountDawn=1.0
|
||||
|
|
@ -49,7 +43,6 @@ AmountDusk=1.0
|
|||
AmountNight=1.0
|
||||
AmountInteriorDay=1.0
|
||||
AmountInteriorNight=1.0
|
||||
|
||||
[LENS]
|
||||
IgnoreWeatherSystem=true
|
||||
AmountDawn=1.0
|
||||
|
|
@ -60,7 +53,6 @@ AmountDusk=1.0
|
|||
AmountNight=1.0
|
||||
AmountInteriorDay=1.0
|
||||
AmountInteriorNight=1.0
|
||||
|
||||
[SKY]
|
||||
IgnoreWeatherSystem=true
|
||||
Enable=true
|
||||
|
|
@ -80,7 +72,6 @@ GradientDesaturationDusk=0.04
|
|||
GradientDesaturationNight=0.02
|
||||
GradientDesaturationInteriorDay=0.15
|
||||
GradientDesaturationInteriorNight=0.03
|
||||
|
||||
GradientTopIntensityDawn=0.82
|
||||
GradientTopIntensitySunrise=0.87
|
||||
GradientTopIntensityDay=0.990001
|
||||
|
|
@ -105,7 +96,6 @@ GradientTopColorFilterDusk=0.914, 0.827, 0.969
|
|||
GradientTopColorFilterNight=0.827, 0.82, 0.961
|
||||
GradientTopColorFilterInteriorDay=0.949, 0.996, 0.992
|
||||
GradientTopColorFilterInteriorNight=0.898, 0.835, 0.906
|
||||
|
||||
GradientMiddleIntensityDawn=0.92
|
||||
GradientMiddleIntensitySunrise=0.95
|
||||
GradientMiddleIntensityDay=1.02
|
||||
|
|
@ -130,7 +120,6 @@ GradientMiddleColorFilterDusk=0.961, 0.875, 0.992
|
|||
GradientMiddleColorFilterNight=0.847, 0.922, 0.996
|
||||
GradientMiddleColorFilterInteriorDay=0.898, 0.933, 0.984
|
||||
GradientMiddleColorFilterInteriorNight=0.867, 0.867, 0.992
|
||||
|
||||
GradientHorizonIntensityDawn=0.75
|
||||
GradientHorizonIntensitySunrise=0.81
|
||||
GradientHorizonIntensityDay=0.930001
|
||||
|
|
@ -155,7 +144,6 @@ GradientHorizonColorFilterDusk=0.925, 0.882, 0.953
|
|||
GradientHorizonColorFilterNight=0.78, 0.882, 0.984
|
||||
GradientHorizonColorFilterInteriorDay=0.788, 0.91, 0.953
|
||||
GradientHorizonColorFilterInteriorNight=0.851, 0.863, 0.89
|
||||
|
||||
CloudsIntensityDawn=0.58
|
||||
CloudsIntensitySunrise=0.950001
|
||||
CloudsIntensityDay=1.030001
|
||||
|
|
@ -196,7 +184,6 @@ CloudsColorFilterDusk=0.945, 0.831, 0.988
|
|||
CloudsColorFilterNight=0.839, 0.886, 0.98
|
||||
CloudsColorFilterInteriorDay=0.788, 0.886, 0.914
|
||||
CloudsColorFilterInteriorNight=0.792, 0.808, 0.957
|
||||
|
||||
SunIntensityDawn=1.91
|
||||
SunIntensitySunrise=2.45
|
||||
SunIntensityDay=2.02
|
||||
|
|
@ -221,7 +208,6 @@ SunColorFilterDusk=0.965, 0.447, 0.4
|
|||
SunColorFilterNight=0.914, 0.145, 0.145
|
||||
SunColorFilterInteriorDay=0.996, 0.827, 0.706
|
||||
SunColorFilterInteriorNight=0.816, 0.114, 0.0784
|
||||
|
||||
MoonIntensityDawn=0.7
|
||||
MoonIntensitySunrise=0.57
|
||||
MoonIntensityDay=0.49
|
||||
|
|
@ -282,8 +268,6 @@ AmbientLightingIntensityInteriorDay=0.15
|
|||
AmbientLightingIntensityInteriorNight=0.12
|
||||
[SSAO_SSIL]
|
||||
UseIndirectLighting=true
|
||||
ResolutionScale=0.5
|
||||
SourceTexturesScale=0.5
|
||||
SamplingQuality=1
|
||||
SamplingRange=0.25
|
||||
AOIntensity=0.94
|
||||
|
|
@ -296,43 +280,43 @@ AOMixingType=2
|
|||
AOMixingTypeInterior=3
|
||||
[FOG]
|
||||
IgnoreWeatherSystem=true
|
||||
DistanceFadeDawn=0.32
|
||||
DistanceFadeSunrise=0.44
|
||||
DistanceFadeDay=0.52
|
||||
DistanceFadeSunset=0.41
|
||||
DistanceFadeDusk=0.31
|
||||
DistanceFadeNight=0.26
|
||||
DistanceFadeInteriorDay=0.43
|
||||
DistanceFadeInteriorNight=0.33
|
||||
VerticalFadeDawn=0.25
|
||||
VerticalFadeSunrise=0.34
|
||||
VerticalFadeDay=0.45
|
||||
VerticalFadeSunset=0.37
|
||||
VerticalFadeDusk=0.24
|
||||
VerticalFadeNight=0.16
|
||||
VerticalFadeInteriorDay=0.82
|
||||
VerticalFadeInteriorNight=0.64
|
||||
SunIntensityDawn=0.35
|
||||
SunIntensitySunrise=0.47
|
||||
SunIntensityDay=0.62
|
||||
SunIntensitySunset=0.46
|
||||
SunIntensityDusk=0.33
|
||||
SunIntensityNight=0.21
|
||||
SunIntensityInteriorDay=0.75
|
||||
SunIntensityInteriorNight=0.1
|
||||
SunDesaturationDawn=0.56
|
||||
SunDesaturationSunrise=0.47
|
||||
SunDesaturationDay=0.35
|
||||
SunDesaturationSunset=0.48
|
||||
SunDesaturationDusk=0.57
|
||||
SunDesaturationNight=0.64
|
||||
SunDesaturationInteriorDay=0.33
|
||||
SunDesaturationInteriorNight=0.56
|
||||
SunColorFilterDawn=0.812, 0.776, 0.996
|
||||
SunColorFilterSunrise=0.831, 0.871, 0.996
|
||||
SunColorFilterDay=0.886, 0.957, 0.996
|
||||
SunColorFilterSunset=0.859, 0.886, 0.992
|
||||
SunColorFilterDusk=0.812, 0.851, 0.992
|
||||
SunColorFilterNight=0.678, 0.667, 0.957
|
||||
DistanceFadeDawn=1.0
|
||||
DistanceFadeSunrise=1.0
|
||||
DistanceFadeDay=1.0
|
||||
DistanceFadeSunset=1.0
|
||||
DistanceFadeDusk=1.0
|
||||
DistanceFadeNight=1.0
|
||||
DistanceFadeInteriorDay=1.0
|
||||
DistanceFadeInteriorNight=1.0
|
||||
VerticalFadeDawn=1.0
|
||||
VerticalFadeSunrise=1.0
|
||||
VerticalFadeDay=1.0
|
||||
VerticalFadeSunset=1.0
|
||||
VerticalFadeDusk=1.0
|
||||
VerticalFadeNight=1.0
|
||||
VerticalFadeInteriorDay=1.0
|
||||
VerticalFadeInteriorNight=1.0
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.2.7 BETA "Let Go"
|
||||
3.2.8 BETA "Let Go"
|
||||
|
|
|
|||
269
enbseries/_coldfogweather.ini
Normal file
269
enbseries/_coldfogweather.ini
Normal file
|
|
@ -0,0 +1,269 @@
|
|||
[BLOOM]
|
||||
AmountDawn=0.1
|
||||
AmountSunrise=0.1
|
||||
AmountDay=0.1
|
||||
AmountSunset=0.1
|
||||
AmountDusk=0.1
|
||||
AmountNight=0.1
|
||||
AmountInteriorDay=0.1
|
||||
AmountInteriorNight=0.1
|
||||
[LENS]
|
||||
AmountDawn=1.0
|
||||
AmountSunrise=1.0
|
||||
AmountDay=1.0
|
||||
AmountSunset=1.0
|
||||
AmountDusk=1.0
|
||||
AmountNight=1.0
|
||||
AmountInteriorDay=1.0
|
||||
AmountInteriorNight=1.0
|
||||
[SKY]
|
||||
GradientIntensityDawn=1.0
|
||||
GradientIntensitySunrise=1.0
|
||||
GradientIntensityDay=1.0
|
||||
GradientIntensitySunset=1.0
|
||||
GradientIntensityDusk=1.0
|
||||
GradientIntensityNight=1.0
|
||||
GradientIntensityInteriorDay=1.0
|
||||
GradientIntensityInteriorNight=1.0
|
||||
GradientDesaturationDawn=0.0
|
||||
GradientDesaturationSunrise=0.0
|
||||
GradientDesaturationDay=0.0
|
||||
GradientDesaturationSunset=0.0
|
||||
GradientDesaturationDusk=0.0
|
||||
GradientDesaturationNight=0.0
|
||||
GradientDesaturationInteriorDay=0.0
|
||||
GradientDesaturationInteriorNight=0.0
|
||||
GradientTopIntensityDawn=1.0
|
||||
GradientTopIntensitySunrise=1.0
|
||||
GradientTopIntensityDay=1.0
|
||||
GradientTopIntensitySunset=1.0
|
||||
GradientTopIntensityDusk=1.0
|
||||
GradientTopIntensityNight=1.0
|
||||
GradientTopIntensityInteriorDay=1.0
|
||||
GradientTopIntensityInteriorNight=1.0
|
||||
GradientTopCurveDawn=1.0
|
||||
GradientTopCurveSunrise=1.0
|
||||
GradientTopCurveDay=1.0
|
||||
GradientTopCurveSunset=1.0
|
||||
GradientTopCurveDusk=1.0
|
||||
GradientTopCurveNight=1.0
|
||||
GradientTopCurveInteriorDay=1.0
|
||||
GradientTopCurveInteriorNight=1.0
|
||||
GradientTopColorFilterDawn=1, 1, 1
|
||||
GradientTopColorFilterSunrise=1, 1, 1
|
||||
GradientTopColorFilterDay=1, 1, 1
|
||||
GradientTopColorFilterSunset=1, 1, 1
|
||||
GradientTopColorFilterDusk=1, 1, 1
|
||||
GradientTopColorFilterNight=1, 1, 1
|
||||
GradientTopColorFilterInteriorDay=1, 1, 1
|
||||
GradientTopColorFilterInteriorNight=1, 1, 1
|
||||
GradientMiddleIntensityDawn=1.0
|
||||
GradientMiddleIntensitySunrise=1.0
|
||||
GradientMiddleIntensityDay=1.0
|
||||
GradientMiddleIntensitySunset=1.0
|
||||
GradientMiddleIntensityDusk=1.0
|
||||
GradientMiddleIntensityNight=1.0
|
||||
GradientMiddleIntensityInteriorDay=1.0
|
||||
GradientMiddleIntensityInteriorNight=1.0
|
||||
GradientMiddleCurveDawn=1.0
|
||||
GradientMiddleCurveSunrise=1.0
|
||||
GradientMiddleCurveDay=1.0
|
||||
GradientMiddleCurveSunset=1.0
|
||||
GradientMiddleCurveDusk=1.0
|
||||
GradientMiddleCurveNight=1.0
|
||||
GradientMiddleCurveInteriorDay=1.0
|
||||
GradientMiddleCurveInteriorNight=1.0
|
||||
GradientMiddleColorFilterDawn=1, 1, 1
|
||||
GradientMiddleColorFilterSunrise=1, 1, 1
|
||||
GradientMiddleColorFilterDay=1, 1, 1
|
||||
GradientMiddleColorFilterSunset=1, 1, 1
|
||||
GradientMiddleColorFilterDusk=1, 1, 1
|
||||
GradientMiddleColorFilterNight=1, 1, 1
|
||||
GradientMiddleColorFilterInteriorDay=1, 1, 1
|
||||
GradientMiddleColorFilterInteriorNight=1, 1, 1
|
||||
GradientHorizonIntensityDawn=1.0
|
||||
GradientHorizonIntensitySunrise=1.0
|
||||
GradientHorizonIntensityDay=1.0
|
||||
GradientHorizonIntensitySunset=1.0
|
||||
GradientHorizonIntensityDusk=1.0
|
||||
GradientHorizonIntensityNight=1.0
|
||||
GradientHorizonIntensityInteriorDay=1.0
|
||||
GradientHorizonIntensityInteriorNight=1.0
|
||||
GradientHorizonCurveDawn=1.0
|
||||
GradientHorizonCurveSunrise=1.0
|
||||
GradientHorizonCurveDay=1.0
|
||||
GradientHorizonCurveSunset=1.0
|
||||
GradientHorizonCurveDusk=1.0
|
||||
GradientHorizonCurveNight=1.0
|
||||
GradientHorizonCurveInteriorDay=1.0
|
||||
GradientHorizonCurveInteriorNight=1.0
|
||||
GradientHorizonColorFilterDawn=1, 1, 1
|
||||
GradientHorizonColorFilterSunrise=1, 1, 1
|
||||
GradientHorizonColorFilterDay=1, 1, 1
|
||||
GradientHorizonColorFilterSunset=1, 1, 1
|
||||
GradientHorizonColorFilterDusk=1, 1, 1
|
||||
GradientHorizonColorFilterNight=1, 1, 1
|
||||
GradientHorizonColorFilterInteriorDay=1, 1, 1
|
||||
GradientHorizonColorFilterInteriorNight=1, 1, 1
|
||||
CloudsIntensityDawn=1.0
|
||||
CloudsIntensitySunrise=1.0
|
||||
CloudsIntensityDay=1.0
|
||||
CloudsIntensitySunset=1.0
|
||||
CloudsIntensityDusk=1.0
|
||||
CloudsIntensityNight=1.0
|
||||
CloudsIntensityInteriorDay=1.0
|
||||
CloudsIntensityInteriorNight=1.0
|
||||
CloudsCurveDawn=1.0
|
||||
CloudsCurveSunrise=1.0
|
||||
CloudsCurveDay=1.0
|
||||
CloudsCurveSunset=1.0
|
||||
CloudsCurveDusk=1.0
|
||||
CloudsCurveNight=1.0
|
||||
CloudsCurveInteriorDay=1.0
|
||||
CloudsCurveInteriorNight=1.0
|
||||
CloudsDesaturationDawn=0.0
|
||||
CloudsDesaturationSunrise=0.0
|
||||
CloudsDesaturationDay=0.0
|
||||
CloudsDesaturationSunset=0.0
|
||||
CloudsDesaturationDusk=0.0
|
||||
CloudsDesaturationNight=0.0
|
||||
CloudsDesaturationInteriorDay=0.0
|
||||
CloudsDesaturationInteriorNight=0.0
|
||||
CloudsOpacityDawn=1.0
|
||||
CloudsOpacitySunrise=1.0
|
||||
CloudsOpacityDay=1.0
|
||||
CloudsOpacitySunset=1.0
|
||||
CloudsOpacityDusk=1.0
|
||||
CloudsOpacityNight=1.0
|
||||
CloudsOpacityInteriorDay=1.0
|
||||
CloudsOpacityInteriorNight=1.0
|
||||
CloudsColorFilterDawn=1, 1, 1
|
||||
CloudsColorFilterSunrise=1, 1, 1
|
||||
CloudsColorFilterDay=1, 1, 1
|
||||
CloudsColorFilterSunset=1, 1, 1
|
||||
CloudsColorFilterDusk=1, 1, 1
|
||||
CloudsColorFilterNight=1, 1, 1
|
||||
CloudsColorFilterInteriorDay=1, 1, 1
|
||||
CloudsColorFilterInteriorNight=1, 1, 1
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
MoonIntensityDawn=1.0
|
||||
MoonIntensitySunrise=1.0
|
||||
MoonIntensityDay=1.0
|
||||
MoonIntensitySunset=1.0
|
||||
MoonIntensityDusk=1.0
|
||||
MoonIntensityNight=1.0
|
||||
MoonIntensityInteriorDay=1.0
|
||||
MoonIntensityInteriorNight=1.0
|
||||
MoonDesaturationDawn=0.0
|
||||
MoonDesaturationSunrise=0.0
|
||||
MoonDesaturationDay=0.0
|
||||
MoonDesaturationSunset=0.0
|
||||
MoonDesaturationDusk=0.0
|
||||
MoonDesaturationNight=0.0
|
||||
MoonDesaturationInteriorDay=0.0
|
||||
MoonDesaturationInteriorNight=0.0
|
||||
MoonColorFilterDawn=1, 1, 1
|
||||
MoonColorFilterSunrise=1, 1, 1
|
||||
MoonColorFilterDay=1, 1, 1
|
||||
MoonColorFilterSunset=1, 1, 1
|
||||
MoonColorFilterDusk=1, 1, 1
|
||||
MoonColorFilterNight=1, 1, 1
|
||||
MoonColorFilterInteriorDay=1, 1, 1
|
||||
MoonColorFilterInteriorNight=1, 1, 1
|
||||
[ENVIRONMENT]
|
||||
DirectLightingIntensityDawn=1.0
|
||||
DirectLightingIntensitySunrise=1.0
|
||||
DirectLightingIntensityDay=1.0
|
||||
DirectLightingIntensitySunset=1.0
|
||||
DirectLightingIntensityDusk=1.0
|
||||
DirectLightingIntensityNight=1.0
|
||||
DirectLightingIntensityInteriorDay=1.0
|
||||
DirectLightingIntensityInteriorNight=1.0
|
||||
DirectLightingDesaturationDawn=0.0
|
||||
DirectLightingDesaturationSunrise=0.0
|
||||
DirectLightingDesaturationDay=0.0
|
||||
DirectLightingDesaturationSunset=0.0
|
||||
DirectLightingDesaturationDusk=0.0
|
||||
DirectLightingDesaturationNight=0.0
|
||||
DirectLightingDesaturationInteriorDay=0.0
|
||||
DirectLightingDesaturationInteriorNight=0.0
|
||||
DirectLightingColorFilterDawn=1, 1, 1
|
||||
DirectLightingColorFilterSunrise=1, 1, 1
|
||||
DirectLightingColorFilterDay=1, 1, 1
|
||||
DirectLightingColorFilterSunset=1, 1, 1
|
||||
DirectLightingColorFilterDusk=1, 1, 1
|
||||
DirectLightingColorFilterNight=1, 1, 1
|
||||
DirectLightingColorFilterInteriorDay=1, 1, 1
|
||||
DirectLightingColorFilterInteriorNight=1, 1, 1
|
||||
AmbientLightingIntensityDawn=1.0
|
||||
AmbientLightingIntensitySunrise=1.0
|
||||
AmbientLightingIntensityDay=1.0
|
||||
AmbientLightingIntensitySunset=1.0
|
||||
AmbientLightingIntensityDusk=1.0
|
||||
AmbientLightingIntensityNight=1.0
|
||||
AmbientLightingIntensityInteriorDay=1.0
|
||||
AmbientLightingIntensityInteriorNight=1.0
|
||||
[FOG]
|
||||
DistanceFadeDawn=1.0
|
||||
DistanceFadeSunrise=1.0
|
||||
DistanceFadeDay=1.0
|
||||
DistanceFadeSunset=1.0
|
||||
DistanceFadeDusk=1.0
|
||||
DistanceFadeNight=1.0
|
||||
DistanceFadeInteriorDay=1.0
|
||||
DistanceFadeInteriorNight=1.0
|
||||
VerticalFadeDawn=1.0
|
||||
VerticalFadeSunrise=1.0
|
||||
VerticalFadeDay=1.0
|
||||
VerticalFadeSunset=1.0
|
||||
VerticalFadeDusk=1.0
|
||||
VerticalFadeNight=1.0
|
||||
VerticalFadeInteriorDay=1.0
|
||||
VerticalFadeInteriorNight=1.0
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
269
enbseries/_fogweather.ini
Normal file
269
enbseries/_fogweather.ini
Normal file
|
|
@ -0,0 +1,269 @@
|
|||
[BLOOM]
|
||||
AmountDawn=0.1
|
||||
AmountSunrise=0.1
|
||||
AmountDay=0.1
|
||||
AmountSunset=0.1
|
||||
AmountDusk=0.1
|
||||
AmountNight=0.1
|
||||
AmountInteriorDay=0.1
|
||||
AmountInteriorNight=0.1
|
||||
[LENS]
|
||||
AmountDawn=1.0
|
||||
AmountSunrise=1.0
|
||||
AmountDay=1.0
|
||||
AmountSunset=1.0
|
||||
AmountDusk=1.0
|
||||
AmountNight=1.0
|
||||
AmountInteriorDay=1.0
|
||||
AmountInteriorNight=1.0
|
||||
[SKY]
|
||||
GradientIntensityDawn=1.0
|
||||
GradientIntensitySunrise=1.0
|
||||
GradientIntensityDay=1.0
|
||||
GradientIntensitySunset=1.0
|
||||
GradientIntensityDusk=1.0
|
||||
GradientIntensityNight=1.0
|
||||
GradientIntensityInteriorDay=1.0
|
||||
GradientIntensityInteriorNight=1.0
|
||||
GradientDesaturationDawn=0.0
|
||||
GradientDesaturationSunrise=0.0
|
||||
GradientDesaturationDay=0.0
|
||||
GradientDesaturationSunset=0.0
|
||||
GradientDesaturationDusk=0.0
|
||||
GradientDesaturationNight=0.0
|
||||
GradientDesaturationInteriorDay=0.0
|
||||
GradientDesaturationInteriorNight=0.0
|
||||
GradientTopIntensityDawn=1.0
|
||||
GradientTopIntensitySunrise=1.0
|
||||
GradientTopIntensityDay=1.0
|
||||
GradientTopIntensitySunset=1.0
|
||||
GradientTopIntensityDusk=1.0
|
||||
GradientTopIntensityNight=1.0
|
||||
GradientTopIntensityInteriorDay=1.0
|
||||
GradientTopIntensityInteriorNight=1.0
|
||||
GradientTopCurveDawn=1.0
|
||||
GradientTopCurveSunrise=1.0
|
||||
GradientTopCurveDay=1.0
|
||||
GradientTopCurveSunset=1.0
|
||||
GradientTopCurveDusk=1.0
|
||||
GradientTopCurveNight=1.0
|
||||
GradientTopCurveInteriorDay=1.0
|
||||
GradientTopCurveInteriorNight=1.0
|
||||
GradientTopColorFilterDawn=1, 1, 1
|
||||
GradientTopColorFilterSunrise=1, 1, 1
|
||||
GradientTopColorFilterDay=1, 1, 1
|
||||
GradientTopColorFilterSunset=1, 1, 1
|
||||
GradientTopColorFilterDusk=1, 1, 1
|
||||
GradientTopColorFilterNight=1, 1, 1
|
||||
GradientTopColorFilterInteriorDay=1, 1, 1
|
||||
GradientTopColorFilterInteriorNight=1, 1, 1
|
||||
GradientMiddleIntensityDawn=1.0
|
||||
GradientMiddleIntensitySunrise=1.0
|
||||
GradientMiddleIntensityDay=1.0
|
||||
GradientMiddleIntensitySunset=1.0
|
||||
GradientMiddleIntensityDusk=1.0
|
||||
GradientMiddleIntensityNight=1.0
|
||||
GradientMiddleIntensityInteriorDay=1.0
|
||||
GradientMiddleIntensityInteriorNight=1.0
|
||||
GradientMiddleCurveDawn=1.0
|
||||
GradientMiddleCurveSunrise=1.0
|
||||
GradientMiddleCurveDay=1.0
|
||||
GradientMiddleCurveSunset=1.0
|
||||
GradientMiddleCurveDusk=1.0
|
||||
GradientMiddleCurveNight=1.0
|
||||
GradientMiddleCurveInteriorDay=1.0
|
||||
GradientMiddleCurveInteriorNight=1.0
|
||||
GradientMiddleColorFilterDawn=1, 1, 1
|
||||
GradientMiddleColorFilterSunrise=1, 1, 1
|
||||
GradientMiddleColorFilterDay=1, 1, 1
|
||||
GradientMiddleColorFilterSunset=1, 1, 1
|
||||
GradientMiddleColorFilterDusk=1, 1, 1
|
||||
GradientMiddleColorFilterNight=1, 1, 1
|
||||
GradientMiddleColorFilterInteriorDay=1, 1, 1
|
||||
GradientMiddleColorFilterInteriorNight=1, 1, 1
|
||||
GradientHorizonIntensityDawn=1.0
|
||||
GradientHorizonIntensitySunrise=1.0
|
||||
GradientHorizonIntensityDay=1.0
|
||||
GradientHorizonIntensitySunset=1.0
|
||||
GradientHorizonIntensityDusk=1.0
|
||||
GradientHorizonIntensityNight=1.0
|
||||
GradientHorizonIntensityInteriorDay=1.0
|
||||
GradientHorizonIntensityInteriorNight=1.0
|
||||
GradientHorizonCurveDawn=1.0
|
||||
GradientHorizonCurveSunrise=1.0
|
||||
GradientHorizonCurveDay=1.0
|
||||
GradientHorizonCurveSunset=1.0
|
||||
GradientHorizonCurveDusk=1.0
|
||||
GradientHorizonCurveNight=1.0
|
||||
GradientHorizonCurveInteriorDay=1.0
|
||||
GradientHorizonCurveInteriorNight=1.0
|
||||
GradientHorizonColorFilterDawn=1, 1, 1
|
||||
GradientHorizonColorFilterSunrise=1, 1, 1
|
||||
GradientHorizonColorFilterDay=1, 1, 1
|
||||
GradientHorizonColorFilterSunset=1, 1, 1
|
||||
GradientHorizonColorFilterDusk=1, 1, 1
|
||||
GradientHorizonColorFilterNight=1, 1, 1
|
||||
GradientHorizonColorFilterInteriorDay=1, 1, 1
|
||||
GradientHorizonColorFilterInteriorNight=1, 1, 1
|
||||
CloudsIntensityDawn=1.0
|
||||
CloudsIntensitySunrise=1.0
|
||||
CloudsIntensityDay=1.0
|
||||
CloudsIntensitySunset=1.0
|
||||
CloudsIntensityDusk=1.0
|
||||
CloudsIntensityNight=1.0
|
||||
CloudsIntensityInteriorDay=1.0
|
||||
CloudsIntensityInteriorNight=1.0
|
||||
CloudsCurveDawn=1.0
|
||||
CloudsCurveSunrise=1.0
|
||||
CloudsCurveDay=1.0
|
||||
CloudsCurveSunset=1.0
|
||||
CloudsCurveDusk=1.0
|
||||
CloudsCurveNight=1.0
|
||||
CloudsCurveInteriorDay=1.0
|
||||
CloudsCurveInteriorNight=1.0
|
||||
CloudsDesaturationDawn=0.0
|
||||
CloudsDesaturationSunrise=0.0
|
||||
CloudsDesaturationDay=0.0
|
||||
CloudsDesaturationSunset=0.0
|
||||
CloudsDesaturationDusk=0.0
|
||||
CloudsDesaturationNight=0.0
|
||||
CloudsDesaturationInteriorDay=0.0
|
||||
CloudsDesaturationInteriorNight=0.0
|
||||
CloudsOpacityDawn=1.0
|
||||
CloudsOpacitySunrise=1.0
|
||||
CloudsOpacityDay=1.0
|
||||
CloudsOpacitySunset=1.0
|
||||
CloudsOpacityDusk=1.0
|
||||
CloudsOpacityNight=1.0
|
||||
CloudsOpacityInteriorDay=1.0
|
||||
CloudsOpacityInteriorNight=1.0
|
||||
CloudsColorFilterDawn=1, 1, 1
|
||||
CloudsColorFilterSunrise=1, 1, 1
|
||||
CloudsColorFilterDay=1, 1, 1
|
||||
CloudsColorFilterSunset=1, 1, 1
|
||||
CloudsColorFilterDusk=1, 1, 1
|
||||
CloudsColorFilterNight=1, 1, 1
|
||||
CloudsColorFilterInteriorDay=1, 1, 1
|
||||
CloudsColorFilterInteriorNight=1, 1, 1
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
MoonIntensityDawn=1.0
|
||||
MoonIntensitySunrise=1.0
|
||||
MoonIntensityDay=1.0
|
||||
MoonIntensitySunset=1.0
|
||||
MoonIntensityDusk=1.0
|
||||
MoonIntensityNight=1.0
|
||||
MoonIntensityInteriorDay=1.0
|
||||
MoonIntensityInteriorNight=1.0
|
||||
MoonDesaturationDawn=0.0
|
||||
MoonDesaturationSunrise=0.0
|
||||
MoonDesaturationDay=0.0
|
||||
MoonDesaturationSunset=0.0
|
||||
MoonDesaturationDusk=0.0
|
||||
MoonDesaturationNight=0.0
|
||||
MoonDesaturationInteriorDay=0.0
|
||||
MoonDesaturationInteriorNight=0.0
|
||||
MoonColorFilterDawn=1, 1, 1
|
||||
MoonColorFilterSunrise=1, 1, 1
|
||||
MoonColorFilterDay=1, 1, 1
|
||||
MoonColorFilterSunset=1, 1, 1
|
||||
MoonColorFilterDusk=1, 1, 1
|
||||
MoonColorFilterNight=1, 1, 1
|
||||
MoonColorFilterInteriorDay=1, 1, 1
|
||||
MoonColorFilterInteriorNight=1, 1, 1
|
||||
[ENVIRONMENT]
|
||||
DirectLightingIntensityDawn=1.0
|
||||
DirectLightingIntensitySunrise=1.0
|
||||
DirectLightingIntensityDay=1.0
|
||||
DirectLightingIntensitySunset=1.0
|
||||
DirectLightingIntensityDusk=1.0
|
||||
DirectLightingIntensityNight=1.0
|
||||
DirectLightingIntensityInteriorDay=1.0
|
||||
DirectLightingIntensityInteriorNight=1.0
|
||||
DirectLightingDesaturationDawn=0.0
|
||||
DirectLightingDesaturationSunrise=0.0
|
||||
DirectLightingDesaturationDay=0.0
|
||||
DirectLightingDesaturationSunset=0.0
|
||||
DirectLightingDesaturationDusk=0.0
|
||||
DirectLightingDesaturationNight=0.0
|
||||
DirectLightingDesaturationInteriorDay=0.0
|
||||
DirectLightingDesaturationInteriorNight=0.0
|
||||
DirectLightingColorFilterDawn=1, 1, 1
|
||||
DirectLightingColorFilterSunrise=1, 1, 1
|
||||
DirectLightingColorFilterDay=1, 1, 1
|
||||
DirectLightingColorFilterSunset=1, 1, 1
|
||||
DirectLightingColorFilterDusk=1, 1, 1
|
||||
DirectLightingColorFilterNight=1, 1, 1
|
||||
DirectLightingColorFilterInteriorDay=1, 1, 1
|
||||
DirectLightingColorFilterInteriorNight=1, 1, 1
|
||||
AmbientLightingIntensityDawn=1.0
|
||||
AmbientLightingIntensitySunrise=1.0
|
||||
AmbientLightingIntensityDay=1.0
|
||||
AmbientLightingIntensitySunset=1.0
|
||||
AmbientLightingIntensityDusk=1.0
|
||||
AmbientLightingIntensityNight=1.0
|
||||
AmbientLightingIntensityInteriorDay=1.0
|
||||
AmbientLightingIntensityInteriorNight=1.0
|
||||
[FOG]
|
||||
DistanceFadeDawn=1.0
|
||||
DistanceFadeSunrise=1.0
|
||||
DistanceFadeDay=1.0
|
||||
DistanceFadeSunset=1.0
|
||||
DistanceFadeDusk=1.0
|
||||
DistanceFadeNight=1.0
|
||||
DistanceFadeInteriorDay=1.0
|
||||
DistanceFadeInteriorNight=1.0
|
||||
VerticalFadeDawn=1.0
|
||||
VerticalFadeSunrise=1.0
|
||||
VerticalFadeDay=1.0
|
||||
VerticalFadeSunset=1.0
|
||||
VerticalFadeDusk=1.0
|
||||
VerticalFadeNight=1.0
|
||||
VerticalFadeInteriorDay=1.0
|
||||
VerticalFadeInteriorNight=1.0
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
269
enbseries/_hotfogweather.ini
Normal file
269
enbseries/_hotfogweather.ini
Normal file
|
|
@ -0,0 +1,269 @@
|
|||
[BLOOM]
|
||||
AmountDawn=0.1
|
||||
AmountSunrise=0.1
|
||||
AmountDay=0.1
|
||||
AmountSunset=0.1
|
||||
AmountDusk=0.1
|
||||
AmountNight=0.1
|
||||
AmountInteriorDay=0.1
|
||||
AmountInteriorNight=0.1
|
||||
[LENS]
|
||||
AmountDawn=1.0
|
||||
AmountSunrise=1.0
|
||||
AmountDay=1.0
|
||||
AmountSunset=1.0
|
||||
AmountDusk=1.0
|
||||
AmountNight=1.0
|
||||
AmountInteriorDay=1.0
|
||||
AmountInteriorNight=1.0
|
||||
[SKY]
|
||||
GradientIntensityDawn=1.0
|
||||
GradientIntensitySunrise=1.0
|
||||
GradientIntensityDay=1.0
|
||||
GradientIntensitySunset=1.0
|
||||
GradientIntensityDusk=1.0
|
||||
GradientIntensityNight=1.0
|
||||
GradientIntensityInteriorDay=1.0
|
||||
GradientIntensityInteriorNight=1.0
|
||||
GradientDesaturationDawn=0.0
|
||||
GradientDesaturationSunrise=0.0
|
||||
GradientDesaturationDay=0.0
|
||||
GradientDesaturationSunset=0.0
|
||||
GradientDesaturationDusk=0.0
|
||||
GradientDesaturationNight=0.0
|
||||
GradientDesaturationInteriorDay=0.0
|
||||
GradientDesaturationInteriorNight=0.0
|
||||
GradientTopIntensityDawn=1.0
|
||||
GradientTopIntensitySunrise=1.0
|
||||
GradientTopIntensityDay=1.0
|
||||
GradientTopIntensitySunset=1.0
|
||||
GradientTopIntensityDusk=1.0
|
||||
GradientTopIntensityNight=1.0
|
||||
GradientTopIntensityInteriorDay=1.0
|
||||
GradientTopIntensityInteriorNight=1.0
|
||||
GradientTopCurveDawn=1.0
|
||||
GradientTopCurveSunrise=1.0
|
||||
GradientTopCurveDay=1.0
|
||||
GradientTopCurveSunset=1.0
|
||||
GradientTopCurveDusk=1.0
|
||||
GradientTopCurveNight=1.0
|
||||
GradientTopCurveInteriorDay=1.0
|
||||
GradientTopCurveInteriorNight=1.0
|
||||
GradientTopColorFilterDawn=1, 1, 1
|
||||
GradientTopColorFilterSunrise=1, 1, 1
|
||||
GradientTopColorFilterDay=1, 1, 1
|
||||
GradientTopColorFilterSunset=1, 1, 1
|
||||
GradientTopColorFilterDusk=1, 1, 1
|
||||
GradientTopColorFilterNight=1, 1, 1
|
||||
GradientTopColorFilterInteriorDay=1, 1, 1
|
||||
GradientTopColorFilterInteriorNight=1, 1, 1
|
||||
GradientMiddleIntensityDawn=1.0
|
||||
GradientMiddleIntensitySunrise=1.0
|
||||
GradientMiddleIntensityDay=1.0
|
||||
GradientMiddleIntensitySunset=1.0
|
||||
GradientMiddleIntensityDusk=1.0
|
||||
GradientMiddleIntensityNight=1.0
|
||||
GradientMiddleIntensityInteriorDay=1.0
|
||||
GradientMiddleIntensityInteriorNight=1.0
|
||||
GradientMiddleCurveDawn=1.0
|
||||
GradientMiddleCurveSunrise=1.0
|
||||
GradientMiddleCurveDay=1.0
|
||||
GradientMiddleCurveSunset=1.0
|
||||
GradientMiddleCurveDusk=1.0
|
||||
GradientMiddleCurveNight=1.0
|
||||
GradientMiddleCurveInteriorDay=1.0
|
||||
GradientMiddleCurveInteriorNight=1.0
|
||||
GradientMiddleColorFilterDawn=1, 1, 1
|
||||
GradientMiddleColorFilterSunrise=1, 1, 1
|
||||
GradientMiddleColorFilterDay=1, 1, 1
|
||||
GradientMiddleColorFilterSunset=1, 1, 1
|
||||
GradientMiddleColorFilterDusk=1, 1, 1
|
||||
GradientMiddleColorFilterNight=1, 1, 1
|
||||
GradientMiddleColorFilterInteriorDay=1, 1, 1
|
||||
GradientMiddleColorFilterInteriorNight=1, 1, 1
|
||||
GradientHorizonIntensityDawn=1.0
|
||||
GradientHorizonIntensitySunrise=1.0
|
||||
GradientHorizonIntensityDay=1.0
|
||||
GradientHorizonIntensitySunset=1.0
|
||||
GradientHorizonIntensityDusk=1.0
|
||||
GradientHorizonIntensityNight=1.0
|
||||
GradientHorizonIntensityInteriorDay=1.0
|
||||
GradientHorizonIntensityInteriorNight=1.0
|
||||
GradientHorizonCurveDawn=1.0
|
||||
GradientHorizonCurveSunrise=1.0
|
||||
GradientHorizonCurveDay=1.0
|
||||
GradientHorizonCurveSunset=1.0
|
||||
GradientHorizonCurveDusk=1.0
|
||||
GradientHorizonCurveNight=1.0
|
||||
GradientHorizonCurveInteriorDay=1.0
|
||||
GradientHorizonCurveInteriorNight=1.0
|
||||
GradientHorizonColorFilterDawn=1, 1, 1
|
||||
GradientHorizonColorFilterSunrise=1, 1, 1
|
||||
GradientHorizonColorFilterDay=1, 1, 1
|
||||
GradientHorizonColorFilterSunset=1, 1, 1
|
||||
GradientHorizonColorFilterDusk=1, 1, 1
|
||||
GradientHorizonColorFilterNight=1, 1, 1
|
||||
GradientHorizonColorFilterInteriorDay=1, 1, 1
|
||||
GradientHorizonColorFilterInteriorNight=1, 1, 1
|
||||
CloudsIntensityDawn=1.0
|
||||
CloudsIntensitySunrise=1.0
|
||||
CloudsIntensityDay=1.0
|
||||
CloudsIntensitySunset=1.0
|
||||
CloudsIntensityDusk=1.0
|
||||
CloudsIntensityNight=1.0
|
||||
CloudsIntensityInteriorDay=1.0
|
||||
CloudsIntensityInteriorNight=1.0
|
||||
CloudsCurveDawn=1.0
|
||||
CloudsCurveSunrise=1.0
|
||||
CloudsCurveDay=1.0
|
||||
CloudsCurveSunset=1.0
|
||||
CloudsCurveDusk=1.0
|
||||
CloudsCurveNight=1.0
|
||||
CloudsCurveInteriorDay=1.0
|
||||
CloudsCurveInteriorNight=1.0
|
||||
CloudsDesaturationDawn=0.0
|
||||
CloudsDesaturationSunrise=0.0
|
||||
CloudsDesaturationDay=0.0
|
||||
CloudsDesaturationSunset=0.0
|
||||
CloudsDesaturationDusk=0.0
|
||||
CloudsDesaturationNight=0.0
|
||||
CloudsDesaturationInteriorDay=0.0
|
||||
CloudsDesaturationInteriorNight=0.0
|
||||
CloudsOpacityDawn=1.0
|
||||
CloudsOpacitySunrise=1.0
|
||||
CloudsOpacityDay=1.0
|
||||
CloudsOpacitySunset=1.0
|
||||
CloudsOpacityDusk=1.0
|
||||
CloudsOpacityNight=1.0
|
||||
CloudsOpacityInteriorDay=1.0
|
||||
CloudsOpacityInteriorNight=1.0
|
||||
CloudsColorFilterDawn=1, 1, 1
|
||||
CloudsColorFilterSunrise=1, 1, 1
|
||||
CloudsColorFilterDay=1, 1, 1
|
||||
CloudsColorFilterSunset=1, 1, 1
|
||||
CloudsColorFilterDusk=1, 1, 1
|
||||
CloudsColorFilterNight=1, 1, 1
|
||||
CloudsColorFilterInteriorDay=1, 1, 1
|
||||
CloudsColorFilterInteriorNight=1, 1, 1
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
MoonIntensityDawn=1.0
|
||||
MoonIntensitySunrise=1.0
|
||||
MoonIntensityDay=1.0
|
||||
MoonIntensitySunset=1.0
|
||||
MoonIntensityDusk=1.0
|
||||
MoonIntensityNight=1.0
|
||||
MoonIntensityInteriorDay=1.0
|
||||
MoonIntensityInteriorNight=1.0
|
||||
MoonDesaturationDawn=0.0
|
||||
MoonDesaturationSunrise=0.0
|
||||
MoonDesaturationDay=0.0
|
||||
MoonDesaturationSunset=0.0
|
||||
MoonDesaturationDusk=0.0
|
||||
MoonDesaturationNight=0.0
|
||||
MoonDesaturationInteriorDay=0.0
|
||||
MoonDesaturationInteriorNight=0.0
|
||||
MoonColorFilterDawn=1, 1, 1
|
||||
MoonColorFilterSunrise=1, 1, 1
|
||||
MoonColorFilterDay=1, 1, 1
|
||||
MoonColorFilterSunset=1, 1, 1
|
||||
MoonColorFilterDusk=1, 1, 1
|
||||
MoonColorFilterNight=1, 1, 1
|
||||
MoonColorFilterInteriorDay=1, 1, 1
|
||||
MoonColorFilterInteriorNight=1, 1, 1
|
||||
[ENVIRONMENT]
|
||||
DirectLightingIntensityDawn=1.0
|
||||
DirectLightingIntensitySunrise=1.0
|
||||
DirectLightingIntensityDay=1.0
|
||||
DirectLightingIntensitySunset=1.0
|
||||
DirectLightingIntensityDusk=1.0
|
||||
DirectLightingIntensityNight=1.0
|
||||
DirectLightingIntensityInteriorDay=1.0
|
||||
DirectLightingIntensityInteriorNight=1.0
|
||||
DirectLightingDesaturationDawn=0.0
|
||||
DirectLightingDesaturationSunrise=0.0
|
||||
DirectLightingDesaturationDay=0.0
|
||||
DirectLightingDesaturationSunset=0.0
|
||||
DirectLightingDesaturationDusk=0.0
|
||||
DirectLightingDesaturationNight=0.0
|
||||
DirectLightingDesaturationInteriorDay=0.0
|
||||
DirectLightingDesaturationInteriorNight=0.0
|
||||
DirectLightingColorFilterDawn=1, 1, 1
|
||||
DirectLightingColorFilterSunrise=1, 1, 1
|
||||
DirectLightingColorFilterDay=1, 1, 1
|
||||
DirectLightingColorFilterSunset=1, 1, 1
|
||||
DirectLightingColorFilterDusk=1, 1, 1
|
||||
DirectLightingColorFilterNight=1, 1, 1
|
||||
DirectLightingColorFilterInteriorDay=1, 1, 1
|
||||
DirectLightingColorFilterInteriorNight=1, 1, 1
|
||||
AmbientLightingIntensityDawn=1.0
|
||||
AmbientLightingIntensitySunrise=1.0
|
||||
AmbientLightingIntensityDay=1.0
|
||||
AmbientLightingIntensitySunset=1.0
|
||||
AmbientLightingIntensityDusk=1.0
|
||||
AmbientLightingIntensityNight=1.0
|
||||
AmbientLightingIntensityInteriorDay=1.0
|
||||
AmbientLightingIntensityInteriorNight=1.0
|
||||
[FOG]
|
||||
DistanceFadeDawn=1.0
|
||||
DistanceFadeSunrise=1.0
|
||||
DistanceFadeDay=1.0
|
||||
DistanceFadeSunset=1.0
|
||||
DistanceFadeDusk=1.0
|
||||
DistanceFadeNight=1.0
|
||||
DistanceFadeInteriorDay=1.0
|
||||
DistanceFadeInteriorNight=1.0
|
||||
VerticalFadeDawn=1.0
|
||||
VerticalFadeSunrise=1.0
|
||||
VerticalFadeDay=1.0
|
||||
VerticalFadeSunset=1.0
|
||||
VerticalFadeDusk=1.0
|
||||
VerticalFadeNight=1.0
|
||||
VerticalFadeInteriorDay=1.0
|
||||
VerticalFadeInteriorNight=1.0
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
SunIntensitySunset=1.0
|
||||
SunIntensityDusk=1.0
|
||||
SunIntensityNight=1.0
|
||||
SunIntensityInteriorDay=1.0
|
||||
SunIntensityInteriorNight=1.0
|
||||
SunDesaturationDawn=0.0
|
||||
SunDesaturationSunrise=0.0
|
||||
SunDesaturationDay=0.0
|
||||
SunDesaturationSunset=0.0
|
||||
SunDesaturationDusk=0.0
|
||||
SunDesaturationNight=0.0
|
||||
SunDesaturationInteriorDay=0.0
|
||||
SunDesaturationInteriorNight=0.0
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
SunColorFilterSunset=1, 1, 1
|
||||
SunColorFilterDusk=1, 1, 1
|
||||
SunColorFilterNight=1, 1, 1
|
||||
SunColorFilterInteriorDay=1, 1, 1
|
||||
SunColorFilterInteriorNight=1, 1, 1
|
||||
|
|
@ -1,15 +1,18 @@
|
|||
[WEATHER001]
|
||||
FileName=_hotweather.ini
|
||||
WeatherIDs=15e, 2b52a, a1588, f1033, ff98f, 1256fb, 12a18e, 1a6994, 1bd481, 1c3d5e, 1d670e, 1eb2ff, 1f61fd, 211221, 216a98, 21a563, 21a564, 222394, 2385fd, 2392a3, 2392a4, 2392a6, 23ab9c, 2486a4, 74c6, 247b6, 45f6f, 56638
|
||||
WeatherIDs=
|
||||
[WEATHER002]
|
||||
FileName=_coldweather.ini
|
||||
WeatherIDs=10f781, 1209af, 1c3473, 1ca7e4, 1cd096, 2115d7, 22239a, 225922, 2392a2, 2486a5, 74f2, 74f5, 74fa, 7fba, 427eb, 5d0c4
|
||||
WeatherIDs=1c3d5e, 1c8556, 74fa, 9962
|
||||
[WEATHER003]
|
||||
FileName=
|
||||
FileName=_fogweather.ini
|
||||
WeatherIDs=f1033, 222394
|
||||
[WEATHER004]
|
||||
FileName=
|
||||
FileName=_coldfogweather.ini
|
||||
WeatherIDs=1c3473, 2392a3, 74c6, 74f5, 7fba, 2224b, 25054, 5d0c4
|
||||
[WEATHER005]
|
||||
FileName=
|
||||
FileName=_hotfogweather.ini
|
||||
WeatherIDs=
|
||||
[WEATHER006]
|
||||
FileName=
|
||||
[WEATHER007]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ Bloom Offset Interior=0.0
|
|||
Bloom Intensity Cap Night=25.0
|
||||
Bloom Intensity Cap Day=25.0
|
||||
Bloom Intensity Cap Interior=25.0
|
||||
Bloom Blur Radius=1.0
|
||||
Bloom Blur Radius X=1.0
|
||||
Bloom Blur Radius Y=1.0
|
||||
Blue Shift Night=0.294, 0.424, 0.859
|
||||
Blue Shift Day=0.22, 0.537, 0.855
|
||||
Blue Shift Interior=0.337, 0.525, 0.878
|
||||
|
|
@ -38,67 +39,10 @@ Anamorphic Bloom Contrast Night=1.27
|
|||
Anamorphic Bloom Contrast Day=1.36
|
||||
Anamorphic Bloom Contrast Interior=1.15
|
||||
Anamorphic Bloom Radius Multiplier=1.0
|
||||
Bloom Intensity Interior Night=1.33
|
||||
Bloom Intensity Interior Day=1.26
|
||||
Bloom Contrast Interior Night=0.73
|
||||
Bloom Contrast Interior Day=0.75
|
||||
Bloom Saturation Interior Night=0.81
|
||||
Bloom Saturation Interior Day=0.75
|
||||
Bloom Offset Interior Night=-0.43
|
||||
Bloom Offset Interior Day=-0.42
|
||||
Bloom Intensity Cap Interior Night=100.0
|
||||
Bloom Intensity Cap Interior Day=100.0
|
||||
Blue Shift Night Red=0.2
|
||||
Blue Shift Night Green=0.6
|
||||
Blue Shift Night Blue=1.0
|
||||
Blue Shift Day Red=0.2
|
||||
Blue Shift Day Green=0.6
|
||||
Blue Shift Day Blue=1.0
|
||||
Blue Shift Interior Night Red=0.2
|
||||
Blue Shift Interior Night Green=0.6
|
||||
Blue Shift Interior Night Blue=1.0
|
||||
Blue Shift Interior Day Red=0.2
|
||||
Blue Shift Interior Day Green=0.6
|
||||
Blue Shift Interior Day Blue=1.0
|
||||
Blue Shift Intensity Interior Night=0.59
|
||||
Blue Shift Intensity Interior Day=0.48
|
||||
Anamorphic Bloom Blend Interior Night=0.69
|
||||
Anamorphic Bloom Blend Interior Day=0.63
|
||||
Anamorphic Bloom Blue Shift Night Red=0.4
|
||||
Anamorphic Bloom Blue Shift Night Green=0.1
|
||||
Anamorphic Bloom Blue Shift Night Blue=1.0
|
||||
Anamorphic Bloom Blue Shift Day Red=0.5
|
||||
Anamorphic Bloom Blue Shift Day Green=0.1
|
||||
Anamorphic Bloom Blue Shift Day Blue=1.0
|
||||
Anamorphic Bloom Blue Shift Interior Night Red=0.5
|
||||
Anamorphic Bloom Blue Shift Interior Night Green=0.1
|
||||
Anamorphic Bloom Blue Shift Interior Night Blue=1.0
|
||||
Anamorphic Bloom Blue Shift Interior Day Red=0.5
|
||||
Anamorphic Bloom Blue Shift Interior Day Green=0.1
|
||||
Anamorphic Bloom Blue Shift Interior Day Blue=1.0
|
||||
Anamorphic Bloom Blue Shift Interior Night=1.86
|
||||
Anamorphic Bloom Blue Shift Interior Day=1.86
|
||||
Anamorphic Bloom Contrast Interior Night=1.12
|
||||
Anamorphic Bloom Contrast Interior Day=1.22
|
||||
Bloom Pass 1 Blend=0.13
|
||||
Bloom Pass 2 Blend=0.2
|
||||
Bloom Pass 3 Blend=0.35
|
||||
Bloom Pass 4 Blend=0.66
|
||||
Bloom Pass 5 Blend=0.85
|
||||
Bloom Pass 6 Blend=1.05
|
||||
Enable Lens Dirt=false
|
||||
Dirt Pass 1 Blend=0.08
|
||||
Dirt Pass 2 Blend=0.25
|
||||
Dirt Pass 3 Blend=0.54
|
||||
Dirt Pass 4 Blend=1.09
|
||||
Dirt Pass 5 Blend=2.71
|
||||
Dirt Pass 6 Blend=5.68
|
||||
Dirt Contrast=2.069999
|
||||
Dirt Factor=0.53
|
||||
Bloom Blur Radius X=1.0
|
||||
Bloom Blur Radius Y=1.0
|
||||
Bloom Single Pass Blend=0.52
|
||||
Dirt Single Pass Blend=1.43
|
||||
Dirt Saturation=0.38
|
||||
Bloom Angle=0.0
|
||||
Dirt Texture Contrast=0.86
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[ENBDEPTHOFFIELD.FX]
|
||||
TECHNIQUE=1
|
||||
Fixed Resolution Width=1920
|
||||
Fixed Resolution Height=1080
|
||||
Fixed ResolutionX=1920
|
||||
Fixed ResolutionY=1080
|
||||
Depth Cutoff=999998.0
|
||||
Near Z=0.05
|
||||
Far Z=3098.0
|
||||
|
|
@ -20,7 +20,13 @@ Heat Fade Intensity=1.1
|
|||
Heat Fade Offset=-0.59
|
||||
Heat Intensity=0.6
|
||||
Heat Contrast=0.95
|
||||
Heat Time-of-day Contrast=0.5
|
||||
Heat Factor Dawn=0.32
|
||||
Heat Factor Sunrise=0.83
|
||||
Heat Factor Day=1.06
|
||||
Heat Factor Sunset=0.85
|
||||
Heat Factor Dusk=0.38
|
||||
Heat Factor Night=0.0
|
||||
Heat Factor Interior=0.0
|
||||
Heat Always Enable=true
|
||||
Enable Screen Frost=true
|
||||
Frost Contrast=1.67
|
||||
|
|
@ -31,10 +37,15 @@ Frost Radial Offset=-0.66
|
|||
Frost Texture Blend=0.94
|
||||
Frost Texture Blend Contrast=2.44
|
||||
Frost Texture Size=0.85
|
||||
Frost Indoor Factor=0.0
|
||||
Frost Night Factor=0.0
|
||||
Frost Factor Dawn=1.02
|
||||
Frost Factor Sunrise=0.79
|
||||
Frost Factor Day=0.61
|
||||
Frost Factor Sunset=0.78
|
||||
Frost Factor Dusk=1.02
|
||||
Frost Factor Night=1.32
|
||||
Frost Factor Interior=0.37
|
||||
Frost Always Enable=true
|
||||
Enable Focus Triangle=true
|
||||
Focus Mode=1
|
||||
Display Focus Points=false
|
||||
Enable Manual Focus=false
|
||||
Manual Focus Depth=1.0
|
||||
|
|
@ -49,6 +60,7 @@ Focus Triangle Blending Interior=0.8
|
|||
Focus Maximum Depth Night=990.0
|
||||
Focus Maximum Depth Day=994.0
|
||||
Focus Maximum Depth Interior=988.0
|
||||
Focus Circle Discard Center Depth=0.01
|
||||
DOF Intensity Night=471.689972
|
||||
DOF Intensity Day=421.940002
|
||||
DOF Intensity Interior=438.609985
|
||||
|
|
@ -70,6 +82,8 @@ DOF Fixed Focus Shift Interior=0.0
|
|||
DOF Fixed Focus Blend Night=1.0
|
||||
DOF Fixed Focus Blend Day=1.0
|
||||
DOF Fixed Focus Blend Interior=1.0
|
||||
DOF Fixed Focus Depth=0.01
|
||||
DOF Fixed Focus Cap=0.01
|
||||
DOF Fixed Unfocus Intensity Night=1.13
|
||||
DOF Fixed Unfocus Intensity Day=1.06
|
||||
DOF Fixed Unfocus Intensity Interior=1.24
|
||||
|
|
@ -82,9 +96,16 @@ DOF Fixed Unfocus Shift Interior=-0.78
|
|||
DOF Fixed Unfocus Blend Night=1.0
|
||||
DOF Fixed Unfocus Blend Day=1.0
|
||||
DOF Fixed Unfocus Blend Interior=1.0
|
||||
DOF Fixed Unfocus Depth=0.0
|
||||
DOF Fixed Use Cutoff=true
|
||||
Disable DOF=false
|
||||
DOF Gather Blur Radius=8.0
|
||||
DOF Blur Radius=8.0
|
||||
DOF Blur Chromatic Aberration=1.5
|
||||
Focus Plane Horizontal Tilt Center=0.5
|
||||
Focus Plane Vertical Tilt Center=0.5
|
||||
Focus Plane Horizontal Tilt=0.0
|
||||
Focus Plane Vertical Tilt=0.0
|
||||
DOF Minimum Blur=0.01
|
||||
Debug Depth=false
|
||||
Debug Focus=false
|
||||
Enable Edgevision=false
|
||||
|
|
@ -115,85 +136,3 @@ SSAO Range=20.0
|
|||
SSAO Range Min=0.0
|
||||
SSAO Blur Radius=1.0
|
||||
Debug SSAO=false
|
||||
SSAO Use Less Samples=true
|
||||
SSAO Blur Use Less Samples=true
|
||||
Focus Circle Discard Center Depth=0.01
|
||||
Underwater Frequency 1=2.36
|
||||
Underwater Frequency 2=3.39
|
||||
Underwater Frequency 3=2.72
|
||||
Underwater Speed 1=24.309999
|
||||
Underwater Speed 2=21.9
|
||||
Underwater Speed 3=26.549999
|
||||
Underwater Amplitude 1=0.1
|
||||
Underwater Amplitude 2=0.11
|
||||
Underwater Amplitude 3=0.07
|
||||
Focus Point Center X=0.5
|
||||
Focus Point Center Y=0.48
|
||||
Focus Triangle Radius Interior Night=5.0
|
||||
Focus Triangle Radius Interior Day=7.0
|
||||
Focus Triangle Blending Interior Night=0.5
|
||||
Focus Triangle Blending Interior Day=0.6
|
||||
Focus Maximum Depth Interior Night=984.0
|
||||
Focus Maximum Depth Interior Day=988.0
|
||||
DOF Intensity Interior Night=300.0
|
||||
DOF Intensity Interior Day=280.0
|
||||
DOF Contrast Interior Night=3.45
|
||||
DOF Contrast Interior Day=3.6
|
||||
DOF Shift Interior Night=0.0
|
||||
DOF Shift Interior Day=0.0
|
||||
DOF Fixed Focus Intensity Interior Night=1.0
|
||||
DOF Fixed Focus Intensity Interior Day=1.0
|
||||
DOF Fixed Focus Contrast Interior Night=1.0
|
||||
DOF Fixed Focus Contrast Interior Day=1.0
|
||||
DOF Fixed Focus Shift Interior Night=-0.01
|
||||
DOF Fixed Focus Shift Interior Day=-0.01
|
||||
DOF Fixed Focus Blend Interior Night=1.0
|
||||
DOF Fixed Focus Blend Interior Day=1.0
|
||||
DOF Fixed Unfocus Intensity Interior Night=1.5
|
||||
DOF Fixed Unfocus Intensity Interior Day=1.5
|
||||
DOF Fixed Unfocus Contrast Interior Night=230.0
|
||||
DOF Fixed Unfocus Contrast Interior Day=250.0
|
||||
DOF Fixed Unfocus Shift Interior Night=-0.98
|
||||
DOF Fixed Unfocus Shift Interior Day=-1.03
|
||||
DOF Fixed Unfocus Blend Interior Night=1.0
|
||||
DOF Fixed Unfocus Blend Interior Day=1.0
|
||||
Edgevision Fade Contrast Interior Night=2.0
|
||||
Edgevision Fade Contrast Interior Day=2.0
|
||||
Edgevision Fade Intensity Interior Night=500.0
|
||||
Edgevision Fade Intensity Interior Day=600.0
|
||||
SSAO Fade Contrast Interior Night=0.75
|
||||
SSAO Fade Contrast Interior Day=0.85
|
||||
SSAO Fade Intensity Interior Night=12.0
|
||||
SSAO Fade Intensity Interior Day=11.5
|
||||
Fixed ResolutionX=1920
|
||||
Fixed ResolutionY=1080
|
||||
DOF Minimum Blur=0.01
|
||||
Heat Factor Dawn=0.32
|
||||
Heat Factor Sunrise=0.83
|
||||
Heat Factor Day=1.06
|
||||
Heat Factor Sunset=0.85
|
||||
Heat Factor Dusk=0.38
|
||||
Heat Factor Night=0.0
|
||||
Heat Factor Interior=0.0
|
||||
Frost Factor Dawn=1.02
|
||||
Frost Factor Sunrise=0.79
|
||||
Frost Factor Day=0.61
|
||||
Frost Factor Sunset=0.78
|
||||
Frost Factor Dusk=1.02
|
||||
Frost Factor Night=1.32
|
||||
Frost Factor Interior=0.37
|
||||
DOF Bilateral Factor=20.0
|
||||
DOF Bilateral Radius=1.0
|
||||
DOF Blur Radius=8.0
|
||||
DOF Blur Chromatic Aberration=1.5
|
||||
Focus Plane Horizontal Tilt Center=0.5
|
||||
Focus Plane Vertical Tilt Center=0.5
|
||||
Focus Plane Horizontal Tilt=0.0
|
||||
Focus Plane Vertical Tilt=0.0
|
||||
Focus Mode=1
|
||||
DOF Fixed Focus Depth Night=0.01
|
||||
DOF Fixed Focus Depth Day=0.01
|
||||
DOF Fixed Focus Depth Interior=0.01
|
||||
DOF Fixed Focus Depth=0.01
|
||||
DOF Fixed Focus Cap=0.01
|
||||
DOF Fixed Unfocus Depth=0.0
|
||||
|
|
|
|||
|
|
@ -12,7 +12,15 @@ Grain Magnification=13.3, 19.6, 17.4
|
|||
Grain Pass 1 Magnification=2.05, 3.11, 2.22
|
||||
Grain Pass 2 Magnification=4.25, 9.42, 6.29
|
||||
Grain Contrast=8.450001
|
||||
Apply Grain Before Tone Mapping=true
|
||||
Enable Adaptation=true
|
||||
Tonemapping Method=3
|
||||
Tonemap Exposure Night=1.59
|
||||
Tonemap Exposure Day=1.700001
|
||||
Tonemap Exposure Interior=1.449999
|
||||
Tonemap Blend Night=1.0
|
||||
Tonemap Blend Day=1.0
|
||||
Tonemap Blend Interior=1.0
|
||||
Uncharted2 Shoulder Strength Night=0.21
|
||||
Uncharted2 Shoulder Strength Day=0.24
|
||||
Uncharted2 Shoulder Strength Interior=0.23
|
||||
|
|
@ -34,6 +42,24 @@ Uncharted2 Toe Denominator Interior=1.31
|
|||
Uncharted2 Linear White Night=13.66
|
||||
Uncharted2 Linear White Day=16.459999
|
||||
Uncharted2 Linear White Interior=14.38
|
||||
SweetFX Gamma Night=0.38
|
||||
SweetFX Gamma Day=0.36
|
||||
SweetFX Gamma Interior=0.37
|
||||
SweetFX Exposure Night=-0.83
|
||||
SweetFX Exposure Day=-0.86
|
||||
SweetFX Exposure Interior=-0.84
|
||||
SweetFX Saturation Night=0.0
|
||||
SweetFX Saturation Day=0.0
|
||||
SweetFX Saturation Interior=0.0
|
||||
SweetFX Bleach Night=0.0
|
||||
SweetFX Bleach Day=0.0
|
||||
SweetFX Bleach Interior=0.0
|
||||
SweetFX Defog Night=0.0
|
||||
SweetFX Defog Day=0.0
|
||||
SweetFX Defog Interior=0.0
|
||||
SweetFX Defog Color Night=0, 0, 1
|
||||
SweetFX Defog Color Day=0, 0, 1
|
||||
SweetFX Defog Color Interior=0, 0, 1
|
||||
Enable RGB Grading=true
|
||||
Grading Intensity Night=1.02, 1, 1.05
|
||||
Grading Intensity Day=1.04, 1.02, 1
|
||||
|
|
@ -66,88 +92,9 @@ Enable LUT Grading=true
|
|||
LUT Blend Night=0.28
|
||||
LUT Blend Day=0.33
|
||||
LUT Blend Interior=0.24
|
||||
Enable Post Dither=false
|
||||
Dither Pattern=4
|
||||
Display Bloom=false
|
||||
Grain Magnification 1=13.25
|
||||
Grain Magnification 2=19.639999
|
||||
Grain Magnification 3=17.35
|
||||
Grain Pass 1 Magnification 1=2.05
|
||||
Grain Pass 1 Magnification 2=3.11
|
||||
Grain Pass 1 Magnification 3=2.22
|
||||
Grain Pass 2 Magnification 1=4.25
|
||||
Grain Pass 2 Magnification 2=0.42
|
||||
Grain Pass 2 Magnification 3=6.29
|
||||
Tonemap Shoulder Strength Interior Night=1.13
|
||||
Tonemap Shoulder Strength Interior Day=1.14
|
||||
Tonemap Linear Strength Interior Night=0.88
|
||||
Tonemap Linear Strength Interior Day=0.92
|
||||
Tonemap Linear Angle Interior Night=0.68
|
||||
Tonemap Linear Angle Interior Day=0.58
|
||||
Tonemap Toe Strength Interior Night=0.79
|
||||
Tonemap Toe Strength Interior Day=0.69
|
||||
Tonemap Toe Numerator Interior Night=2.5
|
||||
Tonemap Toe Numerator Interior Day=2.72
|
||||
Tonemap Toe Denominator Interior Night=1.25
|
||||
Tonemap Toe Denominator Interior Day=1.07
|
||||
Tonemap Linear White Interior Night=1.33
|
||||
Tonemap Linear White Interior Day=1.37
|
||||
Grading Intensity Night Red=1.04
|
||||
Grading Intensity Night Green=1.08
|
||||
Grading Intensity Night Blue=1.07
|
||||
Grading Intensity Day Red=1.11
|
||||
Grading Intensity Day Green=1.08
|
||||
Grading Intensity Day Blue=1.04
|
||||
Grading Intensity Interior Night Red=1.07
|
||||
Grading Intensity Interior Night Green=1.03
|
||||
Grading Intensity Interior Night Blue=1.01
|
||||
Grading Intensity Interior Day Red=1.1
|
||||
Grading Intensity Interior Day Green=1.05
|
||||
Grading Intensity Interior Day Blue=1.02
|
||||
Grading Contrast Night Red=0.97
|
||||
Grading Contrast Night Green=0.94
|
||||
Grading Contrast Night Blue=0.96
|
||||
Grading Contrast Day Red=0.94
|
||||
Grading Contrast Day Green=0.99
|
||||
Grading Contrast Day Blue=0.98
|
||||
Grading Contrast Interior Night Red=0.96
|
||||
Grading Contrast Interior Night Green=0.98
|
||||
Grading Contrast Interior Night Blue=0.95
|
||||
Grading Contrast Interior Day Red=0.94
|
||||
Grading Contrast Interior Day Green=0.96
|
||||
Grading Contrast Interior Day Blue=0.99
|
||||
Grading Color Night Red=-0.91
|
||||
Grading Color Night Green=-0.62
|
||||
Grading Color Night Blue=-0.94
|
||||
Grading Color Day Red=-0.48
|
||||
Grading Color Day Green=-0.11
|
||||
Grading Color Day Blue=-0.65
|
||||
Grading Color Interior Night Red=-0.28
|
||||
Grading Color Interior Night Green=-0.12
|
||||
Grading Color Interior Night Blue=-0.06
|
||||
Grading Color Interior Day Red=-0.47
|
||||
Grading Color Interior Day Green=-0.12
|
||||
Grading Color Interior Day Blue=-0.14
|
||||
Grading Color Factor Interior Night=-0.11
|
||||
Grading Color Factor Interior Day=-0.09
|
||||
Grading Saturation Intensity Interior Night=1.43
|
||||
Grading Saturation Intensity Interior Day=1.46
|
||||
Grading Saturation Contrast Interior Night=1.19
|
||||
Grading Saturation Contrast Interior Day=1.1
|
||||
Grading Value Intensity Interior Night=1.03
|
||||
Grading Value Intensity Interior Day=1.09
|
||||
Grading Value Contrast Interior Night=1.42
|
||||
Grading Value Contrast Interior Day=1.62
|
||||
LUT Blend Interior Night=0.39
|
||||
LUT Blend Interior Day=0.45
|
||||
Display Adaptation=false
|
||||
Enable Technicolor=true
|
||||
Technicolor Blend=0.5
|
||||
Apply Grain Before Tone Mapping=true
|
||||
Enable Adaptation=true
|
||||
Enable Vanilla Tone Mapping=false
|
||||
Enable Vanilla Imagespace=true
|
||||
Use Lighten Blend=false
|
||||
Vanilla Tint Contrast=0.85
|
||||
Vanilla Tint Strength=1.23
|
||||
Vanilla Tint Blend=0.95
|
||||
|
|
@ -155,49 +102,5 @@ Vanilla Vibrance Contrast=0.82
|
|||
Vanilla Vibrance Strength=1.0
|
||||
Vanilla Vibrance Blend=0.98
|
||||
Vanilla Contrast Blend=0.84
|
||||
Enable Tonemapping=true
|
||||
Tonemap Shoulder Strength Night=0.55
|
||||
Tonemap Shoulder Strength Day=0.42
|
||||
Tonemap Shoulder Strength Interior=0.61
|
||||
Tonemap Linear Strength Night=1.16
|
||||
Tonemap Linear Strength Day=1.08
|
||||
Tonemap Linear Strength Interior=1.14
|
||||
Tonemap Linear Angle Night=0.53
|
||||
Tonemap Linear Angle Day=0.74
|
||||
Tonemap Linear Angle Interior=0.63
|
||||
Tonemap Toe Strength Night=1.56
|
||||
Tonemap Toe Strength Day=1.62
|
||||
Tonemap Toe Strength Interior=1.42
|
||||
Tonemap Toe Numerator Night=2.5
|
||||
Tonemap Toe Numerator Day=2.84
|
||||
Tonemap Toe Numerator Interior=2.73
|
||||
Tonemap Toe Denominator Night=1.27
|
||||
Tonemap Toe Denominator Day=1.38
|
||||
Tonemap Toe Denominator Interior=1.25
|
||||
Tonemap Linear White Night=4.48
|
||||
Tonemap Linear White Day=4.68
|
||||
Tonemap Linear White Interior=4.769999
|
||||
Tonemap Exposure Night=1.59
|
||||
Tonemap Exposure Day=1.700001
|
||||
Tonemap Exposure Interior=1.449999
|
||||
Tonemap Blend Night=1.0
|
||||
Tonemap Blend Day=1.0
|
||||
Tonemap Blend Interior=1.0
|
||||
SweetFX Gamma Night=0.38
|
||||
SweetFX Gamma Day=0.36
|
||||
SweetFX Gamma Interior=0.37
|
||||
SweetFX Exposure Night=-0.83
|
||||
SweetFX Exposure Day=-0.86
|
||||
SweetFX Exposure Interior=-0.84
|
||||
SweetFX Saturation Night=0.0
|
||||
SweetFX Saturation Day=0.0
|
||||
SweetFX Saturation Interior=0.0
|
||||
SweetFX Bleach Night=0.0
|
||||
SweetFX Bleach Day=0.0
|
||||
SweetFX Bleach Interior=0.0
|
||||
SweetFX Defog Night=0.0
|
||||
SweetFX Defog Day=0.0
|
||||
SweetFX Defog Interior=0.0
|
||||
SweetFX Defog Color Night=0, 0, 1
|
||||
SweetFX Defog Color Day=0, 0, 1
|
||||
SweetFX Defog Color Interior=0, 0, 1
|
||||
Display Bloom=false
|
||||
Display Adaptation=false
|
||||
|
|
|
|||
|
|
@ -6,27 +6,15 @@ Zoom Factor=0, 0, 0
|
|||
Palette Type=4
|
||||
CGA Palette=0
|
||||
EGA Palette=0
|
||||
VGA Palette=0
|
||||
Dithering Pattern=-1
|
||||
Contrast Modifier=1.5
|
||||
Saturation Modifier=0.6
|
||||
Dither Offset=-0.1
|
||||
Dither Range=0.1
|
||||
Enable ASCII=false
|
||||
ASCII Monochrome=false
|
||||
ASCII Blend=0.0
|
||||
Enable Chroma Key=false
|
||||
Chroma Key Color=0.0, 1.0, 0.0
|
||||
Chroma Key Red=0, 1, 0
|
||||
Chroma Key Depth=0.99
|
||||
Enable Dot Matrix=false
|
||||
Dot Size=1
|
||||
Dot Blend=0.4
|
||||
Dot Intensity=1.0
|
||||
Dot Contrast=1.0
|
||||
Enable Curvature=false
|
||||
Curve Chromatic Aberration=0.7
|
||||
Curve Zooming=50.200008
|
||||
Curve Distortion=0.0
|
||||
Curve Sampling Soften=0.0
|
||||
Enable Blur=true
|
||||
Blur Sampling Range=0.2
|
||||
Enable Sharp=true
|
||||
|
|
@ -38,14 +26,6 @@ Luma Sharpen Enable=true
|
|||
Luma Sharpen Radius=0.8
|
||||
Luma Sharpen Clamp=0.1
|
||||
Luma Sharpen Blending=8.0
|
||||
Emulated Resolution Width=0.0
|
||||
Emulated Resolution Height=0.0
|
||||
Zoom Factor X=0.0
|
||||
Zoom Factor Y=0.0
|
||||
Chroma Key Red=0, 1, 0
|
||||
Chroma Key Green=1.0
|
||||
Chroma Key Blue=0.0
|
||||
VGA Palette=0
|
||||
Enable Black Bars=false
|
||||
Box Horizontal Ratio=2.39
|
||||
Box Vertical Ratio=1.0
|
||||
|
|
|
|||
|
|
@ -1,90 +1,37 @@
|
|||
Only weathers used in FROST will be included.
|
||||
If there's any I've missed, please notify me.
|
||||
It's not like it really matters for now, ENB
|
||||
doesn't yet handle weathers.
|
||||
|
||||
Fallout4
|
||||
|
||||
15E DefaultWeather WARM
|
||||
116B FXDiamondSunlightBounce .
|
||||
116D DiamondWeather .
|
||||
116E DiamondWeatherPastel .
|
||||
16EC IstWeather .
|
||||
29BB8 FXWthrSunlightOffAtNight .
|
||||
2B52A CommonwealthClear WARM
|
||||
6ED5A FXWthrInvertDayNight .
|
||||
747C8 FXConcord01 .
|
||||
7548F FXWthrSunlight .
|
||||
75491 FXWthrSunlightWhite .
|
||||
76A58 FXConcord01OffatNight .
|
||||
777CF FXWthrInvertDayNightWarm .
|
||||
88C57 FXWthrMoonlightOnly .
|
||||
96C61 FXWthrMorningOnly .
|
||||
A1588 NeutralWeather WARM
|
||||
A6858 WorldMapWeather .
|
||||
DB2A1 MQ203Weather .
|
||||
F1033 CommonwealthGSOvercast WARM
|
||||
FF98F PrewarPlayerHouseInteriorWeather WARM
|
||||
108640 FXInstituteDayNightCycle .
|
||||
10D573 FXInstituteDayNightCycleKey .
|
||||
10E3D4 EditorCloudPreview .
|
||||
10F781 TCommonwealthMarshOvercast COLD
|
||||
115C64 GoodneighborWeatherBase .
|
||||
1209AF NeutralOvercast COLD
|
||||
1256FB FXNukeWeather WARM
|
||||
12A18E CommonwealthSanctuaryClear WARM
|
||||
141AB4 FXWthrSunlightWhiteBounce .
|
||||
171621 DefaultInteriorWeatherNoLUT .
|
||||
171636 FXWthrSunlightOffAtNightGlass .
|
||||
191647 FXWthrInvertDayNightGS .
|
||||
1A65E5 ConcMuseumWeather .
|
||||
1A65F0 DefaultInteriorWeather .
|
||||
1A6994 CommonwealthSanctuaryClearNukeFog WARM
|
||||
1BD481 CommonwealthGSFoggy WARM
|
||||
1C3473 CommonwealthFoggy COLD
|
||||
1C3D5E CommonwealthGSRadstorm WARM
|
||||
1C8556 CommonwealthOvercast .
|
||||
1CA7E4 CommonwealthRain COLD
|
||||
1CC186 CommonwealthMisty .
|
||||
1CD096 CommonwealthMistyRainy COLD
|
||||
1D1CEC FXWthrSunlightOffAtNightBlack .
|
||||
1D670E CommonwealthClearestSkies WARM
|
||||
1E5E60 CommonwealthDarkSkies .
|
||||
1EB2FF CommonwealthPolluted WARM
|
||||
1F2529 CommOvercastTest2 .
|
||||
1F61A1 CommonwealthDusty .
|
||||
1F61FD CGPrewarNukeFXWeather WARM
|
||||
20F46C CommonwealthOvercastBackup .
|
||||
211221 VideoVaultExit WARM
|
||||
2115D7 CommonwealthMistyRainyBackup COLD
|
||||
216A98 CommonwealthClearBackup WARM
|
||||
21A563 CommonwealthClearTrailer1 WARM
|
||||
21A564 CommonwealthClearTrailer2 WARM
|
||||
222394 CommonwealthGSRadstormOld WARM
|
||||
22239A CommonwealthRainBackup COLD
|
||||
225922 CommonwealthSanctuaryClearNoAttach COLD
|
||||
226448 CommonwealthDarkSkies3 .
|
||||
2385FB CommonwealthDarkSkies2 .
|
||||
2385FD CommonwealthClear2 WARM
|
||||
2392A2 CommonwealthFoggyBackup COLD
|
||||
2392A3 CommonwealthGSRadstormBackup WARM
|
||||
2392A4 CommonwealthGSFoggyBackup WARM
|
||||
2392A5 CommonwealthMistyBackup .
|
||||
2392A6 CommonwealthSanctuaryClearBackup WARM
|
||||
23AB9C CommonwealthClearBackup2 WARM
|
||||
2486A4 CommonwealthClear_VBFog WARM
|
||||
2486A5 CommonwealthOvercast_VBFog COLD
|
||||
f1033 CommonwealthGSOvercast Temperate Fog
|
||||
171621 DefaultInteriorWeatherNoLUT Temperate
|
||||
1a65f0 DefaultInteriorWeather Temperate
|
||||
1c3473 CommonwealthFoggy Cold Fog
|
||||
1c3d5e CommonwealthGSRadstorm Cold
|
||||
1c8556 CommonwealthOvercast Cold
|
||||
222394 CommonwealthGSRadstormOld Temperate Fog (unused? no references to it)
|
||||
2392a3 CommonwealthGSRadstormBackup Cold Fog
|
||||
|
||||
DLCCoast
|
||||
|
||||
74C6 DLC03_RadStorm WARM
|
||||
74F2 DLC03_UNUSEDMistyFogWeather COLD
|
||||
74F3 DLC03_TestMistyWeather .
|
||||
74F5 DLC03_RadMistWeather COLD
|
||||
74FA DLC03_RainWeather COLD
|
||||
7FBA DLC03_RadFogWeather COLD
|
||||
9962 DLC03_ClearWeather .
|
||||
23A97 DLC03VirtualWeather01 .
|
||||
247B6 DLC03AtomM01_RadStorm WARM
|
||||
31416 DLC03VirtualWeather01Original .
|
||||
427EB DLC03_RadMistWeatherBeforeGrantMessedItUp COLD
|
||||
45F6F DLC03_ClearWeatherFast WARM
|
||||
54132 DLC03VirtualWeather01OriginalFog .
|
||||
56378 FXWthrWindowNoGlow01 .
|
||||
56638 DLC03_ClearWeatherFastBackup WARM
|
||||
5D0C4 dlc03_radmistweatherFast COLD
|
||||
74c6 DLC03_RadStorm Cold Fog
|
||||
74f5 DLC03_RadMistWeather Cold Fog
|
||||
74fa DLC03_RainWeather Cold
|
||||
7fba DLC03_RadFogWeather Cold Fog
|
||||
9962 DLC03_ClearWeather Cold
|
||||
45f6f DLC03_ClearWeatherFast Temperate
|
||||
5d0c4 DLC03_radmistweatherFast Cold Fog
|
||||
|
||||
DLCNukaWorld (worldspace not implemented in FROST)
|
||||
|
||||
7e3b DLC04NukaWorldClear -
|
||||
30acd DLC04NukaWorldRain -
|
||||
367ca DLC04NukaWorldClearDusty -
|
||||
|
||||
|
||||
FROST
|
||||
|
||||
2224b CommonwealthFoggyLight Cold Fog
|
||||
25054 CommonwealthOvercastStormy Cold Fog
|
||||
|
|
|
|||
Reference in a new issue