Hi
I'm a fresher of pico-8, so I want to read some exist object code.
The default font is hard to read in launcher, so I try to use some editor like vs-code to open the cartridge file(*.p8.png), but it seems like it is a binary file and unreadable.
Anyone have some advises?
You can open the cartridge in Pico-8 and save it as a .p8 file (without the .png extension). That will save it in text format, and you can then open it in your preferred editor.
Or, you can read the code on the BBS. Every cartridge on the BBS has an option to view the code below it.
Simple load it in pico-8 and save it as "<name>.p8" - this should create a ASCII-File, which can be open with nearly any editor.
otherwise you can try jaP8e - https://www.lexaloffle.com/bbs/?tid=49307 - it can display the source code in p8-font or in font with higher resolution (selectable in the "zoom"-menu)
[Please log in to post a comment]