Custom PPSSPP shaders
|
08-21-2016, 05:45 PM
![]() |
|||
|
|||
RE: Custom PPSSPP shaders
(08-12-2016 12:49 AM)dcloud466 Wrote: How would I go about coding/creating a simple horizontal black 100% scanlines filter? You know for 2d sprite based games to make them look better and clean up 50% of the extra pixels? Well you could try the preset file 2 in my scanline shader to see if you like it: http://nix.moderatelyimpressive.com/shad...nes1.1.zip If you want 100% black scanlines and less blur you could further configure that particular file too. Most of the filter stuff in preset 2 is already turned off, but to get what you want, change these values under the "customization settings" to the following: Code: float scanlines = 1.0; Though personally I think fully black scanlines are a bit harsh, you can try changing the "scanlines" value to anything between 1.0 and 0.0 to get the darkness you want. ![]() |
|||
« Next Oldest | Next Newest »
|