More actions
(Created page with "{{Infobox PSP Homebrews |title=HideFile PRX |image=hidefilepsp.png |description=Hide your files with an input code to keep them out of view on the XMB. |author=myschoo |lastupdated=2007/08/04 |type=Plugins |format= |version=2 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/hidefilepsp.7z |website=http://forums.qj.net/psp-development-forum/116777-update-hidefile-prx-v2.html |source= }} HideFile PRX is .prx module which can hide your files with an input code...") |
No edit summary |
||
Line 19: | Line 19: | ||
Create blank .txt file and call it vsh.txt and put this line into the file: | Create blank .txt file and call it vsh.txt and put this line into the file: | ||
ms0:/seplugins/hidefile/hidefile.prx | ms0:/seplugins/hidefile/hidefile.prx | ||
Go to Recovery Menu > Plugins and enable the plugin. | Go to Recovery Menu > Plugins and enable the plugin. |
Latest revision as of 10:36, 23 December 2024
HideFile PRX | |
---|---|
General | |
Author | myschoo |
Type | Plugins |
Version | 2 |
License | Mixed |
Last Updated | 2007/08/04 |
Links | |
Download | |
Website | |
HideFile PRX is .prx module which can hide your files with an input code to keep them out of view on the XMB.
Installation
Copy folder hidefile to ms0:/seplugins/.
Create blank .txt file and call it vsh.txt and put this line into the file:
ms0:/seplugins/hidefile/hidefile.prx
Go to Recovery Menu > Plugins and enable the plugin.
User guide
After you install HideFile, enable USB and go to ms0:/seplugins/hidefile/.
There will be new file called hidefile.ini. From there you can change:
- Toggle button
- Accept code button
- Access code
- Folders to hide
hidefile.ini
- ToggleButton - You can choose your own button, read below how to setup custom buttons.
- AcceptCodeButton - You can choose your own button, read below how to setup custom buttons.
- Code - You can change the access code to hide/unhide your files on the XMB.
- HidePhoto - Set to 1 if you want to hide Photo folders, else set to 0.
- HideMusic - Set to 1 if you want to hide Music folders, else set to 0.
- HideVideo - Set to 1 if you want to hide Video folders, else set to 0.
- HideISO - Set to 1 if you want to hide ISO folder, else set to 0.
- HideGAME - Set to 1 if you want to hide GAME folders, else set to 0.
- StatusLine - This line holds status.
List of button codes:
- button code = 9 (key = RTRIGGER)
- button code = 10 (key = LTRIGGER)
- button code = 11 (key = CIRCLE)
- button code = 12 (key = SQUARE)
- button code = 13 (key = CROSS)
- button code = 14 (key = TRIANGLE)
- button code = 15 (key = SELECT)
- button code = 16 (key = START)
- button code = 17 (key = UP)
- button code = 18 (key = DOWN)
- button code = 19 (key = LEFT)
- button code = 20 (key = RIGHT)
Example of default settings:
9 <-- means RTRIGGER 10 <-- means LTRIGGER 1234 <-- default access code 1 <-- PHOTO folders will be hidden 1 <-- MUSIC folders will be hidden 1 <-- VIDEO folders will be hidden 1 <-- ISO folder will be hidden 1 <-- GAME folders will be hidden StatusLine
If you make mistake or you delete the file, then simply (delete damaged file and) reboot your PSP. New file will be created and saved in ms0:/seplugins/hidefile/ folder.
Notes:
- Every time you change hidefile.ini, you must reboot PSP so plugin will read new settings.
- If you open hidefile.ini in NotePad, you will see new line characters (small rectangles). Do not delete new line characters.
Controls
R - Toggle HideFile (set by default)
L - Accept code (set by default)
Start - Stop HideFile
Screenshots
Compatibility
Plugin tested on:
3.52 M33-2
6.60 PROMOD-C2p
Known issues
Problem with Internet Browser: press Start to stop HideFile before you click on the Browser icon should partially solve the issue.
Changelog
V2
- Ability to hide GAME folders.
- Fixed bug with custom buttons settings.
- Little change in config file.
- Displays confirm message ("Hidden !", "Unhidden !" and "Wrong Code !").
- Little code clean up.
Credits
Thanks to: kgsws, mootoo, QJ.net, PSP-Programming.com