Results 1 to 8 of 8

Thread: Lua data.psar extractor II

                  
   
  1. #1
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    psp Lua data.psar extractor II

    'seeked' , & found how to speed Lua file access.
    Attached LuaProg gives 1000%(+) ! speed increase over original version ( see
    thread http://www.dcemu.co.uk/vbulletin/showthread.php?t=62024 ),
    with rewrite & precompiled Lua for critical loop.
    guide included in file.
    nb requires lua 5.1 (eg LuaPlayer 2.0)
    with thanx to Yaustar for accurate bottleneck analysis.

    **(edit 5.6.7)..& now available as KY eboot in attached zipfile ,
    or from http://dangee.eu **

  2. #2
    DCEmu Newbie
    Join Date
    Feb 2007
    Posts
    5
    Rep Power
    0

    Default

    how does it work? whn i look to script.lua, there are only numbers.. LOT of numbers

  3. #3

    Default

    So, is it faster than psar dumper?

  4. #4
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Default

    Quote Originally Posted by parkermauney View Post
    So, is it faster than psar dumper?
    probbly knot - coz thers still an interpreter level- but maybe faster than connecting up pbpunpacker on PC. for some reason it runs faster off the tiff eloader than in 1.5,but wont exit when its done..?

    **edit 13/6/7: xit to tiff eloader menu works using eloader 0.98 (porter) using START+L+R instead of HOME. **

  5. #5
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Default

    Quote Originally Posted by myschoo View Post
    how does it work? whn i look to script.lua, there are only numbers.. LOT of numbers
    did u look as far as the last 2 lines at the end of the precompiled and encrypted lua table ?

  6. #6
    DCEmu Newbie
    Join Date
    Feb 2007
    Posts
    5
    Rep Power
    0

    Default

    i dont understand ur question very well but i just see so many numbers and then:

    pcf ="" for i,ss in ipairs(program) do pcf=pcf..ss end
    loadstring(pcf)()

  7. #7
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Talking

    Quote Originally Posted by myschoo View Post
    i dont understand ur question very well but i just see so many numbers and then:

    pcf ="" for i,ss in ipairs(program) do pcf=pcf..ss end
    loadstring(pcf)()
    yes, them last 2 lines -
    they enable the PreCompiledFunction encoded
    as (numerical) Ascii escape sequences
    in the table "program"

  8. #8

    Default

    This could be useful for dumping psars without having to boot your psp.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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