diff --git a/wiki-rtd/docs/wiki_engine_guides/pico8/pico8-guide.md b/wiki-rtd/docs/wiki_engine_guides/pico8/pico8-guide.md
index f8dcb2c..686a363 100644
--- a/wiki-rtd/docs/wiki_engine_guides/pico8/pico8-guide.md
+++ b/wiki-rtd/docs/wiki_engine_guides/pico8/pico8-guide.md
@@ -4,33 +4,62 @@
PICO-8 Fantasy Console is a game engine developed by Lexaloffle Games that you need to buy a license to use.
+### Cemu Links:
-### Where to buy?
+[Pico-8 FAQ](https://www.lexaloffle.com/pico-8.php?page=faq)
-- [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)
+[Pico-8 Resources](https://www.lexaloffle.com/pico-8.php?page=resources)
-**TIP:**
+[Pico-8 Website](https://www.lexaloffle.com/pico-8.php)
-The Voxatron bundle is almost always the best deal over at Lexaloffle's website as you get both engines for only 5$ more.
+[Itch.io - Pico-8](https://lexaloffle.itch.io/pico-8)
-## Where to put the games
-PICO-8 games should be put under the `retrodeck/roms/pico8/` directory.
-The games can come in the format: `PNG`.
+## Where to put the games?
+
+PICO-8 games should be put under the `retrodeck/roms/pico8/` directory.
+
+
+
+
+## What file formats are supported?
+
+```
+.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.
-From it you should get a download link for all the versions.
-Extract the zipfile of the Linux version into:
+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:
`retrodeck/bios/pico-8/`
-So it should look like:
+It should look like:
`retrodeck/bios/pico-8/pico8 (and all the other files)`
-## Note about scraping
+## Folder structure
-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.
+| 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?
+
+
+
+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.
diff --git a/wiki-rtd/docs/wiki_images/engines/pico-8/pico-8-vampire.png b/wiki-rtd/docs/wiki_images/engines/pico-8/pico-8-vampire.png
new file mode 100644
index 0000000..8103f86
Binary files /dev/null and b/wiki-rtd/docs/wiki_images/engines/pico-8/pico-8-vampire.png differ