--------------------
HelloPRX v.01beta
--------------------
By Sousanator
8/28/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.
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/hello.prx"
or loadmodule1 = "ms0:/psp/system/hello.prx"
or loadmodule2 = "ms0:/psp/system/hello.prx"
ect...
(remember to remove the #)



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)




Bugs/Suggestions can me emailed to me at Sousanator@gmail.com

Thanks to jas0nUK for helping me with a HelloWorld in PRX




