
LUA Player HM
Applications > Emulators| Developer: homemister91 | Website: http://luaplayerhm.xtreemhost.com/ |
| Last Update: June 15, 2008 | Latest Version: 6 |
| Supported Firmwares: All | Downloads: 1133 |
Rating: ![]() ![]() ![]() ![]() ![]() | |
Description: A player for LUA applications that runs on Fat AND Slim PSPs! | |
Release Notes
DownloadVersion 6
- System.runeboot() Loads and starts a .PBP File Eg. System.runeboot("ms0:/Eboot.PBP")
- System.playerVer() Returns the LuaPlayerHM version Eg. ver = System.playerVer()
- System.cfwVersion() Displays the CFW Firmware Version Eg 3.90 or 2.50 Doesnot include M33 addon
- System.loadPrx() Loads a Prx file and starts it. Warning it could cause the player to not function properly or crask the system
- Wlan Functions
- Wlan.init() Initates the wireless and Netdialog selection screen
- Wlan.term() Terminates the wireless
- Wlan.getIP() Returns the IP address
- Socket Functions
- Socket.connect() Connects to a host and port Eg. Socket.connect("www.googl e.com.au",80)
- Socket.createServerSocket () makes a socket usable Eg Socket.creatServerSocket (80)
- Socket.isConnected() Returns a 1 if connected
- Socket.accept() will accept conections
- Adhoc Functions
- Adhoc.init() Initates the Adhoc
- Adhoc.connect() Connects to the adhoc or makes a adhoc connection
- Adhoc.getState() Returns the state of the connection 1=ok 0=error
- Adhoc.send() Sends data Eg Adhoc.send("hello")
- UMD Functions
- UMD.init() initiats the UMD drive and checks for a Disk. If no disk it displays a message and does not load the UMD drive. UMD drive is "disk0:"
- UMD.term() Stops the Umd drive
- UMD.checkDisk() Checks if there is a disk in the drive.
- UMD.ripISO() IMPROGRESS WILL BE ON NEXT RELEASE rips the ISO from the UMD
DownloadVersion 5.0
- Wireless Functions
- Wlan.init() Enables the Wireless and lets you select the network
- Wlan.term() Disables the Wireless.
- Wlan.getIP() Gets IP address after wifi is initiated eg ipadress=Wlan.getIP()
- Adhoc Functions
- Adhoc.init() Enables the Adhoc
- Adhoc.term() Terminates the Adhoc
- Adhoc.connect()
- Adhoc.send()
- Adhoc.recv()
- Adhoc.getState()
- Socket Functions
- Socket.connect()
- Socket.createServerSocket()
- Socket.isConnected()
- Socket.accept()
- Socket.send()
- Socket.recv()
- socket.close()
- Included test file
DownloadVersion 4.1
- There is now a popup using the psp sdk message for the luaplayer version using System.made by (1) (1 for yes no answer, 0 for back answer)
- The flashing WiFi screen is now fixed
- You can load prx files by using System.loadPrx()
DownloadVersion 4.0
- Added WIFI Ability to the player. You can select and add new wireless networks
- Wlan.init()
- Wlan.term()
- Included test file
- Can Run Eboot.pbp files now from lua code.(May not always work)
- Fixed Mount and unmount flash and UMD's.(Sometimes did not work)
DownloadVersion 3.0
- Fixed old sound files from other Luaplayers now able to be played.
- Can Run Eboot.pbp files now from lua code.
- Mount and unmount flash and UMD's.
- Free up unused memory.
- Show what LuaPlayerHM version it is.
- Put Limit on cpu speed set to 10mhz - 333 mhz.
- Slim and Phat Enabled.
- New Functions and ability to play new audio files
DownloadVersion 2.0
- New Functions and ability to play new audio files
DownloadVersion 1.0
- Initial release


