C4TurD4Y presents:
Selective Plugin Loader: SEPULKA v0.3B

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 because Patapon 2 and Patapon 1 (PAL only) is rhytmic game
ms0:/seplugins/music.prx          ISO|umd| ~ PataPon   2|~UCes00995

Boot screen:
 - It displays modules loaded by Sepulka and other various options like game id and title.

To do:
 - Add possibility to define custom macros

Changelog:

Version 0.3B:
* [bugfix] Now backup of InviZimals works fine with Sony NP9660 driver.
* [new] Added bootscreen displaying which module is loaded.
* More internal improvements.

Version 0.3:
* [bugfix] No more 0x80020321 error with Macrofire module loaded.
* Some internal improvements.

Version 0.2:
* [new] Added possibility to use custom loadlists (u can use it indeed central one).
* [new] Added comments

Version 0.1:
*initial release*
