Log In  

Cart #kekewosoji-0 | 2022-11-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


So i watched lazy devs' youtube shorts about how he makes his shmup levels. In there he mentioned that he has different pico8 cartridges that work as tools for editing stuff like sprites, bullet patterns and level scenery. I coded a 2d space line editor that can be used for raycasting. How can i transfer all lines data to an another cartridge for use? There is a big "lines" table that containes tables with individual line data. I know that you can't transfer actual code or tables between carts so lazy devs should have used something different.

P#120615 2022-11-13 18:52

1

cstore() and reload() accept filenames. you can store data into 64 cards, when you need it.
So you must transfer your Tables to the pico-8-memory.

P#120617 2022-11-13 19:01

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-19 05:34:41 | 0.010s | Q:16