Submitter
File Information
- Submitted: juil. 09 2009 16:43
- Last Updated: juil. 09 2009 16:43
- File Size: 17,95 Ko
- Views: 18
- Downloads: 3
Download HelloPRX v01.5 pour PSP
--------------------
HelloPRX v.01.5 beta
--------------------
By Sousanator
9/04/2006
Sousanator@gmail.com
HelloPRX is a very simple prx mod for custom firmware.
It will display the text in the message.txt file on your psp screen before it boots ups.
This just adds a personal touch to your psp.
-------------
Installing
-------------
Just drag ang drop the PSP folder and say yes to overwright.(Note: This will NOT delete anything already there. Trust Me)
In the custom Firmware config.txt put "ms0:/psp/system/hello.prx" in one of the loadmodules
For Example
# Extra PRX's to load on boot.
loadmodule0 = "ms0:/psp/system/HelloPRX/Hello.prx"
(remember to remove the #)
Other mods sometimes blocks this mod, and this may block other mods.
This work best on loadmodule0.
--------------
About files
--------------
Hello.prx
The core of the program
Message.txt
This stores your message, that displays on boot.
(this file name can be changed in v.01.5)
Just copy and paste ASCII text in here
http://www.network-science.de/ascii/ is a good site for some ASCII font
Config.txt
DisplayTime
This stores how long to display your message.
Lower # means short display, Big # for long Display
4000 is default (about 100 was how long it displayed in v.01)
MessagePath
This will be the path of where the message.txt is located.
You can put it in the root for easy changing access.
eg MessagePath = "ms0:/message.txt";
by default it is MessagePath = "ms0:/PSP/SYSTEM/HelloPRX/message.txt";
(note: this does not change the path of Hello.prx or Config.txt)
------------------
About Animation
------------------
It was discovered in v.01 that text animation was possible. Because of the codes unique on-the-fly printing, animation is possible. To add text animation, simply add more lines to your message.txt. The psp screen is 32 lines long, so every 32 lines will be another frame.
(this does not mean gif animation, only text for now)
------------------
Known Bugs
------------------
Will not work with the following mods
- AIOmod (ZettaBlade)
- mp3mod (Slasher)
- maybe more
(works great with vshextender (jas0nuk))
-------------------------
Trouble Shooting / FAQ
-------------------------
Q - My message displays every other line, how do I fix this?
A - If in notepad, you need to use
to separate lines
For example:
Hello
PSP User
will display
Hello
PSP User
Q - Why does my text overlap?
A - You can not put long messages, or mesages with more than 32 lines, or else it will overlap.
Q - Why does my last line not show up?
A - Sometimes you need to add an extra line(can be blank) to read the whole file.
Q - Wheres a site for that ASCII text?
A - I used http://www.network-science.de/ascii/ or you can look for the program FIGlet
(Star Wars was used for this version, but I also like Graffiti and Standard)
----------------
To Do
----------------
- Sound on boot up
- Image on boot up
---------------
Change Log
---------------
v01.5 beta (9/04/2006)
-added a config file
-can change message path
-can change how long the message stays up
v01 beta (8/28/2006)
-Public Release
Bugs/Suggestions can me emailed to me at Sousanator@gmail.com
Thanks to jas0nUK for helping me with a HelloWorld in PRX
and the psp-programming irc for putting up with my dumbness, and helping out.











