lbr [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=38681 Launch a multi-cart game from the command line <p>Hi there,</p> <p>I'm trying to launch a multi-cart game like <a href="https://freds72.itch.io/another-world">Another World</a> from the command line under Linux.</p> <p>My command line is:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>pico8 -windowed 0 -root_path /path/to/aw -run aw.p8</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>When I launch it, I get an error message <strong>COULD NOT LOAD AW.P8</strong>. </p> <p>I can check that I'm in the right folder with a <strong>DIR</strong> and I can load and execute it from Pico-8 through <strong>LOAD AW.P8</strong> (returns: <strong>LOADED AW.P8 (49877 CHARS)</strong> and then <strong>RUN</strong> it from there, but I want to get it loaded + run from the command line.</p> <p>Anyone knows how I can do that?</p> https://www.lexaloffle.com/bbs/?tid=45132 https://www.lexaloffle.com/bbs/?tid=45132 Mon, 25 Oct 2021 22:50:33 UTC