Log In  

Final Edit: ultrabrite has pointed out that zep's official word on it is

"Multicart exports offer a way to package and distribute what you can already do with local files (e.g. zipping up a group of carts), but isn't supported on the BBS and probably never will be. I think feeling invited to design for single 32k carts is an important aspect of PICO-8, so separating multicarts to the exporter is a way to preserve that to some degree while still broadening the scope of what can be made with PICO-8."

From the 0.1.10 release thread: https://www.lexaloffle.com/bbs/?tid=28168

Original post:
Hey I looking into the idea of using the reload() function in the game I'm working on to possibly store data for extra levels on a separate cart and load them in as you progress. I understand that the HTML5 export explicitly supports multiple carts but I'm not clear on if it's possible to upload multiple carts to the BBS and be able to access data from each other?

Edit: Testing with a simple two-cartridge system I made

Cart #37523 | 2017-02-16 | Code ▽ | Embed ▽ | No License
3

Cart #37524 | 2017-02-16 | Code ▽ | Embed ▽ | No License
3

Edit2: Looks like it doesn't work when referencing them by their filenames when I post them to the same thread anyway

P#36963 2017-01-31 08:24 ( Edited 2017-02-17 09:16)

This looks like that it loads from "_data.p8"
https://www.lexaloffle.com/bbs/?tid=27731

Documentation is not clear at this point

P#37058 2017-02-02 05:54 ( Edited 2017-02-02 10:54)

Thanks Sascha. It looks like that's creating _date.p8 in the first place within the script by calling cstore first before reloading it with _data.p8. I would guess in this instance _data.p8 only exists in memory for as long as the user keeps their browser window open, rather than saving it to any permanent storage anywhere. Either way the data is being generated by the parent cartridge in the first place, while I'm hoping to split things across multiple carts initially then upload them.

P#37073 2017-02-02 10:07 ( Edited 2017-02-02 15:07)

Did you ever get around to trying this oakreef? Does anyone know if it is possible to split a cart into multiples and have it work correctly in a forum thread?

Also, if I import/include a cart from my main cart, does it have any implications on my character/token count?

P#37501 2017-02-15 23:29 ( Edited 2017-02-16 04:29)

Was caught up with other work and taking part in a game jam. I might try to and write some experimental carts tonight or tomorrow night (depending on how fresh my head is after work) to test out how multi-cart stuff works and then post them here and see if I can get them working in this thread.

P#37509 2017-02-16 04:33 ( Edited 2017-02-16 09:33)

On twitter when multi-cart exports were introduced someone asked zep about this. His response was:

...just for html-exported carts; the BBS will continue to only support single carts, because that's where my heart lies :)

https://twitter.com/lexaloffle/status/804378471551991808

P#37528 2017-02-16 17:29 ( Edited 2017-02-16 22:29)

also on the 0.1.10 release thread: https://www.lexaloffle.com/bbs/?tid=28168

"Multicart exports offer a way to package and distribute what you can already do with local files (e.g. zipping up a group of carts), but isn't supported on the BBS and probably never will be. I think feeling invited to design for single 32k carts is an important aspect of PICO-8, so separating multicarts to the exporter is a way to preserve that to some degree while still broadening the scope of what can be made with PICO-8. Future binary exporters (Windows, Mac, Linux) will also support multicart in the same way."

P#37541 2017-02-16 20:58 ( Edited 2017-02-17 01:58)

Thanks for the links! Good to have a definite answer on the issue.

P#37548 2017-02-17 04:13 ( Edited 2017-02-17 09:13)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 22:48:00 | 0.012s | Q:26