Its not in the ingame options but heres how you do it.
Open the following file with Notepad:
C:\\Program Files\\Electronic Arts\\Crytek\\Crysis SP Demo\\Game\\Config\\CVarGroups\\sys_spec_PostProce ssing.cfg
The numbers 1-4 are the settings ingame (Low, Medium, High, Very High)
If you play on Very High:
Under "4" change it to "r_MotionBlur=0"
If you play on High:
Under "3" change it to "r_MotionBlur=0"
Of course you can just change both if you want both of them disabled. If you want a good performance boost change Depth of Field to 0 as well. (r_DepthOfField=0)
This is what it should look like with Motion Blur and Depth of Field disabled on all settings:
Quote:
(This is set to very high so don't just copy/paste unless you want it set to very high)
Open the following file with Notepad:
C:\\Program Files\\Electronic Arts\\Crytek\\Crysis SP Demo\\Game\\Config\\CVarGroups\\sys_spec_PostProce ssing.cfg
The numbers 1-4 are the settings ingame (Low, Medium, High, Very High)
If you play on Very High:
Under "4" change it to "r_MotionBlur=0"
If you play on High:
Under "3" change it to "r_MotionBlur=0"
Of course you can just change both if you want both of them disabled. If you want a good performance boost change Depth of Field to 0 as well. (r_DepthOfField=0)
This is what it should look like with Motion Blur and Depth of Field disabled on all settings:
Quote:
[default] ; default of this CVarGroup = 4 r_DepthOfField=0 r_MotionBlur=0 r_sunshafts=1 r_UseEdgeAA=1 r_Flares=1 r_Coronas=1 r_colorgrading=1 r_GlowScreenMultiplier = 0.2 [1] r_DepthOfField=0 r_MotionBlur=0 r_Flares=1 r_Coronas=1 r_UseEdgeAA=0 r_sunshafts=0 r_colorgrading=0 r_GlowScreenMultiplier = 0.2 [2] r_DepthOfField=0 r_sunshafts=0 r_MotionBlur=0 r_UseEdgeAA=0 r_GlowScreenMultiplier = 0.2 [3] r_DepthOfField=0 r_sunshafts=0 r_MotionBlur=0 r_colorgrading=0 r_GlowScreenMultiplier = 0.2 |