Updated Running PICO 8 on the GameShell (markdown)

Dan Sanderson 2018-07-28 20:37:57 -07:00
parent df235e1df1
commit cae4df0c0a

@ -88,11 +88,15 @@ When GameShell has finished booting and you see the Launcher again, a "PICO-8" i
**One of two things will happen:**
* PICO-8 starts with a chime sound, and it appears in a small square. You can use the cursor keys, but you can't use the ABXY buttons yet.
** If this happens, press MENU, then press START to select "shutdown pico-8".
* If this happens, press MENU, then press START to select "shutdown pico-8".
* PICO-8 starts with a chime sound, but you only see the GameShell "Loading" screen.
** If this happens, you'll have to connect to the command prompt via SSH and run the `sudo reboot` command.
* If this happens, connect to the command prompt via SSH and run this command:
Either way, PICO-8 has created its configuration file (among other things). We can edit this file to fix the remaining problems.
```
killall pico8_dyn
```
When PICO-8 shuts down (using either method), it creates its configuration file and some other things. We can edit this file to fix the remaining problems.
## Configuring PICO-8