Feral Heart

Help & Guidance => Game Help => Topic started by: Vwang on August 22, 2018, 02:47:50 am

Title: Direct3d screenshot problems
Post by: Vwang on August 22, 2018, 02:47:50 am
I literally got my breath taken away from the ENB mod I just got, but the bad part was that when I take a screenshot, it chops off the bottom half and makes it look odd
(https://i.imgur.com/cZi8oNp.png)
notice the top? It works fine on OpenGL but on Direct3D it messes up the screenshot
Title: Re: Direct3d screenshot problems
Post by: Vilivikhorith on August 25, 2018, 08:56:42 pm
It works fine in OpenGL because ENB modifications only work in Direct3d. Whenever you take a screenshot in-game, Ogre does a render-to-texture and saves that to file; the ENB is probably modifiying that buffer to do its ENB stuff. It looks to me like a gaussian filtre is being applied, so maybe if you disable some features in your ENB (i.e. bloom, motion blur) it won't modify it. Failing that, you might just need to get an external screenshotting tool and just capture the window that way.