Raiden Legacy - farmerbb/RED-Project GitHub Wiki

Raiden Legacy contains four arcade games from the Raiden series. The collection can be purchased on Steam here, as well as on GOG here, Google Play here and Amazon Appstore here.

All four games in this compilation can be extracted, and all except Raiden Fighters can be run using the latest version of MAME (or the "MAME - Current" core in RetroArch). The original Raiden game also runs in FinalBurn Neo, but with graphical glitches.

ROM Extraction Instructions

Steam and GOG Versions

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 "roms" folder inside your Raiden Legacy 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 raiden
node dotemu2mame.js rdft
node dotemu2mame.js rdft2
node dotemu2mame.js rfjet
  • The converted games are saved as *.zip files inside the "roms" folder.

Android Version (Google Play)

  1. Copy the OBB file for Raiden Legacy to your computer; this can be done a few different ways:
  • If you have ADB installed on your computer, connect your device and run this command:
adb pull /sdcard/Android/obb/com.dotemu.raidenlegacy
  • Or, use a file manager on your Android device to copy the OBB from the "Android/obb/com.dotemu.raidenlegacy" folder, then send it to your computer.
  1. Navigate to the "com.dotemu.raidenlegacy" folder, change the file extension on the OBB file from ".obb" to ".zip", then unzip the file.

  2. Navigate to the "roms" folder, then continue by following the Steam Version's instructions above.

Android Version (Amazon Appstore, Humble Bundle)

  1. Copy the APK file for Raiden Legacy to your computer; this can be done a few different ways:
  • If you have ADB installed on your computer, connect your device and run this command:
adb pull `adb shell pm path com.dotemu.raidenlegacy | sed "s/package://g"`
  • Or, use a file manager on your Android device to copy the APK, then send it to your computer.
  1. Change the file extension on the APK file from ".apk" to ".zip", then unzip the file.

  2. Navigate to the "res/raw" folder and unzip the "raidenlegacy.zip" file.

  3. Navigate to the "roms" folder, then continue by following the Steam Version's instructions above.