Skyrim
Nuirnne II

Image information

Added on

Uploaded by

fancorzzz

About this image

Notice

This user's image description contains 2 images. Some authors like to showcase more of their work in their image descriptions or use the image description to provide a storyboard for the image provided.

You will need to be logged in before you can see this user's image description.

13 comments

  1. Floatation
    Floatation
    • member
    • 5 kudos
    Great stuff! By any chance can you give a step-by-step process on how you installed the LUT palette? Devrabbit's links on how to do so are kind of hard to follow.
    1. fancorzzz
      fancorzzz
      • member
      • 24 kudos
      1. Find the section that starts with "#ifdef E_CC_PALETTE" & ends with "#endif //E_CC_PALETTE" in enbeffect.fx file(open with txt), delete all the phrases between them.

      2. copy and paste this whole section to replace what you just deleted.

      #ifdef E_CC_PALETTE

      float2 CLut_pSize = float2(0.00390625, 0.0625);// 1 / float2(256, 16);
      color.rgb = saturate(color.rgb);
      color.b*= 15;
      float4 CLut_UV = 0;
      CLut_UV.w = floor(color.b);
      CLut_UV.xy = color.rg * 15 * CLut_pSize + 0.5 * CLut_pSize ;
      CLut_UV.x += CLut_UV.w * CLut_pSize.y;
      color.rgb = lerp( tex2Dlod(_s7, CLut_UV.xyzz).rgb, tex2Dlod(_s7, CLut_UV.xyzz + float4(CLut_pSize.y, 0, 0, 0)).rgb, color.b - CLut_UV.w);

      #endif //E_CC_PALETTE

      3. Put the enbpalette.bmp of your choosing into the enbseries folder.

      4. Open your enbseries.ini and find the section COLORCORRECTION and set UsePaletteTexture=true; or you can just tick that option in game by using ENB menu, remember to save your setting tho.
    2. Cantregisterlol
      Cantregisterlol
      • supporter
      • 102 kudos
      Have you given the LUT code with 3 different LUTs for interior, exterior and night a shot already?
    3. Floatation
      Floatation
      • member
      • 5 kudos
      Thank you for the reply and the steps! Got it working, appreciate it
    4. fancorzzz
      fancorzzz
      • member
      • 24 kudos
      Multiple palettes? Is that even a thing? If so, can you kindly share the detail?
    5. Cantregisterlol
      Cantregisterlol
      • supporter
      • 102 kudos
      Taken from jacob's blog:
      http://skyrimshot.blog.fc2.com/blog-entry-78.html(lower half of the page)
      http://enbseries.enbdev.com/forum/viewtopic.php?f=7&t=4394

      Remember to copy the code from the japanese board untranslated.
    6. fancorzzz
      fancorzzz
      • member
      • 24 kudos
      Mind-blown! Thanks for the info!
    7. Cantregisterlol
      Cantregisterlol
      • supporter
      • 102 kudos
      Let me know whether it works for you or not please.
  2. fancorzzz
    fancorzzz
    • member
    • 24 kudos
    Truly grateful for all your compliments! Thank you!
  3. Samulis
    Samulis
    • supporter
    • 101 kudos
    Wow those color effects are mind blowing :o
    Thanks for sharing your mods too. I might have to try it too! <3
  4. Aceospaeds24
    Aceospaeds24
    • premium
    • 23 kudos
    Absolutely stunning
  5. Astorino
    Astorino
    • member
    • 3 kudos
    Awesome work man, one of the best sets i saw on nexus.
  6. XxADKxX
    XxADKxX
    • member
    • 14 kudos
    so many colors! so beautiful!