Log In  
Follow
lbr
[ :: Read More :: ]

Hi there,

I'm trying to launch a multi-cart game like Another World from the command line under Linux.

My command line is:

pico8 -windowed 0 -root_path /path/to/aw -run aw.p8

When I launch it, I get an error message COULD NOT LOAD AW.P8.

I can check that I'm in the right folder with a DIR and I can load and execute it from Pico-8 through LOAD AW.P8 (returns: LOADED AW.P8 (49877 CHARS) and then RUN it from there, but I want to get it loaded + run from the command line.

Anyone knows how I can do that?

P#99139 2021-10-25 22:50