More actions
(Created page with "{{Infobox PSP homebrew | title = QuickBoot | image = https://dlhb.gamebrew.org/psphomebrew/QuickBoot.jpg|250px | type = Plugins | version = v3.5 | licence = Mixed | author = w...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = QuickBoot | | title = QuickBoot | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/quickboot.jpg|250px | ||
| type = Plugins | | type = Plugins | ||
| version = | | version = 3.2 (4 Jan 2013) | ||
| licence = Mixed | | licence = Mixed | ||
| author = wn (wnbyaku) | | author = wn (wnbyaku) | ||
| website = https:// | | website = https://twitter.com/wnbyaku | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/quickboot.7z | ||
| source = | | source = https://dlhb.gamebrew.org/psphomebrew/quickboot.7z | ||
}} | }} | ||
QuickBoot is a plugin that allows you to quickly boot GAME/POPS/ISO on VSH startup using a shortcut key, without returning to the XMB. | QuickBoot is a plugin that allows you to quickly boot GAME/POPS/ISO on VSH startup using a shortcut key, without returning to the XMB. | ||
Installation | ==Installation== | ||
In order to use this plugin you will need | '''Note:''' In order to use this plugin you will also need [http://code.google.com/p/prx-common-libraries/downloads/list cmlibMenu] 1.8 or newer. | ||
Copy the lib folder, quick_boot.ini and quick_boot.prx to the seplugins folders on your Memory Stick. | Copy the lib folder, quick_boot.ini and quick_boot.prx to the seplugins folders on your Memory Stick. | ||
Add the following path to vsh.txt, game.txt and pops.txt within the same seplugins directory | Add the following path to vsh.txt, game.txt and pops.txt within the same seplugins directory | ||
ms0:/seplugins/quick_boot.prx 1 | ms0:/seplugins/quick_boot.prx 1 | ||
User guide | ==User guide== | ||
You can change the configuration by editing ms0:/seplugins/quick_boot.ini on PC (via Notepad++). | You can change the configuration by editing ms0:/seplugins/quick_boot.ini on PC (via Notepad++). | ||
Menu button: | '''Menu button:''' | ||
MENU_BTN - Button to open/close menu. Up to 3 combination keys can be set. | * MENU_BTN - Button to open/close menu. Up to 3 combination keys can be set. | ||
Custom color: | '''Custom color:''' | ||
FNT_COL - Font color. AABBGGRR in hexadecimal. | * FNT_COL - Font color. AABBGGRR in hexadecimal. | ||
SHDW_COL - Shadow color. AABBGGRR in hexadecimal. | * SHDW_COL - Shadow color. AABBGGRR in hexadecimal. | ||
SEL_COL - Select color. AABBGGRR in hexadecimal. | * SEL_COL - Select color. AABBGGRR in hexadecimal. | ||
WIN_COL - Window color. AABBGGRR in hexadecimal. | * WIN_COL - Window color. AABBGGRR in hexadecimal. | ||
WIN_COL2 - Window color2. AABBGGRR in hexadecimal. | * WIN_COL2 - Window color2. AABBGGRR in hexadecimal. | ||
(Alpha value is not applied.) | ** (Alpha value is not applied.) | ||
UMD driver for ISO: | '''UMD driver for ISO:''' | ||
UMDMODE - Can choose between Normal, M33, NP9660 and ME/Inferno. | * UMDMODE - Can choose between Normal, M33, NP9660 and ME/Inferno. | ||
Default list for quick access: | '''Default list for quick access:''' | ||
DEFAULT_LIST - Can choose to display All or Favourites (lists) when opening the menu | * DEFAULT_LIST - Can choose to display All or Favourites (lists) when opening the menu. | ||
'''AutoStart GAME/POPS/ISO on VSH startup with a shortcut key:''' | |||
* AS_UP - AutoStart path for Up button. | |||
* AS_RIGHT - AutoStart path for Right button. | |||
* AS_DOWN - AutoStart path for Down button. | |||
* AS_LEFT - AutoStart path for Left button. | |||
Example: | Example: | ||
AS_UP = ms0:/PSP/GAME/FastRecovery/EBOOT.PBP | AS_UP = ms0:/PSP/GAME/FastRecovery/EBOOT.PBP | ||
AS_DOWN = ms0:/ISO/my disc.iso | AS_DOWN = ms0:/ISO/my disc.iso | ||
==Controls== | |||
Note - Open/close menu | |||
Cross - Select | Cross - Select | ||
Circle - Close menu | Circle - Close menu | ||
Select - Change UMD driver (in QuickBoot menu) | Select - Change UMD driver (in QuickBoot menu) | ||
L | |||
L/R - Switch between list and favourites | |||
Suqare - Add favourite (in list) | Suqare - Add favourite (in list) | ||
Triangle - Remove favourite (in favourites) | Triangle - Remove favourite (in favourites) | ||
Compatibility | ==Compatibility== | ||
Tested by the developer on: | Tested by the developer on: | ||
PSP-3000 with 6.39LME-9.6 | |||
PSP-1000 with 6.60ME-1.6/PRO-B9 | PSP-3000 with 6.39LME-9.6 <br> | ||
PSP-1000 with 6.60ME-1.6/PRO-B9 <br> | |||
Tested and works on the Following Custom Firmware/Hen: | Tested and works on the Following Custom Firmware/Hen: | ||
6.20 PRO | |||
6.35 PRO | 6.20 PRO <br> | ||
6.39 ME/PRO | 6.35 PRO <br> | ||
6.60 ME/PRO | 6.39 ME/PRO <br> | ||
6.60 ME/PRO <br> | |||
Supported Firmwares: | Supported Firmwares: | ||
6.20 to 6.60 <br> | |||
==Changelog== | |||
'''v3.2 2013/01/04''' | |||
* Could boot an Updater. | |||
* Added Readme_jp.txt and Changelog_jp.txt. | |||
* Little changed animation. | |||
'''v3.1 2012/03/31''' | |||
* Added DEFAULT_LIST into ini. | |||
* Optimized a some code. | |||
* Fixed the freeze bug when opening the Menu when accessing a MemoryStick. | |||
* Added key {HOME, SCREEN, VOL UP, VOL DOWN} into MENU_BTN. | |||
* Changed a key in MENU_BTN {L -> LTRI, R -> RTRI}. | |||
* OpenSource with GPLv2 and free. | |||
'''v3.0 2011/11/01''' | |||
* Changed the UI. | |||
* Optimized a code. | |||
* Disable AlphaBlending with user color. | |||
* Added Favorite function. | |||
'''v2.0 2011/10/13''' | |||
* Supported 05g. | |||
* Improved the loadexec used of M33 driver on PRO. | |||
'''vtest10 2011/10/04''' | |||
* Added AutoStart function. | |||
'''vtest9 2011/09/30''' | |||
* Fixed issue: gameid was not refreshed. | |||
* Fixed issue: could not boot ISO in VSH on ME/LME. | |||
'''vtest8''' | |||
* Changed a method of suspend/resume a thread (from ABCanG). | |||
* Reduced memory usage. | |||
* Improved the loadexec used of Normal driver. | |||
==Credits== | |||
Plum: This plugin using his suspend/resume thread method. | |||
ABCanG: This plugin using his suspend/resume thread method. | |||
neur0n: Thanks for advice. | |||
Team Otwibaco: This plugin import their cmlibMenu. | Team Otwibaco: This plugin import their cmlibMenu. | ||
==External links== | |||
Author's Twitter | * Author's Twitter - https://twitter.com/wnbyaku | ||
* Wololo - https://wololo.net/talk/viewtopic.php?t=39100 | |||
[[Category:PSP homebrew applications]] | |||
[[Category:PSP homebrew plugins]] |
Revision as of 03:29, 15 August 2021
QuickBoot | |
General | |
---|---|
Author(s) | wn (wnbyaku) |
Type | Plugins |
Version | 3.2 (4 Jan 2013) |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
<htmlet>adsense</htmlet>
QuickBoot is a plugin that allows you to quickly boot GAME/POPS/ISO on VSH startup using a shortcut key, without returning to the XMB.
Installation
Note: In order to use this plugin you will also need cmlibMenu 1.8 or newer.
Copy the lib folder, quick_boot.ini and quick_boot.prx to the seplugins folders on your Memory Stick.
Add the following path to vsh.txt, game.txt and pops.txt within the same seplugins directory
ms0:/seplugins/quick_boot.prx 1
User guide
You can change the configuration by editing ms0:/seplugins/quick_boot.ini on PC (via Notepad++).
Menu button:
- MENU_BTN - Button to open/close menu. Up to 3 combination keys can be set.
Custom color:
- FNT_COL - Font color. AABBGGRR in hexadecimal.
- SHDW_COL - Shadow color. AABBGGRR in hexadecimal.
- SEL_COL - Select color. AABBGGRR in hexadecimal.
- WIN_COL - Window color. AABBGGRR in hexadecimal.
- WIN_COL2 - Window color2. AABBGGRR in hexadecimal.
- (Alpha value is not applied.)
UMD driver for ISO:
- UMDMODE - Can choose between Normal, M33, NP9660 and ME/Inferno.
Default list for quick access:
- DEFAULT_LIST - Can choose to display All or Favourites (lists) when opening the menu.
AutoStart GAME/POPS/ISO on VSH startup with a shortcut key:
- AS_UP - AutoStart path for Up button.
- AS_RIGHT - AutoStart path for Right button.
- AS_DOWN - AutoStart path for Down button.
- AS_LEFT - AutoStart path for Left button.
Example:
AS_UP = ms0:/PSP/GAME/FastRecovery/EBOOT.PBP AS_DOWN = ms0:/ISO/my disc.iso
Controls
Note - Open/close menu
Cross - Select
Circle - Close menu
Select - Change UMD driver (in QuickBoot menu)
L/R - Switch between list and favourites
Suqare - Add favourite (in list)
Triangle - Remove favourite (in favourites)
Compatibility
Tested by the developer on:
PSP-3000 with 6.39LME-9.6
PSP-1000 with 6.60ME-1.6/PRO-B9
Tested and works on the Following Custom Firmware/Hen:
6.20 PRO
6.35 PRO
6.39 ME/PRO
6.60 ME/PRO
Supported Firmwares:
6.20 to 6.60
Changelog
v3.2 2013/01/04
- Could boot an Updater.
- Added Readme_jp.txt and Changelog_jp.txt.
- Little changed animation.
v3.1 2012/03/31
- Added DEFAULT_LIST into ini.
- Optimized a some code.
- Fixed the freeze bug when opening the Menu when accessing a MemoryStick.
- Added key {HOME, SCREEN, VOL UP, VOL DOWN} into MENU_BTN.
- Changed a key in MENU_BTN {L -> LTRI, R -> RTRI}.
- OpenSource with GPLv2 and free.
v3.0 2011/11/01
- Changed the UI.
- Optimized a code.
- Disable AlphaBlending with user color.
- Added Favorite function.
v2.0 2011/10/13
- Supported 05g.
- Improved the loadexec used of M33 driver on PRO.
vtest10 2011/10/04
- Added AutoStart function.
vtest9 2011/09/30
- Fixed issue: gameid was not refreshed.
- Fixed issue: could not boot ISO in VSH on ME/LME.
vtest8
- Changed a method of suspend/resume a thread (from ABCanG).
- Reduced memory usage.
- Improved the loadexec used of Normal driver.
Credits
Plum: This plugin using his suspend/resume thread method.
ABCanG: This plugin using his suspend/resume thread method.
neur0n: Thanks for advice.
Team Otwibaco: This plugin import their cmlibMenu.
External links
- Author's Twitter - https://twitter.com/wnbyaku
- Wololo - https://wololo.net/talk/viewtopic.php?t=39100