Page 1 of 1

Help

Posted: Fri Mar 19, 2021 8:25 pm
by Klohaus91
With the Sildur Mod my interface becomes transparent and the shadows look through. does anyone have an idea how to get back the full opacity of the interface?
I would like to use the shader and the mod if it doesn't throw the shadow through the interface.

Re: Help

Posted: Fri Mar 19, 2021 9:13 pm
by Idrinth
both doesn't work to my knowledge

Re: Help

Posted: Fri Mar 19, 2021 9:43 pm
by sullemunk
Klohaus91 wrote: Fri Mar 19, 2021 8:25 pm With the Sildur Mod my interface becomes transparent and the shadows look through. does anyone have an idea how to get back the full opacity of the interface?
I would like to use the shader and the mod if it doesn't throw the shadow through the interface.
it's not the UI that becomes transparent, it's the mod that draws the enhanced effects ontop of the game assets

Re: Help

Posted: Sat Mar 20, 2021 1:35 am
by tvbrowntown
There is a UI Mask function in ReShade to prevent shading bleeding through but the UI can change a lot so its difficult to use. One way you might combat this is by creating an AddOn that gets the location of textures or triggers during certain texture creating events and applies a UI Mask to those spaces by interacting with an external application that then interacts with ReShade through keybinds.

That's a bit of a task though.