File information

Last updated

Original upload

Created by

thrive4

Uploaded by

thrive4

Virus scan

Safe to use

3 comments

  1. thrive4
    thrive4
    • member
    • 37 kudos
    Locked
    Sticky
    update v1.1 23/06/2023
    - replaced sweetfx shaders with custom 3dmigoto shader
    - tweaked tonemap

    For those interested the cam mod can be found here:
    https://www.nexusmods.com/dirt2/mods/2
  2. maxbars1996
    maxbars1996
    • member
    • 1 kudos
    Hi, how to remove sharpening but save the color correction?
    1. maxbars1996
      maxbars1996
      • member
      • 1 kudos
      I found the answer myself, you need to delete the entire block with the "cartoon" method in the "upscale.hlsl" file in "ShaderFixes" folder and delete the call to this method below (just search for the word "cartoon")
    2. thrive4
      thrive4
      • member
      • 37 kudos
      Nice tip.
      Another route open upscale.hlsl and change line 148 from:
          color = cartoon(color, tex);
      to:
          //color = cartoon(color, tex);
      save upscale.hlsl and start the game or in game press F10.
      Should suffice.