farmerbb / RED-Project

ROM Extraction Documentation Project
181 stars 8 forks source link

Capcom Arcade Cabinet (Xbox 360 & PS3) #137

Open RealRelativeEase opened 6 months ago

RealRelativeEase commented 6 months ago

Capcom Arcade Cabinet is a collection of several arcade titles by Capcom, developed by M2. Inside the "media" subfolder, there are two files: alldata.bin (1.11 gigabytes) and alldata.psb.m (202 kilobytes). Maybe the ROMs can be extracted from these files using the usual tools for M2 archives?

farmerbb commented 6 months ago

The alldata.bin / alldata.psb.m files inside Capcom Arcade Cabinet only have assets for the frontend. The actual game data appears to be stored inside the folders named 000 through 017 in the media folder. These folders all have xex files named libgotch_<game name>.xex. Using Velocity to open these xex files, you can click the "Extract PE File" button to extract the dll out of the xex. The arcade ROMs are inside the dll file, offsets for the ROM data would just need to be found, then extracted using a hex editor.