Open RealRelativeEase opened 11 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.
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?