2024-01-18 17:36:15 +00:00
|
|
|
# PICO-8 - General Guide
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2025-02-25 11:57:46 +00:00
|
|
|
<img src="../../../wiki_images/logos//pico-8-logo.png" width="100">
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-19 18:31:29 +00:00
|
|
|
PICO-8 Fantasy Console is a game engine developed by Lexaloffle Games that you need to buy a license to use.
|
|
|
|
|
2025-01-24 11:59:33 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
### Pico-8 Links:
|
2024-01-19 18:31:29 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
[Pico-8 FAQ](https://www.lexaloffle.com/pico-8.php?page=faq)
|
2024-01-19 18:31:29 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
[Pico-8 Resources](https://www.lexaloffle.com/pico-8.php?page=resources)
|
2024-01-19 18:31:29 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
[Pico-8 Website](https://www.lexaloffle.com/pico-8.php)
|
2024-01-19 18:31:29 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
[Itch.io - Pico-8](https://lexaloffle.itch.io/pico-8)
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2025-01-24 11:59:33 +00:00
|
|
|
---
|
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
## Where to put the games?
|
|
|
|
|
|
|
|
PICO-8 games should be put under the `retrodeck/roms/pico8/` directory.
|
|
|
|
|
|
|
|
## What file formats are supported?
|
|
|
|
|
2025-02-20 10:32:50 +00:00
|
|
|
| File Format | Description |
|
|
|
|
|-------------|-------------|
|
|
|
|
| .png | PICO-8 game file |
|
2024-01-19 18:31:29 +00:00
|
|
|
|
|
|
|
## Does Pico-8 require BIOS or Firmware?
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
Yes, it requires the Pico-8 software.
|
|
|
|
|
|
|
|
You can buy it from the the website or Itch.io.
|
|
|
|
|
|
|
|
### Where to put the BIOS / Firmware files?
|
|
|
|
|
|
|
|
Extract the `pico-8_*.*.**_amd64.zip` file of the Linux version into:
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-19 18:31:29 +00:00
|
|
|
`retrodeck/bios/pico-8/`
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
It should look like:
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-19 18:31:29 +00:00
|
|
|
`retrodeck/bios/pico-8/pico8 (and all the other files)`
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
## Folder structure
|
|
|
|
|
|
|
|
| Type | Folder | Comment |
|
|
|
|
| :---: | :---: | :---: |
|
|
|
|
| ROMs Folder |`retrodeck/roms/pico8/` | |
|
|
|
|
| Saves Folder |`retrodeck/saves/pico-8/` | |
|
|
|
|
| BIOS Folder | `retrodeck/bios/pico-8/` | |
|
|
|
|
|
|
|
|
## How to download the games?
|
|
|
|
|
2025-03-23 11:35:14 +00:00
|
|
|
<img src="../pico-8-vampire.png" width="600">
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2025-01-20 06:57:22 +00:00
|
|
|
1. Go to [Pico-8 Carts](https://www.lexaloffle.com/bbs/?cat=7&carts_tab=1#mode=carts&sub=2).
|
|
|
|
2. Go to a game page.
|
|
|
|
3. Navigate to the bottom left corner of the game and click on the icon called `Cart` (marked in the image).
|
|
|
|
4. A static image will now show up.
|
|
|
|
5. `Right click` the image and click `Save Image As`.
|
|
|
|
6. Give the file a name that reflects the game. In this example: Vampire vs Pope Army.png
|
|
|
|
7. Save the game into `retrodeck/roms/pico8/`
|
|
|
|
8. It can now be launched from ES-DE.
|