View Single Post
05/04/19, 08:03 AM   #4
dralvok
Join Date: May 2019
Posts: 5
Originally Posted by Wheels View Post
Isn't that caused by the Depth of Field setting?
The option doesnt work

Originally Posted by sirinsidiator View Post
This effect is set via SetFullscreenEffect(FULLSCREEN_EFFECT_CHARACTER_FRAMING_BLUR, x, y). Using the following command in chat should remove it:
Code:
/script SetFullscreenEffect(FULLSCREEN_EFFECT_NONE)
For a more permanent solution, one could try to replace the UpdateTarget function of the ZO_CharacterFramingBlur scene fragment so it doesn't do anything. That should remove the effect from most menus.
Your name sounds familiar
  Reply With Quote