jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
577 stars 48 forks source link

Create loader for custom bubbles #76

Closed DRok17 closed 3 years ago

DRok17 commented 3 years ago

Can you create a loader for adding custom bubbles to the live area? Retroarch and DaedalusX64 both have this, and this would make it easier to create bubbles for specific games instead of having to sort thru the list.

Dazman100 commented 3 years ago

I would also love to be able to have custom bubbles per game.

jtothebell commented 3 years ago

@DRok17 I just published a release to FAKE-08 that should allow making custom bubbles. I checked what DaedalusX64 did and followed its example. The launcher code is at https://github.com/jtothebell/fake-08-vita-launcher (has a GPL license, so can't add to this repo). I've only tested one cart, but it seemed to work. I could maybe take a stab at updating RetroBuilder as well, unless you want to.

DRok17 commented 3 years ago

Awesome, I'll check it out later tonight and let you know if I can add to RB. Thanks!

Dazman100 commented 3 years ago

This is great thanks.

Sent from my Galaxy

-------- Original message -------- From: Jon Bell @.> Date: 05/07/2021 15:31 (GMT+00:00) To: jtothebell/fake-08 @.> Cc: Dazman100 @.>, Comment @.> Subject: Re: [jtothebell/fake-08] Create loader for custom bubbles (#76)

@DRok17https://github.com/DRok17 I just published a release to FAKE-08 that should allow making custom bubbles. I checked what DaedalusX64 did and followed its example. The launcher code is at https://github.com/jtothebell/fake-08-vita-launcher (has a GPL license, so can't add to this repo). I've only tested one cart, but it seemed to work. I could maybe take a stab at updating RetroBuilder as well, unless you want to.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jtothebell/fake-08/issues/76#issuecomment-874157767, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUEIMGZRNY56BDB6DHS6EOLTWG62HANCNFSM45TLVG4A.

Dazman100 commented 3 years ago

Please let me know when a builder it out.

Sent from my Galaxy

-------- Original message -------- From: DRok17 @.> Date: 05/07/2021 15:33 (GMT+00:00) To: jtothebell/fake-08 @.> Cc: Dazman100 @.>, Comment @.> Subject: Re: [jtothebell/fake-08] Create loader for custom bubbles (#76)

Awesome, I'll check it out later tonight and let you know if I can add to RB. Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jtothebell/fake-08/issues/76#issuecomment-874159684, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUEIMG5WX44L5MJPOPXXAADTWG7FHANCNFSM45TLVG4A.

jtothebell commented 3 years ago

The builder in the launcher repo should work now, but it's not nearly as easy as RetroBuilder. I think RB should be able to be updated to make it much easier.

DRok17 commented 3 years ago

@jtothebell I'm not able to build a successful bubble and keep getting "No lua to load" errors. Mind sending me a working one to compare?

jtothebell commented 3 years ago

github won't let me attach a vpk, so this one is zipped. This is for Masters of the Universe. the cart name is "motu-5.p8.png" (gets written to args.txt, source is here: https://www.lexaloffle.com/bbs/cposts/mo/motu-5.p8.png) and the cart needs to be in ux0:/p8carts/. I've started building support for absolute paths if its somewhere else, but I haven't tried it with the launcher

MOTU.zip

DRok17 commented 3 years ago

Ah, ic. Has to be ux0:/ and not ux0:

Got it working now with a few carts. I modified my ScummVM-Builder to work with your eboot and rom path, seems to work fine as a standalone.

https://github.com/DRok17/Fake08-Builder

Getting this to work on RB will take more time tho, there's a bunch of fixes I need to push and test out before any further releases. Adding this will be pretty simple tho.

Dazman100 commented 3 years ago

Just made a bubble using your launcher code. Copied 3 pics to assets folder and entered details in builder. VPK installed and worked great.

I will make bubbles for all my pico roms.

Great work. Many thanks.

From: Jon @.> Sent: 05 July 2021 15:31 To: @.> Cc: @.>; @.> Subject: Re: [jtothebell/fake-08] Create loader for custom bubbles (#76)

@DRok17https://github.com/DRok17 I just published a release to FAKE-08 that should allow making custom bubbles. I checked what DaedalusX64 did and followed its example. The launcher code is at https://github.com/jtothebell/fake-08-vita-launcher (has a GPL license, so can't add to this repo). I've only tested one cart, but it seemed to work. I could maybe take a stab at updating RetroBuilder as well, unless you want to.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jtothebell/fake-08/issues/76#issuecomment-874157767, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUEIMGZRNY56BDB6DHS6EOLTWG62HANCNFSM45TLVG4A.

DRok17 commented 3 years ago

So this looks resolved, I'll keep working on adding this to RB or possibly rolling all my builders into one app.

Thanks for the hard work on this!