21/05/2011, 04:22 PM
5h4d0w's Plugin Manager v1.6
Features:
Tested on 5.00 M33, 5.03 GEN, 5.50 GEN, 6.20 TN and 6.35 PRO (6.20 TN has no revocery menu).
You can enable and disable plugins without a computer.
Works on PSP GOs.
You can load plugin .txt files from three locations: "ms0:/", "ef0:/", and "flash0:/".
Includes a built-in configuration editor. The editor is password-protected. The password will be encrypted.
Note: The config is saved separately from the plugin .txt files (Pressing start in the config editor will not save plugins, and vice-versa).
Can add, edit, remove, toggle, copy/paste, and move plugins in all three .txt files.
Adding a plugin is as easy as browsing for the file.
Only loads from .txt files that exist. If they don't exist, it creates them for you.
You can revert your changes by pressing [SELECT].
Gives the option to auto-exit from the app once you save your changes.
How the new "theme" format works:
Quote:Each color is separated onto its own line.
Line 1) Unselected/Regular Text
Line 2) Selected Text
Line 3) Disabled Options
Line 4) Other Text/UI Elements
Line 5) Background Color
Line 6) Will eventually be a background image file. Doesn't exist yet.
A line consists of three sets of digits, separated by an "R", a "G", and a "B".
The digits between the "R" and the "G" is the RED value.
The digits between the "G" and the "B" is the GREEN value.
The digits between the "B" and the end of the line is the BLUE value.
To make something RED, you would write "R255G0B0"; A red value of 255, and green and blue values of 0.
Changelog:
+ Moved all files into the "resources" directory.
~ Please delete the old version before copying over the new one.
+ More improvements to the recovery menu code.
+ Removed unused testing code.