2024-01-18 17:36:15 +00:00
# PICO-8 - General Guide
2024-01-06 08:25:02 +00:00
2024-01-18 17:36:15 +00:00
< img src = "../../../wiki_images/logos//pico-8-logo.png" >
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.
### Where to buy?
2024-01-19 18:33:38 +00:00
- [Itch.io - Pico-8 ](https://lexaloffle.itch.io/pico-8 )
- [Lexaloffle Pico-8 ](https://www.lexaloffle.com/pico-8.php )
- [Lexaloffle Voxatron / Pico-8 Bundle ](https://www.lexaloffle.com/voxatron.php )
2024-01-19 18:31:29 +00:00
2024-01-19 18:33:38 +00:00
**TIP:**
2024-01-19 18:31:29 +00:00
2024-01-19 18:33:38 +00:00
The Voxatron bundle is almost always the best deal over at Lexaloffle's website as you get both engines for only 5$ more.
2024-01-06 08:25:02 +00:00
## Where to put the games
2024-01-19 18:31:29 +00:00
PICO-8 games should be put under the `retrodeck/roms/pico8/` directory. < br >
The games can come in the format: `PNG` .
## Does Pico-8 require BIOS or Firmware?
Yes, it requires the Pico-8 software with the Pico-8 license that can be bought above.< br >
From it you should get a download link for all the versions.
2024-01-06 08:25:02 +00:00
2024-01-19 18:31:29 +00:00
Extract the zipfile 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
2024-01-19 18:31:29 +00:00
So 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
2024-01-19 18:31:29 +00:00
## Note about scraping
2024-01-06 08:25:02 +00:00
2024-01-19 18:31:29 +00:00
Pico-8 games can be poorly named and it could be hard for ScreenScraper or IGDB to find it. In some cases it could be easier to turn on interactive mode in the scraper settings and try to do it manually one by one.