Hello!!!
I'm starting with PICO-8 and loving it!
I’m new to programming and the only thing that I don't like that much is the code editor. The font its pretty hard to read and the horizontal scrolling with so few characters makes it difficult to find errors.
I've read that you can just open the .p8 file and edit them with a text editor and looks like it works just fine but at the end of the file there are some weird big block of characters. Is this expected? If I edit a file with a text editor (lets say Notepad++) I just edit my code and ignore the block of weird characters???
Thank you!!! :D



Yep - just don’t touch the sections flagged by xxx (until you know what you are doing).
Note: suggest to use Visual Studio Code, there is plugin to launch pico that is quite handy (not to mention a vastly superior UI!)



The blocks at the end of the file represent the sprites, the map, the label, the sound effects, and the music. Consider getting an editor that can display these blocks (at least the three first ones) visually so you can see what they are.
[Please log in to post a comment]