saltr;I have but I managed to tweak the sharpening to a good blend between smooth and sharp. And made it so it will sharpen the shadows a bit more than the default settings do. Not the settings I just posted though.
valks666;Great that it helped out somewhat at least

Well I bought myself a new monitor a couple of weeks ago because one of my old ones had some serious issues with light leaks and image burning. The new Samsung 27" S27A950D LED 120Hz monitor which I could recommend but it's a bit pricey I paid 4290 swedish kronor ~ 658 US Dollars for it. But a monitor is something I don't often buy new ones for a long period of time.
It's a TN panel but with very good color reproduction and sharpness for being a TN Panel (which is adjustable in OSD) and 120HZ doesn't hurt either with games like CoD

Oh and by the way is there anyone interested in having Day Night separation for the interiors with commands inside the enbeffect.fx file?
What I mean is this, example commands below;
Day, Night and Interior/DNI seperation, the before
float EBrightnessDayV2=1.0;
float EBrightnessNightV2=1.0;
float EBrightnessInteriorV2=1.0;
Exterior Day and night + Interior Night and Day, the after
// Exterior
float EBrightnessExtDayV2=1.0;
float EBrightnessExtNightV2=1.0;
//Interior
float EBrightnessIntDayV2=1.0;
float EBrightnessIntNightV2=1.0;