C4TurD4Y presents:
Selective Plugin Loader: SEPULKA v0.2

Installing:
 1. Copy "SEPULKA.PRX" to ms0:/seplugins/ directory.
 2. Add "ms0:/seplugins/sepulka.prx 1" to game.txt.
 3. Create "SEPULKA.TXT" in ms0:/seplugins/ directory.

You can also create list of modules to load (one per line) for each program (isoname_plugins.txt for iso/cso file and plugins.txt for eboot.pbp in the same directory).

To load plugin by Sepulka just add line with path to plugin and parameters (in main file).

Syntax:
 - Path to plugin (no spaces allowed in path) followed by space and parameters (game titles, game id (in  example: UCES-00666, ucus12345 ucjs-10041)) or mode (iso - all backups; umd - all umd games; pbp - all eboot.pbp files from MS (homebrew and PSN))).
 - Parameters are case-insensitive and all signs different from letters, digits and Sepulka's special signs (| and ~) are ignored, so "God of War: Chains of Olympus" and "godofwarchainsofolympus" will mean the same.
 - Blacklisting is supported. Just add ~ before parameter (ex. ~motorstorm arctic edge).
 - Parameters have to be separated by | sign.

Comments:
 - Just add # sign at line start
 - Supported at main file (ms0:/seplugins/sepulka.txt) and custom plugin lists

Example:

# loading m33_620.prx to add support for Go!Cam PSP-450
ms0:/seplugins/m33_620.prx        inviZimals| Go!Fall
# RemoteJoyLite lags GoW:CoO on hard mode
ms0:/seplugins/remotejoylite.prx  UMD | Iso | PBP | ~God of War: Chains of Olympus
# Don't load music.prx as Patapon 2 and Patapon 1 (PAL only) is rhytmic game
ms0:/seplugins/music.prx          ISO|umd| ~ PataPon   2|~UCes00995

To do:
 - Add possibility to define custom macros