Hello.
I am running Pico-8 using this bat file, so that it stays portable, and all files, settings and carts are kept in one folder (I really don't like how Pico-8 puts stuff in a random folder that Windows people usually never use).
start pico8.exe -music_volume 0 -home . -root_path . -desktop_path . %*
I also changed -music_volume to 0 in the config.txt file.
However, every time I run Pico-8, the setting in the config file gets reverted back to 256 and the music volume always stays on.
Also, every time I run Pico-8, I maximize the window (not full screen), but the next time I run it, it always starts as a small window, not a maximized window.
What am I doing wrong?
[Please log in to post a comment]