More actions
(Created page with "{{Infobox PSP homebrew | title = XMB Icon Manager | image = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.jpg|250px | type = Plugins | version = mod for 6.xx | licence...") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.jpg|250px | | image = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.jpg|250px | ||
| type = Plugins | | type = Plugins | ||
| version = mod for 6.xx | | version = mod for 6.xx () | ||
| licence = Mixed | | licence = Mixed | ||
| author = plum | | author = plum | ||
| website = | | website = https://twitter.com/plum_429/status/159646229041655808 | ||
| download = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.rar | | download = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.rar | ||
| source = | | source = | ||
}} | }} | ||
XMBIconManager is a plugin that allows you to replace and edit unused XMB options, without modifying flash0. | XMBIconManager is a plugin that allows you to replace and edit unused XMB options, without modifying flash0. | ||
Line 18: | Line 17: | ||
Originally made by Total_Noob and this is a port version made by plum (aka plum_429) to support 6.xx CFWs and HENs. | Originally made by Total_Noob and this is a port version made by plum (aka plum_429) to support 6.xx CFWs and HENs. | ||
Installation | ==Installation== | ||
Place xmbim.prx and xmbim_config.txt to the seplugins folder on your Memory Stick. | Place xmbim.prx and xmbim_config.txt to the seplugins folder on your Memory Stick. | ||
Edit vsh.txt in the same seplugins directory (create it if not already there) and add the line | Edit vsh.txt in the same seplugins directory (create it if not already there) and add the line | ||
ms0:/seplugins/xmbim.prx 1 | ms0:/seplugins/xmbim.prx 1 | ||
For PSP Go, insert this line to the text file instead | For PSP Go, insert this line to the text file instead | ||
ef0:/seplugins/xmbim.prx 1 | ef0:/seplugins/xmbim.prx 1 | ||
User guide | ==User guide== | ||
Configuration | ===Configuration=== | ||
The configuration file of this plugin is xmbim_config.txt. | The configuration file of this plugin is xmbim_config.txt. | ||
XXX = "(write the name of the icon here)". | |||
XXX_MODE = "(write the mode you want here)". | |||
XXX_FILE = "(if you want to load a file, write the path here, ms0:/...)". | |||
XXX means the option. | XXX means the option. | ||
These modes can be used: | These modes can be used: | ||
* shutdown. | |||
* suspend. | |||
* reboot. | |||
* restartvsh (useful for HEN-users). | |||
* game. | |||
* updater. | |||
* pops (psx game). | |||
* backup (iso/cso games). | |||
Example 1, replacing photo settings icon with the shutdown function. | Example 1, replacing photo settings icon with the shutdown function. | ||
PHOTO_SETTINGS = "shutdown" | PHOTO_SETTINGS = "shutdown" | ||
PHOTO_SETTINGS_MODE = "shutdown" | PHOTO_SETTINGS_MODE = "shutdown" | ||
PHOTO_SETTINGS_FILE = "" | PHOTO_SETTINGS_FILE = "" | ||
Example 2, replacing power save settings icon with launching an ISO. | Example 2, replacing power save settings icon with launching an ISO. | ||
POWER_SAVE_SETTINGS = "ISO resistance" | POWER_SAVE_SETTINGS = "ISO resistance" | ||
POWER_SAVE_SETTINGS_MODE = "backup" | POWER_SAVE_SETTINGS_MODE = "backup" | ||
POWER_SAVE_SETTINGS_FILE = "ms0:/ISO/Resistance Retribution.iso" | POWER_SAVE_SETTINGS_FILE = "ms0:/ISO/Resistance Retribution.iso" | ||
'''Note from developer:''' | |||
Save the file in unicode format if you have any characters not supported by ASCII. | Save the file in unicode format if you have any characters not supported by ASCII. | ||
If you use XMB Icon Manager, it takes some seconds to load the config file, because there are much lines to read | If you use XMB Icon Manager, it takes some seconds to load the config file, because there are much lines to read. | ||
Compatibility | To reduce the load time you can remove lines in the config you do not use. | ||
==Media== | |||
'''Xmb Icon Manager by Total_Noob''' ([https://www.youtube.com/watch?v=4hN74tH7j80 Eric de Brocart]) <br> | |||
<youtube>4hN74tH7j80</youtube> | |||
==Compatibility== | |||
Tested and works on the following Custom Firmwares: | Tested and works on the following Custom Firmwares: | ||
5.00 M33 | |||
5.50 GEN-D2/D3 | 5.00 M33 <br> | ||
6.60 ME/PROB | 5.50 GEN-D2/D3 <br> | ||
6.60 ME/PROB <br> | |||
Supported Firmwares: | Supported Firmwares: | ||
6.20 to 6.60 <br> | |||
Author's Twitter | |||
==External links== | |||
* Author's Twitter - https://twitter.com/plum_429/status/159646229041655808 | |||
[[Category:PSP homebrew applications]] | |||
[[Category:PSP homebrew plugins]] |
Revision as of 03:38, 14 August 2021
XMB Icon Manager | |
General | |
---|---|
Author(s) | plum |
Type | Plugins |
Version | mod for 6.xx () |
Licence | Mixed |
Links | |
Download | |
Website |
<htmlet>adsense</htmlet>
XMBIconManager is a plugin that allows you to replace and edit unused XMB options, without modifying flash0.
You can edit icon names and assign your own function such as: Load homebrews, Updates, PXS games, Backups, Shutdown, Suspend, Reboot and Restart VSH.
Originally made by Total_Noob and this is a port version made by plum (aka plum_429) to support 6.xx CFWs and HENs.
Installation
Place xmbim.prx and xmbim_config.txt to the seplugins folder on your Memory Stick.
Edit vsh.txt in the same seplugins directory (create it if not already there) and add the line
ms0:/seplugins/xmbim.prx 1
For PSP Go, insert this line to the text file instead
ef0:/seplugins/xmbim.prx 1
User guide
Configuration
The configuration file of this plugin is xmbim_config.txt.
XXX = "(write the name of the icon here)". XXX_MODE = "(write the mode you want here)". XXX_FILE = "(if you want to load a file, write the path here, ms0:/...)".
XXX means the option.
These modes can be used:
- shutdown.
- suspend.
- reboot.
- restartvsh (useful for HEN-users).
- game.
- updater.
- pops (psx game).
- backup (iso/cso games).
Example 1, replacing photo settings icon with the shutdown function.
PHOTO_SETTINGS = "shutdown" PHOTO_SETTINGS_MODE = "shutdown" PHOTO_SETTINGS_FILE = ""
Example 2, replacing power save settings icon with launching an ISO.
POWER_SAVE_SETTINGS = "ISO resistance" POWER_SAVE_SETTINGS_MODE = "backup" POWER_SAVE_SETTINGS_FILE = "ms0:/ISO/Resistance Retribution.iso"
Note from developer:
Save the file in unicode format if you have any characters not supported by ASCII.
If you use XMB Icon Manager, it takes some seconds to load the config file, because there are much lines to read.
To reduce the load time you can remove lines in the config you do not use.
Media
Xmb Icon Manager by Total_Noob (Eric de Brocart)
Compatibility
Tested and works on the following Custom Firmwares:
5.00 M33
5.50 GEN-D2/D3
6.60 ME/PROB
Supported Firmwares:
6.20 to 6.60
External links
- Author's Twitter - https://twitter.com/plum_429/status/159646229041655808