Homebrew developer homemister was able to sneak in one last surprise before the weekend hits as the latest version of LuaPlayerHM is now finally available for download. Following the version 8 drivers previously released a few weeks ago, this official release comes with the actual player, a web browser, as well as all of its related drivers.
LuaPlayerHM8 comes with a hefty list of new functions, which we've compiled below:
Fixed Wlan.startGameShare(filep ath) Now all homebrew work for gameshare.
Added and Fixed System.autoCpu() now has power modes. 1 for saver, 2 for performance.
Added Controls.wlan() returns 1 for on and 0 for off
Added System.stopPRX() Will stop and unload a PRX file that has been loaded. It needs the unique name of the PRX file given when the PRX is loaded.
Eg name = System.loadPrxKernel(file name) System.stopPRX(name)
Fixed System.loadPrxKernel(file name) Will load a PRX into the kernel memory. Allows kernel functions to be used. returns a unique name
Fixed System.loadPrx(filename) Will load a PRX into the memory. returns a unique name
Fixed System.startGameSave() Saves game data Eg System.startGameSave("Nam e of savegame","Name of game","Details/message",data to save, "Name of the game*used to identify the save data")
Fixed System.startGameLoad() Loads the save data selected Eg data = System.startGameLoad("Nam e of the game*used to identify the save data")
Fixed Wlan.init(connection number) Can use just Wlan.init() to see all conections of use Wlan.init(1-10) to automaticaly connect to a specific conection.
Added IntraFont * Use in between Gu.start3d() and Gu.end3d() *
Added New TTF library
Fixed System.startUpdate() Now works properly
Added March33 and NP9660 use for ISO loading. *Only when LPHM Drivers are installed.
Improved System.runeboot()
Improved System.startPSX()
Added Mp3me.setPos() Sets the position of the mp3 file can be used for FastFwd OR Back. Returnes the position of the file
Added Mp3me.getPos() Returnes the position of the file
Added Mp3me.stream() Will return the remaining buffer left of the mp3.
Added Mp3me Will stream songs from the internet
Added Mp3me.visL() Will return the Visualtion data for left channel.
Added Mp3me.visR() Will return the Visualtion data for right channel.
Fixed Mp3me.percent()
Fixed Mp3me.rawSongTime()
Added PingPSP. In Adhoc send string "PINGPSP", start a timer and stop the timer when the Nickname of the pinged psp is returned with PING. Eg Adhoc.send("ping) the receved data will be "OtherPSP'sNicknamePI NG"
Added Aac to Audio files able to be played (thx to sakya)
Added Aa3me.setPos() Sets the position of the Aa3 file can be used for FastFwd OR Back. Returnes the position of the file
Added Aa3me.getPos() Returnes the position of the file
Added Aa3me.stream() Will return the remaining buffer left of the Aa3
Added Aa3me Will stream songs from the internet
Added Aa3me.visL() Will return the Visualtion data for left channel.
Added Aa3me.visR() Will return the Visualtion data for right channel.
Fixed Aa3me.percent()
Fixed Aa3me.rawSongTime()
Added System.getTachyon() return version
Added System.getPommel() return version
Added System.getBaryon() return version
Added System.download() Use like the Webbrowser System.download(url,downl oad path) Must be in same directory as the LPHM Eboot
########## LPHMDRIVERS############
Added Syslib Will load the syslib.prx from the flash1:/ Alows for the following functions
Added System.mute() Mute the System volume
Added System.disableDisplay() Turn off the Screen
Added System.enableDisplay() Turn on the screen
Added System.getVolume() Returns the system volume 0-30
Added System.setVolume() Set the system Volume 0->30
Added System.setBrightness() Set the backligh brightness 0->100
Added System.getBrightness() Return the backligh brightness 0->100
Added System.homePopup() 1 to enable 0 to disable
Added volup,voldown,screen,note ,home to the Controls function. Therefor all controls need the LPHMDRIVERS installed
Added System.hook() Will make the target EBOOT.PBP loaded after the game is exited. Can be used to return to your app from UMD,ISO,Other Homebrew,PSX.
Added System.unhook() Will stop the returning to the selected EBOOT.PBP Eg System.unhook()
Fixed Other Bugs.
To download LuaPlayerHM8, you can either grab the installer we've hosted on our server or use LuaPlayerHM's Update script. Running the script will allow you to automatically download the LuaPlayerHM Drivers into your handheld.
LuaPlayerHM8 includes documentation files which outline all the new functions, as well as useful information for developers who want to use the program. If you have any feedback for homemister, you can drop by the QJ.NET forums and discuss any ideas you have about LuaPlayerHM8.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
Netlib Netlib
this is netlib v1.4. It features sending text messages (SMS) to a cell phone. (Its free for you, and cheap for them!) But seriously, it is free for you, but it acts like a normal text message for them
3D Model Export by Lumo 3D Model Export by Lumo
[Lumo] has released a few more tools in addition to his MeshLoader that will help when exporting 3D models for viewing on your PSP. An Alias MAYA 7.0 Export Script to SMSH (Simple Mesh) written in MEL, also his SMSH to 3db converter, including the required cygwin1
PSPLink 0.9j PSPLink 0.9j
PSPLINK is an attempt at producing a loader/development application to eliminate the need to go back to the VSH every time. It provides a shell over the SIO, USB or WIFI connection from which you can load new applications, dump useful system information and then reset the PSP to start another application
Phoenix Game Engine (Lua) 0.01 Phoenix Game Engine (Lua) 0.01
Phoenix Game Engine (PGE) is a fully featured engine for game development written by InsertWittyName and MK2k.
PGE Lua is the Lua wrapper of that engine.
Features:
pge.controls - Handling button and analog input.
pge.dir - Directory access and file system operations that deal with directories.
pge
LuaPlayerHM LuaPlayerHM
from homemister:
Hey All,
Here is the next version of LuaPlayerHM.
Thank you all who helped with the beta testing and contributed ideas.
Included in the download file is a Readme file, Eboot, And some demo scripts.
There will be a PDF file, That will contain all of the functions with examples
Game and Watch Fantasies Game and Watch Fantasies
There are homebrew games for the Sony PlayStation Portable, and then there are homebrew games for the Sony PlayStation Portable. Game & Watch Fantasies by homebrew developer Mia is clearly the latter, with a very quirky main character and a very quirky puzzle-platforming mechanic to boot
Lua Compiler Lua Compiler
melterx12 from our forums has released a new program today to help Lua coders get to grips with the language and compile ua code for running on a PSP. Some of you may be thinking that you don't need a compiler for Lua code, you can simply write it in notepad and save the Luascripts as .Lua files
Chipmunk Physics Demo PSP Chipmunk Physics Demo PSP
Physics engines have always been amusing homebrew application to test the limits of any platform. This latest physics engine developed by MK2k takes a look at some of the innovative game physics that can take place on the PlayStation Portable handheld with the Chipmunk Physics Demo PSP
oslAnimLib: Animation class for OSlib users oslAnimLib: Animation class for OSlib users
Developer SG57 passed by the QJ.NET Forums earlier to announce the release of oslAnimLib. This homebrew is actually a dev library built specifically to aid other developers interested in learning about how to animate images from the PSP's OSlib graphics library
PSP Hardware Alarm Interface I PSP Hardware Alarm Interface I
This download is for the source code of Mr350's recently released PSP Hardware Alarm Interface I v1.3.359 homebrew application. Be sure to remember this note from the developer before making the download:
"This is still an ON-GOING project and still supported by me (Mr305)
Comments on LuaPlayerHM8:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if LuaPlayerHM8 supports it