Hi
Just bought Pico 8 today. Really impressed with it and reminds me of the days I would code on my C64.
However when I switch from full screen it crashes. Not reason given. Just a crash message.
I am running Windows 10.



Same problem here. The new version doesn't work in windowed mode. I've tried an old 0.1.6-version and it works.
Also running Windows 10.
Edit: And now 0.1.9 starts correctly in windowed mode after i ran the old version and switched to windowed. :S



Is there a way to get hold of the old version? it now switches but it doesn't go into a proper window. instead it goes to full screen windowed.



Fixed it.
Had to got to the settings.txt and manually edit some stuff.
windowed 1 // 1 to start up in windowed mode window_position 20 20 // x and y position of window, or -1, -1 to let the window manager decide frameless 0 // 1 to use a window with no frame fullscreen_method 2 // 0 maximized window (linux) 1 borderless desktop-sized window 2 fullscreen |
also had to force a starting resolution.
// :: Video Settings video_mode 124 124 8 // set the width, height and bitdepth. ignored by fixed-res games. show_fps 0 // Draw frames per second in the corner |
[Please log in to post a comment]