MariENB FROST 3.5.1
This commit is contained in:
parent
65b822a8f6
commit
49f0946290
8 changed files with 153 additions and 159 deletions
|
|
@ -16,6 +16,7 @@ EnableSSAO=true
|
|||
EnableSkyAmbientCalculation=true
|
||||
EnableCloudShadows=true
|
||||
EnableDetailedShadow=true
|
||||
EnableSkylighting=false
|
||||
[COLORCORRECTION]
|
||||
UseProceduralCorrection=true
|
||||
Brightness=1.0
|
||||
|
|
@ -304,22 +305,22 @@ EnableComplexFilter=true
|
|||
FilterBluriness=1
|
||||
[FOG]
|
||||
IgnoreWeatherSystem=true
|
||||
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
|
||||
DistanceFadeDawn=0.73
|
||||
DistanceFadeSunrise=0.58
|
||||
DistanceFadeDay=0.37
|
||||
DistanceFadeSunset=0.59
|
||||
DistanceFadeDusk=0.76
|
||||
DistanceFadeNight=0.93
|
||||
DistanceFadeInteriorDay=0.64
|
||||
DistanceFadeInteriorNight=0.74
|
||||
VerticalFadeDawn=0.5
|
||||
VerticalFadeSunrise=0.5
|
||||
VerticalFadeDay=0.5
|
||||
VerticalFadeSunset=0.5
|
||||
VerticalFadeDusk=0.5
|
||||
VerticalFadeNight=0.5
|
||||
VerticalFadeInteriorDay=0.5
|
||||
VerticalFadeInteriorNight=0.5
|
||||
SunIntensityDawn=1.0
|
||||
SunIntensitySunrise=1.0
|
||||
SunIntensityDay=1.0
|
||||
|
|
@ -328,14 +329,14 @@ 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
|
||||
SunDesaturationDawn=0.3
|
||||
SunDesaturationSunrise=0.5
|
||||
SunDesaturationDay=0.7
|
||||
SunDesaturationSunset=0.5
|
||||
SunDesaturationDusk=0.3
|
||||
SunDesaturationNight=0.2
|
||||
SunDesaturationInteriorDay=0.7
|
||||
SunDesaturationInteriorNight=0.2
|
||||
SunColorFilterDawn=1, 1, 1
|
||||
SunColorFilterSunrise=1, 1, 1
|
||||
SunColorFilterDay=1, 1, 1
|
||||
|
|
|
|||
Reference in a new issue