免程序生成,LUA程序脚本播放器LuaPlayerHM6.5



掌叔
2010-01-19 15:02:28

此自制程序是在LUA脚本编程的基础上的产物,可以当作是一个测试器。它在LUA脚本编写的PSP自制程序,不生成eboot.pbp的情况下直接使用,作者homemister91更新v.65版,对一些兼通性问题,如UMD相关的操作函数,MP3播放等等功能作出了调整。为PSP上LUA自制程序开发者们提供了方便。

安装方法:
1.把LuaPlayerHM6.5文件夹置于ms0:/psp/game 目录中(ms0为记忆棒根目录)
2.脚本以及相关文件置于LuaPlayerHM6.5文件夹即可。
之后运行LuaPlayerHM6.5即可运行您之前编写的程序脚本了。

“HELLO WORLD”脚本编写测试

作者:homemister91's

更新原文:
* New updater.lua script *Look in the readme*
* LuaPlayerHM Web Browser Eboot included. Now you can browse the web. Read the readme *A must*
* Fixed Mp3 and Ogg not playing
* Fixed Irda in 3.xx kernel now working
* ADDED string of number return to some functions *It was requested*
* UMD.ripISO() needs a path and file name Eg UMD.ripISO("ms0:/ISO/Game.ISO")
* UMD.getSize() Gets size of the UMD in bytes Eg. UMDSize = UMD.getSize()
* System.getDate() Only 1 Time call expected Eg year = 1,month = 2 or day = 3 Eg. year = System.getDate(1) Returns the year.
* System.getTime() Only 1 Time call expected Eg hour = 1,minutes = 2 or seconds = 3 and microseconds = 4 and pm or am = 5.
* Eg hour = System.getTime(1) Returns the hour. uses the psp clock.
* System.startUpdate() Runs an update.pbp file Almost working. Should alow for m33 updates to run.
* System.getDevSize() Device name needed Eg. ms0: or flash0: Returns the size of the device in bytes


huxizhijian
2010-04-23 09:37:32

* System.getDate() Only 1 Time call expected Eg year = 1,month = 2 or day = 3 Eg. year = System.getDate(1) Returns the year.* System.getTime() Only 1 Time call expected Eg hour = 1,minutes = 2 or seconds = 3 and microseconds = 4 and pm or am = 5.* Eg hour = System.getTime(1) Returns the hour. uses the psp clock. 这个是什么意思啊?


love_xiaolu
2010-05-02 21:58:47

介个,俺正在研究的东西…………


seedl
2011-01-04 02:37:28

我就想知道怎么调试,目前好像PC端还没兼容LuaPlayerHM6.5 的 模拟工具?

难道写了代码直接扔PSP ,用PSP 调试。。。。


轨迹叔
2011-01-04 10:45:57

没错,就是直接扔给PSP调试。灵蛋叔一直就是这么干的