View Single Post
05/04/19, 12:29 PM   #5
dralvok
Join Date: May 2019
Posts: 5
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.
I can confirm that that command works, tho it requires you to be in the inventory and it requires you to retype it. Thank you.

Last edited by dralvok : 05/04/19 at 01:45 PM.
  Reply With Quote