hmm, strange.
did you copy the app.lua file to the root of the usb. it has to be on both the root and inside the FIVENATF0/USRDIR folders.
Are you using the latest LuaPlayer? Luaplayer 5.2.3
Edit.
I downloaded the files to check and when decompacting the file you end up with 2 FIVENATF0...
Unfortunately the same is happening to me. I´ve changed the resolution on the Lua file with no luck. I have all the options checked on the video options on the ps3.
I don´t know. Maybe it´s because I have a DEX console or my TV doesn´t support that resolution.:confused: I had the same problem...
Basic Guide to Lua Programming on the PS3
Lua Programming Tutorial PART 1
What is Lua?
Lua is a user friendly programming script language. There´s no complicated SDK to setup or confusing make files.
All you need is Luaplayer on your CFW PS3 and notepad or any text editor to make your Lua...
it was in this thread.
PS3 LuaPlayer psl1ght v2 Port (4.XX CFW) - by 3141card - PSX-Scene
that was for an older build of lua, the only difference for coding is
you have to change InitPads(1) to pad.InitPads(1)
and then button commands
start(0) to pad.start(0)
cross(0) to pad.cross(0)
etc.
Ok...
Hi everyone.
Glad to see some interest in Lua.
Sandroron had also put a basic guide to getting started with Lua on a thread over at psx-scene. the site is down for me at the moment though. seems to happen alot lately.
I´m still hoping some experienced Lua programmer will make use of the 3D and...