Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is the p8 available? I wanna try this on my emulator handheld, thanks

Hi, this is a multi-cart project so there are many p8 files.

We added mdvt2_p8carts.zip, it should have what you need. Good luck!

I realized that the .p8 files alone result in missing #include directives, so I updated the zip, with the .p8.png files now.

I started the main p8 file and when attempting to start the game it says can't start scene 2

For me, it works placing all the `.p8.png` files in a folder in the cart directory. In Linux this would be:

 ~/.lexaloffle/pico-8/carts/mdvt2_p8carts/

Then in PICO-8:

> cd mdvt2_p8carts
> load mdvt2.p8.png

I don't know how you can set the working directory (`cd` command) in an emulator handheld. If that is not possible, you might need to drop all the carts at the top-level.

(+1)

Just to report back, runs perfect on my R36MAX under ROCKNIX and native Pico8

Awesome! That's good to know.