PSP homebrew update: LuaPlayerHM v2

PSP homebrewHomemister91 has finally taken his LuaPlayerHM out of beta phase, and is now releasing LuaPlayerHM v2 (not to be confused with previous version, LuaPlayerHM v2 Final Beta).

Download: LuaPlayerHM v2
Visit: QJ.NET PSP development forums

PSP homebrew - Image 1Homemister91 has finally taken his LuaPlayerHM out of beta phase, and is now releasing LuaPlayerHM v2 (not to be confused with previous version, LuaPlayerHM v2 Final Beta). This release has quite a hefty changelog, some of which have been carried over from the v2 Final Beta edition:

  • It no longer uses graphics.c for it’s graphics engine. But uses OSLib MOD from sayaka.
  • All of the LPHMDrivers are built into the LPHMv2 eboot.pbp and loaded automaticaly.
  • The Image functions are no longer are called with a ‘:’ But with a ‘.’ Except for image:width() and image:hight()
  • The screen functions are no longer are called with a ‘:’ But with a ‘.’
  • The screen.print(x,y,TXT,size,color,glow color, PGF Font) uses IntraFont by BenHur. Call 17 in PGF Font for Japanese charactors.
  • Wav files can be loaded and played at the same time as MP3 and other formats.
  • All mod audio files are now supported. xm,mod ect…
  • To print to the screen of blit and image you must call screen.startDraw() and after your drawing screen.endDraw()
  • To flip screen call screen.flipscreen()
  • TTF font loading has been reincluded
  • Hold down Right and Left Triggers on booting LPHMv2 to enter the Recovery Console
  • Mp3 decoding is now done via the PSP’s media decoder and uses the same functions as the PSP’s music player. It also uses less CPU power.
  • Fixed Gameshare
  • Fixed Lots of other bugs.
  • Improved Graphics and Image.
  • Added new Image functions.
  • Added new screen functions.
  • Added the ability to draw to an image in Image.blit(), Image.fillRect() and Image.drawLine()
  • Fixed Recovery and Debuging USB error

The download archive includes all th documentation you’ll be needing. And if that doesn’t work , you can always head to the forums to ask Homemister91 himself or ask around for help from the other members.

Download: LuaPlayerHM v2
Visit: QJ.NET PSP development forums


Related articles:

Add a Comment

Your email address will not be published. Required fields are marked *