I used to use a console command to remove chromatic aberration and motion blur but it no longer works after this patch. Does anyone have a working command or config edit?
r_VSync = 0 Allows rendering to be asynchronous with screen refresh. May cause image tearing.
r_MotionBlur = 0 Turns off the linear-blur effect when moving the camera.
r_ColorGrading = 0 Color Grading is a (very nice) post-processing effect.
r_SSReflections = 0 Creates glossy reflections on surfaces using a technique similar to Screen Space Ambient Occlusion (a powerful shadow shader)
r_HDRBrightLevel = 0 An HDR 'Bloom' effect. Adjustable value.
r_FogShadows = 0 Volumetric shadows, a high-quality soft shadow technique.
e_ShadowsMaxTexRes = 256 One-quarter the normal resolution shadows are rendered at. The lowest value that does not noticeably degrade quality.
e_GsmCache = 1 Tells Cry-Engine it can cache and reuse 'God Rays' (sun shafts) it has rendered.
r_TexMaxAnisotropy = 8 A small improvement on the default Anisotropy value of 4 for Low settings; Anisotropy does not significantly impact performance on last-year's high-performance hardware until a value of 16.
sys_spec_texture = 2 One step higher quality textures. High texture resolution is not expensive below a hardware-specific threshold.
One of these or a combination. I guess you can also make a user.cfg in your CitizenClient folder.