Forum: Games - Find information and discussion on your favorite games such as FIFA, Gran Turismo, Chrono Trigger and more in the PSX-Scene games forum.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: RELEASE: Luaplayer PS3 Beta 1.0
  

Results 1 to 2 of 2
  1. #1 RELEASE: Luaplayer PS3 Beta 1.0 
    jonlimle is offline Registered User
    Join Date
    Dec 2010
    Posts
    3
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    This is a little project i started for people who want to make homebrew, but do not want to get the whole toolchain and sdk set up, and for people who do not know c/c++, this allows you to create homebrew for the ps3 in a language called Lua, there is a lot of documentation out there on the language, there isnt a ton of functionality in this release but there will be many more releases to come here is the contents of the readme, a list of custom functions and there documentation can be found in the file called "commands" inside of the zip, if you have any questions, comments, or requests you can post them wherever you downloaded this from, or you can also find me on irc in #luaplayerps3 on irc.freenode.net

    Attachment 484

    here is a vid showing some of the features of it

    http://www.youtube.com/watch?v=DNj_QZPdorI

    LuaPlayerPS3 beta 1.0 Written by jonlimle
    XMB icons created by yamagushi

    Current Features
    -Texture loading (currently only supports BMP)
    -Onscreen text rendering
    -Controls (including sixaxis and joysticks)
    -Screenshots
    -All standard Lua functionality (with the exception of the OS functions)
    -PC emulator that can be used to test scripts before you run on the ps3 (Linux, Mac and Windows binaries included,
    if you are using the windows binary and get some missing dll messages, those dll's are in the "compat DLL's.zip" file in the emulator folder)

    Future Features
    -Support for more image formats
    -Support for TTF fonts and font customization
    -Audio support
    -More advanced rendering functionality
    -Networking capabilities

    How to use
    -copy everything that is in the "Copy to USB root" to the root of your USB drive
    -install the pkg as you would any other pkg
    -all files that you attempt to open from lua must be on your USB drive
    -any scripts that you make, must be on the root of the card, and named app.lua

    -when testing the scripts in the emulator, it will load app.lua in the same folder as the binary, all files that you attempt
    to load should also be in that same folder

    this release comes with an example app.lua which shows a few of the features of which you are currently able to do

    when using the emulator, the keys are mapped in the folowing way

    up = up arrow
    down = down arrow
    left = left arrow
    right = right arrow

    triangle = w
    square = a
    cross = s
    circle = d

    start = enter/return
    select = quote key (")

    R1 = Right shift
    R2 = Right control
    R3 = question mark

    L1 = Left shift
    L2 = Left control
    L3 = z

    There is currently no emulation of the joysticks or sixaxis in the emulator
    Reply With Quote  

  2. #2  
    kiwidog-PSG is offline Registered User
    Join Date
    Sep 2010
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I used to code in Lua for the PSP. Didn't fancy it much but hopefully something good can come out of it.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •