KINGx - Das inoffizielle PlayStation Forum & News Portal

Normale Version: LuaPlayer HM v6
Sie sehen gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Heute ist ein neuer Lua Player vom Cider Homemister released wurden.
Vielleicht wurden ja die Probleme der Vorgänger behoben (habe es noch nicht getestet).



Für Programmierer interessant dürfte sein, das eine Fülle von neuen Befehlen hinzugekommen sind:

Code:
* 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


Download Download:
LuaPlayer HM v6

...

Referenz-URLs