Most of standard Arma3 optics reset the post process effect. This doesn't concern ACO, RCO, ARCO but at least Nightstalker, AMS, DMS, MK17, LPRS, TWS...
Shifting view between from 1st (or 3rd) person to gunner cancels the effect.
Most of standard Arma3 optics reset the post process effect. This doesn't concern ACO, RCO, ARCO but at least Nightstalker, AMS, DMS, MK17, LPRS, TWS...
Shifting view between from 1st (or 3rd) person to gunner cancels the effect.
Just write a little effect in console:
test = ppEffectCreate ["DynamicBlur",450];
test ppEffectEnable true;
test ppEffectAdjust [12];
test ppEffectCommit 10;
and run the preview with different optics on MX gun.
Shift view between from 1st (or 3rd) person to gunner.
Doesn't seem linked with zoom factor as MK17 is impacted.