I’ve just discovered the truly awesome range of games offered for fantasy consoles on itch.io and I would love to play some of them on the Miyoo Mini. OnionOS seems to be able to emulate Pico8, but can anyone tell me what the methodology is?
I imagine that one would need the .PNG cartridges, but these are not always distributed, only binaries.
How does the Pico8 ecosystem work on Miyoo Mini?
3 Comments
requiem@lemmy.world · 1 pts · 2y
OK, so I think I figured it out, leaving this here as a little how-to:
There are two options for emulating Pico-8, Fake8 (default), and the "stock" Pico-8 Software.
To use Fake-8, the simpler emulator, just put .p8 files in your
/Roms/PICO/folder and run them as you would any other game. You need the cartridge files however, so if you want to run games published on e.g. itch.io, then you need to make sure the developer has made those available. Devs are often really kind and make them available on request for downloading.Using the stock Pico-8 software will be the more exciting part because it will give you access to Splore, where you can try Pico-8 games posted on the official website.
To enable the stock Pico-8 you need to follow these steps:
Now you should have an Expert Mode app on your front screen, with a PICO-8 app inside. When you open the app, it will give you your Roms listed in
/Roms/PICO, but a new option should appear there: ** "-Run PICO-8 with Splore".** If you run it now, it will tell you to put a few files on your SD Card:So do that. Works like a charm! Just make sure you have Wi-Fi connected.
k-tec@kbin.social · 1 pts · 2y
I would suggest that it's easier to download carts from https://www.lexaloffle.com/bbs/?cat=7&sub=2
https://onionui.github.io/docs/emulators/pico-8 says pretty much everything else I would say. It's also worth noting that you can rename
.p8files to.pngand they'll work the same. The advantage is that the.pngfile also functions as cover-art.The default configuration of OnionOS uses the
fake08core for PIC0-8 games. Its compatibility is good but not perfect. I believe it's possible to set-up the paid-for, official PICO-8 runtime, but I've never done it so I have no notes.requiem@lemmy.world · 2 pts · 2y
Thanks. I figured out the official runtime, the tutorial above will tell you how to do it!