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")
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.
3 comments
- 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
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.