Advertisement
Guest User

Untitled

a guest
Oct 19th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ////-----------------//
  2. ///**SKYRIMTONEMAP**///
  3. //-----------------////
  4. #define USE_SKYRIMTONEMAP 1 //[ColorCorrection] //-Skyrim Tonemap: Applies color correction/tonemapping based on tonemappers of popular Skyrim ENB's.
  5.  
  6. //>Skyrim Tonemap Settings<\\
  7. #define POSTPROCESS 2 //[1:6] //-Mode of postprocessing you want. Mode 1 uses V1 values, Mode 2 uses V2 values etc
  8.  
  9. //>Skyrim Tonemap Settings<\\
  10. #define EAdaptationMinV1 0.05 //[0.00:1.00] //-
  11. #define EAdaptationMaxV1 0.125 //[0.000:1.000] //-
  12. #define EContrastV1 1.00 //[0.00:1.00] //-
  13. #define EColorSaturationV1 1.00 //[0.00:1.00] //-
  14. #define EToneMappingCurveV1 6.00 //[0.00:100.00] //-
  15.  
  16. //>Skyrim Tonemap Settings<\\
  17. #define EAdaptationMinV2 0.713 //[0.00:1.00] //-
  18. #define EAdaptationMaxV2 0.748 //[0.00:1.00] //-
  19. #define EToneMappingCurveV2 2.27 //[0.00:100.00] //-
  20. #define EIntensityContrastV2 1.12 //[0.00:100.00] //-
  21. #define EColorSaturationV2 0.97 //[0.00:100.00] //-
  22. #define EToneMappingOversaturationV2 14.68 //[0.00:1000.00] //-
  23.  
  24. //>Skyrim Tonemap Settings<\\
  25. #define EAdaptationMinV3 0.001 //[0.000:1.000] //-
  26. #define EAdaptationMaxV3 0.025 //[0.000:1.000] //-
  27. #define EToneMappingCurveV3 30.00 //[0.00:100.00] //-
  28. #define EToneMappingOversaturationV3 111160.00 //[0.00:1000000.00] //-
  29.  
  30. //>Skyrim Tonemap Settings<\\
  31. #define EAdaptationMinV4 0.20 //[0.00:1.00] //-
  32. #define EAdaptationMaxV4 0.125 //[0.000:1.000] //-
  33. #define EBrightnessCurveV4 0.70 //[0.00:1.00] //-
  34. #define EBrightnessMultiplierV4 0.45 //[0.00:1.00] //-
  35. #define EBrightnessToneMappingCurveV4 0.30 //[0.00:1.00] //-
  36.  
  37. //>Skyrim Tonemap Settings<\\
  38. #define EAdaptationMinV5 0.08 //[0.00:1.00] //-
  39. #define EToneMappingCurveV5 8.00 //[0.00:100.00] //-
  40. #define EIntensityContrastV5 3.475 //[0.000:100.000] //-
  41. #define EColorSaturationV5 4.00 //[0.00:100.00] //-
  42. #define HCompensateSatV5 2.00 //[0.00:100.00] //-
  43. #define EToneMappingOversaturationV5 180.00 //[0.00:1000.00] //-
  44.  
  45. //>Skyrim Tonemap Settings<\\
  46. #define EBrightnessV6Day 2.50 //[0.00:100.00] //-
  47. #define EIntensityContrastV6Day 1.50 //[0.00:100.00] //-
  48. #define EColorSaturationV6Day 2.00 //[0.00:100.00] //-
  49. #define HCompensateSatV6Day 3.00 //[0.00:100.00] //-
  50. #define EAdaptationMinV6Day 0.64 //[0.00:1.00] //-
  51. #define EAdaptationMaxV6Day 0.24 //[0.00:1.00] //-
  52. #define EToneMappingCurveV6Day 8.00 //[0.00:100.00] //-
  53. #define EToneMappingOversaturationV6Day 2500.00 //[0.00:10000.00] //-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement