The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QeffectsGL [now working with PPSSPP]
09-29-2013, 11:39 AM (This post was last modified: 09-30-2013 02:14 AM by Blood_Ninja.)
Post: #1
Wink QeffectsGL [now working with PPSSPP]
*I can't find a proper place to put this, so I'm currently making this thread in General. Admins/mods can freely move this thread to a more proper subforum if applicable.*

https://code.google.com/p/qeffects-gl/

QeffectsGL: Graphic Mod for OpenGL-based Games (Windows only)

What is QueffectsGL?
OpenGL pseudo-driver that adds some graphical enhancements to OpenGL-based games. You should place opengl32.dll and QeffectsGL.ini to the game executable's directory before running the game. If the game has multiple renderers available (e.g. Half-Life, Unreal), OpenGL renderer must be switched to.
Effects:
  • Anisotropic texture filtering*
  • Full-screen antialiasing (MSAA)*
  • HSL color correction
  • Screen-space emboss bump-mapping
  • Screen-space ambient occlusion
  • Bloom
  • Depth of Field**

* - can be also enabled in display driver's settings (e.g. NVIDIA Control Panel). But it is also added to QeffectsGL for convenience.
** - DoF effect is disabled by default. To activate it, set "DOF" parameter to 1 in the INI file.

although according to the website it only supports games like CS1.6, Doom3, HL, Quake 3, etc., it now works with PPSSPP (in earlier builds it did not, probably due to a different OpenGL api version was used in earlier builds, but idk)

for those who are wondering why its kinda familiar, its because it was mentioned from http://forums.ppsspp.org/showthread.php?tid=2379.

and like ENB, you can tweak it to your liking. Download on the website link above or from the attachment I posted. Have fun Big Grin

to install, simply put the opengl32.dll and QeffectsGL.ini files into the PPSSPP folder (where the exe is) and just run PPSSPP. Make sure you have the latest builds from buildbot for this to work for it didn't work before in older builds (with me anyway).
Caution before using this: tweak the bloom a little because its very bright at default. its under the generic tab on the ini file.

UPDATE: Turns out that for some effects like SSAO, AA and DOF to work, rendering mode needs to be on "Non-buffered rendering". Otherwise effects like bloom, color correction work fine with "buffered rendering". Since this was made back in 2012 with no further updates from the creator, we can only expect little to no workaround for this, unless the community is willing to make fixes for the injector. Smile

SCREENS *sorry for Photobucket quality*:
Tekken 6 (Sorry for the random screens, I have yet to find a ON/OFF switch of this injector.)
OFF:
[Image: 1-OFF_zpsda3c3a32.jpg]

ON:
[Image: 1-ON_zpsc665a573.jpg]

Soul Calibur Broken Destiny
OFF:
[Image: 2-OFF2_zps90b56f61.jpg]
[Image: SC-OFF_zps5854fdc4.jpg]

ON:
[Image: 2-ON2_zps57f43086.jpg]
[Image: SC-ON_zps2c148486.jpg]

God of War: Ghosts of Sparta
OFF:
[Image: GoWOFF_zpsacc6827d.jpg]
[Image: GOW2-OFF_zps9105d14d.jpg]
[Image: GOW2-QEFFECTS-OFF_zps748aa336.jpg]

ON:
[Image: GoWON_zpsf3d76b62.jpg]
[Image: GOW2-ON_zpsd8fb7d8e.jpg]
[Image: GOW2-QEFFECTS-DOF-AA-HDR-BLOOM_zps2a32d232.jpg]

*for those who want my settings, put paste on the ini file under the Generic tab:
Code:
[Generic]
Anisotropy=16
Multisample=8
MultisampleHint=0
Bloom=2
BloomSteps=16
BloomDarken=8
BloomScale=2
SSAO=1
SSAOScale=5.0
SSAOMinZ=0.005
SSAOMaxZ=1.0
Hue=-2
Saturation=20
Lightness=0
Emboss=1
EmbossScale=0.666
DOF=1
DOFMinZ=0.005
DOFSpeed=1
DOFScale=10

it seems like the GoW games (both CoO and GoS) are the ones that fully maximize the effects of this injector, because it actually makes use of SSAO and DOF really well, and it looks very comparable, if not better, to the PS2 GoW games.


Attached File(s)
.zip  QeffectsGL.1.2.zip (Size: 77.54 KB / Downloads: 1228)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
QeffectsGL [now working with PPSSPP] - Blood_Ninja - 09-29-2013 11:39 AM

Forum Jump: