Jump to content
LaunchBox Community Forums

spektor56

Members
  • Posts

    147
  • Joined

  • Last visited

Posts posted by spektor56

  1. Just put them on github under issues section. 

    https://github.com/spektor56/PegasusExportPlugin/issues

    For steam you have to use "relative path" linking cuz it uses the steam linking URL stuff and i haven't put code in for URL's yet.  It works in relative linking because it causes an exception in my code and in that case i just return the original path which is the URL ?

  2. Yes, just started working on it yesterday, lots to do still.  You can configure the image associations through the XML file, i filled in the few that i've used for my SNES and NES collections.  I've been using it for a totally separate android install so thats why the metadata / games are duplicated, I can add in the linking later as an option so it doesn't duplicate all the data (pretty positive pegasus supports this format).  Haven't tested any multi-file systems yet, ill have to check the XML's for those.  Platform selection and a whole wack of other settings still not implemented.

    I marked all these releases as "prerelease alpha" as that's the current state of the plugin.  I only started using pegasus 2 days ago so its mostly new to me.

    • Like 1
  3. https://www.libretro.com/index.php/retroarch-1-7-2-released/

    How to check the amount of lag frames a game has

    RetroArch has the ability to pause a core and advance it frame by frame. Perform the following steps to determine the amount of lag frames of a game:

    • Pause emulation (press ‘p’ button on keyboard).
    • Press and hold the jump button on the controller.
    • Advance emulation frame by frame (press ‘k’ button on keyboard) until the character jumps.

    The number of k presses before you get a reaction should be the number of lag frames you can safely remove with run ahead.

  4. 2 hours ago, ckp said:

    Without it, you can't use attract mode and have your cabinet sleep. What about an additional option like the one you just created? So, also adding ""Allow Computer to Sleep while in Attract Mode" . Or even better just a single setting that affects both "Allow computer to sleep".

    If I had a cabinet, my ideal settings would be for attract mode on and have the computer sleep still based on the system's power settings for sleep. I would actually want this for my HTPC also, but I think it keeps waking up on its own when I don't want it to for some reason, so i can't seem to rely on it sleeping anyway.

    Had that problem before and i think it was my mouse / touchpad randomly waking up the computer so i disabled my mouse from being able to wake up the computer:

    https://www.howtogeek.com/howto/15132/stop-your-mouse-from-waking-up-your-windows-7-computer/

  5. On 1/2/2018 at 2:35 PM, neil9000 said:

    Does that natively support controller navigation? 

    All it does is render the which ever PDF page you choose to show as an image.  When you press right or left on the controller you just render the next / previous page.  The pdfiumviewer is just a viewer control they made on top of pdfium by google, but you can make your own control do whatever you want.

    • Like 1
  6. On 12/30/2017 at 12:10 AM, drphobus said:

    About the PDF reader will you be using a existing  PDF reader or your own one built into LB (tons more work but better in the long term i think). Just remembering last time you tried, was not able to find a suitable ready built PDF reader. Also if you do decide to go the  pre done route, will it be up to the  user to decide which version they prefer or fixed. PDF readers can be a pain you find one you like then a few versions later it requires internet or adds adverts or just gets bloated and slows down to the point no longer useful. 

    Adding PDF support into BigBox is simple with a library like PDFium, it's just plug and play:

    https://github.com/pvginkel/PdfiumViewer

  7. @eXo Do you already have all the metadata?  I can see if i can work something out getting it into the database if i get some free time.  Have a baby on the way due 2 weeks from now and i'm not sure how much time out of my day i will have to do other things lol.  Pretty sure someone made a utility a while ago as well to do mass uploads to the database.

×
×
  • Create New...