Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. [GLOBAL]
  2. UseEffect=true
  3.  
  4. [EFFECT]
  5. UseOriginalPostProcessing=false
  6. EnableBloom=false
  7. EnableLens=true
  8. EnableAdaptation=true
  9. EnableDepthOfField=false
  10. EnableShadow=true
  11. EnableWater=false
  12. EnableReflection=false
  13. EnableAmbientOcclusion=true
  14. UseOriginalColorCorrection=true
  15. EnablePrepass=false
  16. EnableMotionBlur=false
  17. EnableUnderwater=true
  18. EnableSoftParticles=false
  19.  
  20. [COLORCORRECTION]
  21. UsePaletteTexture=true
  22. UseProceduralCorrection=false
  23. Brightness=1.0
  24. GammaCurve=1.7
  25.  
  26. [NIGHTDAY]
  27. DetectorLevelDay=0.0
  28. DetectorLevelNight=0.0
  29. DetectorLevelCurve=0.1
  30.  
  31. [ADAPTATION]
  32. ForceMinMaxValues=false
  33. AdaptationSensitivity=0.0
  34. AdaptationTime=0.1
  35. AdaptationMin=0.0
  36. AdaptationMax=0.1
  37.  
  38. [BLOOM]
  39. Quality=0
  40. AmountDay=0.65
  41. AmountNight=1.0
  42. BlueShiftAmountDay=1.0
  43. BlueShiftAmountNight=1.0
  44. BloomPowerDay=20
  45. BloomFadeTime=2000
  46. BloomConstantDay=5
  47. BloomQuality=0
  48. BloomScreenLevelDay=60
  49. BloomCurveDay=3
  50. BloomPowerNight=25
  51. BloomConstantNight=5
  52. BloomCurveNight=3
  53. BloomScreenLevelNight=20
  54. BloomAdaptationScreenLevel=80
  55. BloomAdaptationMultiplier=20
  56. BloomAllowOversaturation=1
  57. BloomMaxLimit=100
  58.  
  59. [LENS]
  60. LenzReflectionIntensityDay=0.5
  61. LenzReflectionIntensityNight=2.0
  62. LenzReflectionPowerDay=1.09
  63. LenzReflectionPowerNight=1.5
  64. LenzDirtIntensityDay=0.6
  65. LenzDirtIntensityNight=2.1
  66. LenzDirtPowerDay=2.1
  67. LenzDirtPowerNight=2.1
  68.  
  69. [SHADOW]
  70. ShadowAmountDay=0.37
  71. ShadowAmountNight=0.5
  72. ShadowBlurRange=0.01
  73. ShadowFadeRange=0.2
  74.  
  75. [WATER]
  76. Deepness=100.0
  77. Muddiness=0.02
  78.  
  79. [CARS]
  80. SpecularMinDay=1.0
  81. SpecularMinNight=1.0
  82. SpecularMaxDay=1.0
  83. SpecularMaxNight=1.0
  84. SpecularMultiplierDay=1.0
  85. SpecularMultiplierNight=1.0
  86. GlossinessMinDay=1.0
  87. GlossinessMinNight=1.0
  88. GlossinessMaxDay=1.0
  89. GlossinessMaxNight=1.0
  90. GlossinessMultiplierDay=45.0
  91. GlossinessMultiplierNight=45.0
  92. ReflectionSourceSpecular=0.6
  93. ReflectionSourceTFactor=0.55
  94. ReflectionAmount=0.4
  95. ReflectionFrennelFactor=6.0
  96. GlassReflectionAmount=1.0
  97. GlassFresnelFactor=3.25
  98. IBLAmount=0.45
  99. ReflectionFresnelFactor=1.0
  100.  
  101. [SSAO_SSIL]
  102. UseIndirectLighting=false
  103. SamplingQuality=0
  104. SamplingPrecision=0
  105. SamplingRange=0.05
  106. FadeFogRangeDay=0.5
  107. FadeFogRangeNight=0.5
  108. SizeScale=1.0
  109. SourceTexturesScale=0.5
  110. FilterQuality=0
  111. AOAmount=1.0
  112. ILAmount=1.0
  113. AOIntensity=1.0
  114. AOMixingType=1
  115. EnableComplexFilter=true
  116. EnableDenoiser=true
  117.  
  118. [SKY]
  119. Enable=true
  120. SunIntensity=2.0
  121. SunSize=1.0
  122. MoonIntensity=1.0
  123. MoonSize=1.0
  124. StarsIntensity=1.5
  125. StarsSize=1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement