Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

XMB Icon Manager PSP: Difference between revisions

From GameBrew
(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
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP Homebrews
| title = XMB Icon Manager
|title=XMB Icon Manager
| image = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.jpg|250px
|image=Xmbiconmanagermod.png
| type = Plugins
|description=Rename existing icons and assign your own function, such as shutdown, suspend, reboot and restartvsh.
| version = mod for 6.xx
|author=plum
| licence = Mixed
|lastupdated=2012/04/20
| author = plum
|type=Plugins
| website =
|version=mod for 6.xx
| download = https://dlhb.gamebrew.org/psphomebrew/XMBIconManager.rar
|license=Mixed
| source =
|download=https://dlhb.gamebrew.org/psphomebrew/xmbiconmanager_for_6XX.zip
|website=https://twitter.com/plum_429/status/159646229041655808
}}
}}
<youtube>4hN74tH7j80</youtube>
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 = "(write the name of the icon here)".
- XXX_MODE = "(write the mode you want here)".
XXX_MODE = "(write the mode you want here)".
- XXX_FILE = "(if you want to load a file, write the path here, ms0:/...)".
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.
* shutdown.
- suspend.
* suspend.
- reboot.
* reboot.
- restartvsh (useful for HEN-users).
* restartvsh (useful for HEN-users).
- game.
* game.
- updater.
* updater.
- pops (psx game).
* pops (psx game).
- backup (iso/cso games).
* 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:
===Notes===
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. To reduce the load time you can remove lines in the config you do not use.
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''' ([https://www.youtube.com/watch?v=4hN74tH7j80 Eric de Brocart]) <br>
<youtube>4hN74tH7j80</youtube>
 
==Compatibility==
Supported Firmwares:
 
6.20 to 6.60 <br>


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
6.60 ME/PROB


Supported Firmwares:
5.00 M33 <br>
6.20 to 6.60
5.50 GEN-D2/D3 <br>
6.60 ME/PROB <br>


References
==External links==
Author's Twitter, https://twitter.com/plum_429/status/159646229041655808
* Author's Tweet - https://twitter.com/plum_429/status/159646229041655808

Latest revision as of 15:02, 18 Haziran 2024

XMB Icon Manager
Xmbiconmanagermod.png
General
Authorplum
TypePlugins
Versionmod for 6.xx
LicenseMixed
Last Updated2012/04/20
Links
Download
Website

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"

Notes

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

Supported Firmwares:

6.20 to 6.60

Tested and works on the following Custom Firmwares:

5.00 M33
5.50 GEN-D2/D3
6.60 ME/PROB

External links

Advertising: