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




 
Would you like to get all the newest Gaming News from
QJ.NET in your email each day?




Want to learn more about the team who brings you the QJ news?

Read about them now!

 


Results 1 to 20 of 20

[Release] LuaPlayer Euphoria V6 - TV Out Support + Fixes Galore

This is a discussion on [Release] LuaPlayer Euphoria V6 - TV Out Support + Fixes Galore within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; So here it is LuaPlayer Euphoria V6. It's been a while since I released V5 and a lot has changed, ...

  
  1. #1
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Lightbulb [Release] LuaPlayer Euphoria V6 - TV Out Support + Fixes Galore

    So here it is LuaPlayer Euphoria V6.

    It's been a while since I released V5 and a lot has changed, despite me project hopping as usual.

    What didn't make it into this version :

    • PC Version (coming soon I promise)
    • Source code (will be released in time)
    • Any other crazy stuff I may have said
    What did make it :

    I may come under fire for some of these decisions but I feel it's the way forward (if there is enough objection I can put them back)

    * Ir, Sio and Font functions removed. (first two are redundant and the font Function is just too slow for practical usage.) IntraFont is standard now, and there is a ttf to pgf gui converter included with the download (located in the tools folder) . Bitmap font support will be added later.

    * Usb connection bug is fixed.

    * LPE no longer uses the boot.lua and system/system.lua set up. It now automatically loads "index.lua" from the root directory. So you don't have to include the System folder anymore. Your main/starting script must be named "index.lua" however.

    * TV Out support.
    Requires no functions/code to be added by you. Just set your PSP to output to your TV (under system settings) then when you launch your script it will automatically output to the tv.

    * Quit via home button now actually exits to the xmb rather than crash your psp (as far as I can tell.... tested with a few scripts).

    * Eboot size reduced significantly. From 1.7mb to 1.5mb.

    * Error messages greatly improved. Now shows the function that caused the error message and the required arguments for the function.

    * Various code cleanups across the board.

    * A few of the samples from the original LuaPlayer have been converted to LuaPlayer Euphoria. You will find those along with a few new samples/example (code) in the samples folder.

    * New eboot art. Derived from digitalBlasphemy preview sample. Using pixelMator. This will be the eboot art from now on. I have actually saved and made
    a backup of the editable image file this time (lol).

    New Functions/Function Changes :

    * Controls.read() -- Will check for input and the FPS will be locked to 60fps.

    * Controls.readPeek() -- Will check for input and the FPS will be uncapped.

    * System.draw() -- Initializes the GU for rendering. Must be called before any blitting/drawing to the screen. (And in a loop)

    * System.endDraw() -- End's the GU and syncs. Must be called at the end of any blitting/drawing to the screen. (And in a loop)

    The above functions have replaced both System.startGu() and System.endGu(). Why? Simpler names, easier to remember and less confusing.

    * screen:slowClear() -- If your having problems with the screen not clearing correctly and cannot fix it ( using the standard screen:clear() ), I suggest you use this. (Note : It is slower than
    using the standard screen:clear() so only use if there is no alternative)
    So that's it. Loads of stuff to come, a decent changelog there and hopefully a much more stable release.

    Please drop by and post your opinions, bugs, thoughts or feedback here : LuaPlayer Euphoria - Official Forum (the official LuaPlayer Euphoria Forum)

    Download Here : LuaPlayer Euphoria V6 Download
    My PSP Releases :





  2. #2
    QJ Gamer Silver
    Points: 8,667, Level: 62
    Level completed: 73%, Points required for next Level: 83
    Overall activity: 0%

    Join Date
    Sep 2007
    Location
    AUS
    Posts
    282
    QJ Pts
    8,667
    Level
    62
    Downloads
    0
    Uploads
    0

    Default

    Nice work. Love the TV out function!
    Wyvern. That is all

  3. #3
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by homemister91 View Post
    Nice work. Love the TV out function!
    Thanks man :) Still has a long way to go before being as feature packed as HM though ;)
    My PSP Releases :





  4. #4
    QJ Gamer Silver
    Points: 8,667, Level: 62
    Level completed: 73%, Points required for next Level: 83
    Overall activity: 0%

    Join Date
    Sep 2007
    Location
    AUS
    Posts
    282
    QJ Pts
    8,667
    Level
    62
    Downloads
    0
    Uploads
    0

    Default

    Good luck mate, I have just released the source for LPHMv3. I hope it can be useful for you:)
    Wyvern. That is all

  5. #5
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by homemister91 View Post
    Good luck mate, I have just released the source for LPHMv3. I hope it can be useful for you:)
    Thanks :) The vpfu math will for sure. Becuase to be honest I have no idea whatsoever on how to implement it. If I use any part of HM I will give credit where credit is due :)

    Best of luck to ya mate
    My PSP Releases :





  6. #6
    QJ Gamer Silver
    Points: 6,948, Level: 54
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    Aug 2007
    Posts
    657
    QJ Pts
    6,948
    Level
    54
    Downloads
    5
    Uploads
    0

    Default

    Thanks Zack !!
    This is a fantastic update.

    Gonna play with this. :)
    Any plans to add vlf lib to Euphoria ?
    PSP: PSP SLIM 2001 TA-088v2
    Custom Firmware: 5.00 M33-6

  7. #7
    Lua guy
    Points: 10,655, Level: 68
    Level completed: 52%, Points required for next Level: 195
    Overall activity: 0%

    Join Date
    Jan 2008
    Location
    Wales, cardiff
    Posts
    1,442
    QJ Pts
    10,655
    Level
    68
    My Mood
    Blah
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Mr_Shizzy View Post
    Thanks Zack !!
    This is a fantastic update.

    Gonna play with this. :)
    Any plans to add vlf lib to Euphoria ?
    Really thats up to the dev of VLF to decide. screen:slowClear(), whats the differences between this & screen:clear()? Apart from performance.

  8. #8
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by dan369 View Post
    Really thats up to the dev of VLF to decide. screen:slowClear(), whats the differences between this & screen:clear()? Apart from performance.
    It waits for the Gu to finish & sync
    My PSP Releases :





  9. #9
    QJ Gamer Silver
    Points: 6,948, Level: 54
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    Aug 2007
    Posts
    657
    QJ Pts
    6,948
    Level
    54
    Downloads
    5
    Uploads
    0

    Default

    Quote Originally Posted by dan369 View Post
    Really thats up to the dev of VLF to decide.
    Well DaRk_AleX is the dev of vlf lib.
    Zack is the dev of LuaPlayer Euphoria, so that's why I'm asking him ;)

    vlf lib is open src, and I see someone has already made it compatible with PGE lua... Would be nice if Zack added it to Euphoria...
    PSP: PSP SLIM 2001 TA-088v2
    Custom Firmware: 5.00 M33-6

  10. #10
    QJ Gamer Gold
    Points: 9,490, Level: 65
    Level completed: 47%, Points required for next Level: 160
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    692
    QJ Pts
    9,490
    Level
    65
    Downloads
    18
    Uploads
    4

    Default

    vlf lib is open source?? I never knew that! do you know where I can get it ?:)
    That epic dude.

  11. #11
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Mr_Shizzy View Post
    Well DaRk_AleX is the dev of vlf lib.
    Zack is the dev of LuaPlayer Euphoria, so that's why I'm asking him ;)

    vlf lib is open src, and I see someone has already made it compatible with PGE lua... Would be nice if Zack added it to Euphoria...
    Can't see why not :)

    If someone links me to the source code I will have a look into it :)
    My PSP Releases :





  12. #12
    QJ Gamer Gold
    Points: 9,490, Level: 65
    Level completed: 47%, Points required for next Level: 160
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    692
    QJ Pts
    9,490
    Level
    65
    Downloads
    18
    Uploads
    4

    Default

    but you don't need the source code if you want to implement it, you can just re-arrabge the functions in a way they fit you best.

    anyway, i would also like to have a link to the source code
    That epic dude.

  13. #13
    QJ Gamer Silver
    Points: 6,948, Level: 54
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    Aug 2007
    Posts
    657
    QJ Pts
    6,948
    Level
    54
    Downloads
    5
    Uploads
    0

    Default

    Since Dark-alex.org is shut down, it was a little hard to find again, but here it is:
    VLF Library 1.0 - DCEmu Forums:: The Homebrew & Gaming Network ::

    And here is a look at LXD's vlf lib for PGE, if that is helpful:
    [RELEASE]LUA VLF lib v0.3


    Thanks for looking into it Zack :)
    PSP: PSP SLIM 2001 TA-088v2
    Custom Firmware: 5.00 M33-6

  14. #14
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by mootjeuh View Post
    but you don't need the source code if you want to implement it, you can just re-arrabge the functions in a way they fit you best.

    anyway, i would also like to have a link to the source code
    I wasn't aware that it was in lua. I thought it was a C library someone created, hence why I asked.
    My PSP Releases :





  15. #15
    QJ Gamer Gold
    Points: 9,490, Level: 65
    Level completed: 47%, Points required for next Level: 160
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    692
    QJ Pts
    9,490
    Level
    65
    Downloads
    18
    Uploads
    4

    Default

    there is a C library, made by dark-alex, then, lua developer LXD made a port of it to the pge.lua
    I thought that the original library was open source, that's why I asked for a link.



    EDIT: yay!! I just realised the edit button is back!! I'm so happy:)
    That epic dude.

  16. #16
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by mootjeuh View Post
    there is a C library, made by dark-alex, then, lua developer LXD made a port of it to the pge.lua
    I thought that the original library was open source, that's why I asked for a link.



    EDIT: yay!! I just realised the edit button is back!! I'm so happy:)
    Thanks for that info. I didn't realize that. The C library by dark-alex would be the one I need of course :)
    My PSP Releases :





  17. #17
    QJ Gamer Silver
    Points: 6,948, Level: 54
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    Aug 2007
    Posts
    657
    QJ Pts
    6,948
    Level
    54
    Downloads
    5
    Uploads
    0

    Default

    Quote Originally Posted by Zack_PSP View Post
    Thanks for that info. I didn't realize that. The C library by dark-alex would be the one I need of course :)
    Quote Originally Posted by Mr_Shizzy View Post
    Since Dark-alex.org is shut down, it was a little hard to find again, but here it is:
    VLF Library 1.0 - DCEmu Forums:: The Homebrew & Gaming Network ::

    And here is a look at LXD's vlf lib for PGE, if that is helpful:
    [RELEASE]LUA VLF lib v0.3


    Thanks for looking into it Zack :)

    Did you not see my above post ??
    PSP: PSP SLIM 2001 TA-088v2
    Custom Firmware: 5.00 M33-6

  18. #18
    Points: 3,551, Level: 37
    Level completed: 34%, Points required for next Level: 99
    Overall activity: 0%

    Join Date
    Dec 2006
    Posts
    5
    QJ Pts
    3,551
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    retroemu seems to be down...
    What is the home of LP Euphoria now? Where to check for the newest developments?

    As always; Id like to know what the status is on streaming mp3's....

    Seems like a nice set of updates, especially the tv out and the home>exit fix ofcourse.

  19. #19
    Lua guy
    Points: 10,655, Level: 68
    Level completed: 52%, Points required for next Level: 195
    Overall activity: 0%

    Join Date
    Jan 2008
    Location
    Wales, cardiff
    Posts
    1,442
    QJ Pts
    10,655
    Level
    68
    My Mood
    Blah
    Downloads
    0
    Uploads
    0

  20. #20
    Developer
    Points: 7,548, Level: 57
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    May 2009
    Location
    RetroEmu
    Posts
    116
    QJ Pts
    7,548
    Level
    57
    My Mood
    Happy
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Mr_Shizzy View Post
    Did you not see my above post ??
    I did, I was posting that for the other guys benefit ;)
    My PSP Releases :






 

Tags for this Thread

Posting Permissions

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





All times are GMT -8. The time now is 07:58 AM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2013, Caputo Media, LLC. All Rights Reserved. Cluster C3.
Contact Us | Free Flash Games | Ad Blockers Suck! Why?