Lua Player 0.19 Released

The amazing Lua Player has been updated to v0.19. Lua Player is a Lua script player for the PSP, made by Moonlight, Shine, and Oobles. LUA player makes development of games and applications much more easier for non-coders and coders alike. You can even test your applications on the PC using the Lua Player for Windows, before trying them on your PSP.

This updated version of Lua player provides a new module support load by Oobles, which should be much more stable than the one included in the v0.18 alpha release (See the effect-module and the Game Of Life example how to write your own modules).

Changelog for this release:

  • Directory detection bugfix
  • Changed System.loadModule to loadlib to work the same as the traditional lua loadlib function.
  • Made loadlib check if a module is already loaded before trying to load.
  • Removed getLuaState export. No longer required.
  • Made debugOutput work in the same way as printf in bootstrap.
  • Added loadlib.prx kernel module. required for module loading.
  • Added a module sample for manipulating images


Download: [Lua Player 0.19 for 1.0 users]
Download: [Lua Player 0.19 for 1.5 users]
Download: [Lua Player for Windows] (Older version, for test purposes only)

The amazing Lua Player has been updated to v0.19. Lua Player is a Lua script player for the PSP, made by Moonlight, Shine, and Oobles. LUA player makes development of games and applications much more easier for non-coders and coders alike. You can even test your applications on the PC using the Lua Player for Windows, before trying them on your PSP.

This updated version of Lua player provides a new module support load by Oobles, which should be much more stable than the one included in the v0.18 alpha release (See the effect-module and the Game Of Life example how to write your own modules).

Changelog for this release:

  • Directory detection bugfix
  • Changed System.loadModule to loadlib to work the same as the traditional lua loadlib function.
  • Made loadlib check if a module is already loaded before trying to load.
  • Removed getLuaState export. No longer required.
  • Made debugOutput work in the same way as printf in bootstrap.
  • Added loadlib.prx kernel module. required for module loading.
  • Added a module sample for manipulating images


Download: [Lua Player 0.19 for 1.0 users]
Download: [Lua Player 0.19 for 1.5 users]
Download: [Lua Player for Windows] (Older version, for test purposes only)

Add a Comment

Your email address will not be published. Required fields are marked *