Page 2 of 6
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Wed Sep 09, 2015 6:14 pm
by Virus
Thank you for this amazing work, I'll try to code something with my dear friends Applelo & Windvern. ^o^
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Thu Sep 10, 2015 4:37 pm
by Dryon
I can't get it to work, I tried many ways but I always ended up wit this:
Also, is there any way to test a LUA script on PC ? i know there was a PSP LUA player for PC, but it's not compatible with Vita, of course.
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Thu Sep 10, 2015 5:50 pm
by Rinnegatamante
There isn't a way to debug scripts on PC right now cause lack of VITA emulators.
For the elf file, are you using the velf file? Are you on PSM Unity or normal PSM? Have you installed lpp folder with ftpVita?
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Thu Sep 10, 2015 5:55 pm
by Dryon
I'm using normal PSM, the .velf file (that I tried to change to .elf once, same result), I installed lpp folder in /VitaDefilerClient/Documents with FTPvita
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Fri Sep 11, 2015 7:00 am
by josemetallica
Dryon wrote:I'm using normal PSM, the .velf file (that I tried to change to .elf once, same result), I installed lpp folder in /VitaDefilerClient/Documents with FTPvita
Put the lpp folder on the root ex: cache0:/lpp
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Fri Sep 11, 2015 11:37 am
by Rinnegatamante
Dryon wrote:I'm using normal PSM, the .velf file (that I tried to change to .elf once, same result), I installed lpp folder in /VitaDefilerClient/Documents with FTPvita
You have to install lpp folder and image.jpg with ftpVita (only one time).
I started working with the help of NaNNi to an PC IDE for Lua Player Plus (both 3DS and PSVITA).
Final release will have these features for PSVITA side:
- Multi-script projects support
- Syntax higlighting
- Auto-completation
- Auto-tabulation
- Script compiling option with luaC
If someone wants to help developing it, it's wrote in VB2015, GitHub repository is available here:
https://github.com/Rinnegatamante/lpp-ide
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Fri Sep 11, 2015 12:27 pm
by Dryon
Still got same problem after putting lpp folder and JPG file in root folder ( load.c:284 Module name: lpp-vita.elf, export table offset 0x000F82C8, import table offset: 0x000F82F8 )
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Fri Sep 11, 2015 12:40 pm
by Rinnegatamante
Try with first revision:
http://rinnegatamante.it/lpp-vita_Revitalize_01.rar and tell me if it works or not.
Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Fri Sep 11, 2015 12:50 pm
by Dryon
Got stuck at same moment, but error code seems different

Re: Lua Player Plus VITA (lpp-vita) - Lua interpreter for PS
Posted: Fri Sep 11, 2015 5:11 pm
by Rinnegatamante
Dryon wrote:Got stuck at same moment, but error code seems different

Looks weird, i tested it on PSM Dev Assistant for Unity and it works fine.
Have you had same issue with some other homebrews?