Double Dragon Trilogy - farmerbb/RED-Project GitHub Wiki

The Double Dragon Trilogy contains the first three Double Dragon arcade games. The collection can be purchased on Steam here.

All three games in this compilation can be extracted and run using the latest version of MAME (or the "MAME - Current" core in RetroArch). The first two games can also be run using FinalBurn Neo.

ROM Extraction Instructions

These instructions are for a Debian-based Linux distro. For Windows, follow these instructions using WSL.

  1. Open up a terminal window and navigate to the to the "resources/game" folder inside your Double Dragon install.
  • For WSL, the easiest way to do this is to open the folder in Windows explorer and type bash into the address bar.
  1. Install the required dependencies by running:
sudo apt install nodejs zip wget
  1. Download the dotemu2mame.js conversion script by running:
wget https://gist.githubusercontent.com/cxx/81b9f45eb5b3cb87b4f3783ccdf8894f/raw/5b5e677d2d904071888fe7ea08a83c50ab9ba1cb/dotemu2mame.js
  1. Run the script using:
node dotemu2mame.js .
  • The converted games are saved as *.zip files inside the "resources/game" folder.