jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
583 stars 50 forks source link

Add support for loading carts from .zip files #226

Open notnout opened 9 months ago

notnout commented 9 months ago

The main usecase would be to support multi-cart pico8 games on handheld devices that don't handle folders well/seamlessly.

The expected format would be something like

"Readable Name.p8.zip":
 - codename-2.p8.png
 - codename-2-abc.p8.png

AND/OR

"Readable Name.p8.zip":
 - codename-2.p8
 - codename-2-abc.p8

Similar support is added in other emulators, e.g. https://github.com/schellingb/dosbox-pure?tab=readme-ov-file#load-games-from-zip