Hi!
I am trying to bundle main game + 16 other p8 files together.
However I get the warning:
TOO MANY CARTS MAX:16
In the documentation it says
Up to 32 cartridges can be bundled together by passing them to EXPORT, when generating stand-alone html or native binary players.
LINK: https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Exporting_Multiple_Cartridges
If I use 15 games + main then I get a success. Is the documentation wrong or am I doing something wrong?
Version: v0.2.6b
/ Sebastian



You're probably entering a command like this:
export 16games.bin 1.p8 2.p8 3.p8 4.p8 5.p8 6.p8 7.p8 8.p8 9.p8 10.p8 11.p8 12.p8 13.p8 14.p8 15.p8 16.p8
In this case, the binary files that will be output will be the "loaded cart" and "1.p8 to 16.p8", for a total of 17 carts.



@shiftalow correct, but the documentation make it sound like 32 games are ok, so 17 shouldn't be a problem.



I just checked. It says that 32 cartridges can be exported. But both the html and bin returned an error saying that the maximum is 16 carts.
As I recall, I thought it was 16 carts. I wonder when this was written...?๐คจ



@shiftalow yeah, maybe a planned feature that didn't happen? (One less game in my planned bundle ๐)



Hey everyone, sorry for the confusion! 0.2.7 (which is coming out soon) does indeed allow 32-cart exports, and that note wasn't supposed to be in the public documentation yet.



Thanks zep, then I will not remove my 16 game from the bundle just yet!
[Please log in to post a comment]