Hey all.
Here is the last Beta. Please post any requests or bugs.
BTW the hook functions are still in progress.
Download HERE
There is the new MP3 source included. This is created from the SDK, Thx to all who work on the SDK.
Regards
Homemister
|
|
|
|
Would you like to get all the newest Gaming News from
QJ.NET in your email each day? | ||
This is a discussion on LPHMv2 Final BETA within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hey all. Here is the last Beta. Please post any requests or bugs. BTW the hook functions are still in ...
Hey all.
Here is the last Beta. Please post any requests or bugs.
BTW the hook functions are still in progress.
Download HERE
There is the new MP3 source included. This is created from the SDK, Thx to all who work on the SDK.
Regards
Homemister
Wyvern. That is all
there is not the "System.download" in lphm2
Hey, could you possibly look into making a function that allows the web browser to open without booting the network connection screen ??
Because the browser could be handy for displaying .gif format pics within a program, but it is a pain in the arse that the network connection selector pops up, and if you cancel (because there is no available wireless) then it will not display your pic....
Maybe you could add a StartBrowserNoConnection( ) function.
I, would be eternally grateful :)
PS: I guess just adding .gif support would be even easier... But enough of my requests...
THANKS homemister !!!![]()
PSP: PSP SLIM 2001 TA-088v2Custom Firmware: 5.00 M33-6
I think i will just add gif support.
I will work on the System.Download()
Wyvern. That is all
Did you add the Zip File creating function?
My Releases:
---------------------------------------------------
[URL="http://forums.qj.net/showthread.php?t=145654"]ROFLFlasher[/URL]
[URL="http://forums.qj.net/showthread.php?t=144892"]DTS MGS Edition[/URL]
[URL="http://forums.qj.net/showthread.php?t=143735"]Arkanoid Deluxe Beta[/URL]
[URL="http://forums.qj.net/showthread.php?p=2144700#post2144700"]SAVIOR![/URL]
No. Unfortunately. It is too comples for me ATM, and I am not sure if the PSP would be powerful enough.
Wyvern. That is all
My Releases:
---------------------------------------------------
[URL="http://forums.qj.net/showthread.php?t=145654"]ROFLFlasher[/URL]
[URL="http://forums.qj.net/showthread.php?t=144892"]DTS MGS Edition[/URL]
[URL="http://forums.qj.net/showthread.php?t=143735"]Arkanoid Deluxe Beta[/URL]
[URL="http://forums.qj.net/showthread.php?p=2144700#post2144700"]SAVIOR![/URL]
Nice, So what features/improvements are expected for the next update?
how do you put the code for screen.clear(),its asking for a color..?
screen.clear([color])
screen.clear(0) is black
Here is an example that will clear the screen red
Regardsred = Color.new(255,0,0,255)--Color.new(red,green,blue, alpha)
while true do
screen.startDraw()
screen.clear(red)
screen.endDraw()
screen.flipscreen()
end
Homemister
Wyvern. That is all
If you have TV out, TV out has changed a little because of the 03g's release.
You'll have to search for the old functions using old NIDs.
-Light_AleX
Thx
I will work on it.
Wyvern. That is all