Starting with a self-booting MvC2 Dreamcast CD
You have two options if you're starting with a self-booting MvC2 CD: use ISOBuster or use Windows Explorer.
If you want to use ISOBuster you can:
- Use File :: Open Image and point it to your CDI file.
- Expand the CD :: Session :: Track listing so you can see the game data. That will contain subfolders like DPETC, DPFONT, and so forth. Right-click on that folder and use "Extract" to extract that all out to some place you want to work from.
- That's it! You've now got all the game data where Windows can understand it.
Now when the window pops up to chose what you want to do, click "open folder to view files". Your data will open in a Windows Explorer folder. View
Now copy and paste all the data from the CD into your "data" folder in your "selfboot" directory - except the "dummy file". That is usually named 0.bin or dummy.bin and is the only huge file among all the files you see in the window. So just select everything but the dummy file to be copied to your "data" folder. You can copy the dummy file if you want, but it's very large and will not be used.
Starting with a CDI version of Dreamcast Marvel
If you are starting out with a CDI (Disc Juggler Image File) you can still use that to extract your MvC2 data. If these steps don't work for you, use ISOBuster as specified above. If you get an error like "Windows can't access this disc" after mounting the CDI then you will need to use ISOBuster to extract it instead.
Download Daemon Tools and install the program. Once the program is installed you will see a Thunder Bolt icon near the clock in the lower right corner of your computer. View
Then right click on the icon and select the top menu item "Virtual CD/DVD-Rom", then select "Device 0: [E] No Media" and finally select "Mount Image". It will then ask you to navigate to your image file, select your MvC2 CDI file. Give it a second then it will either automatically open the contents of the CDI in a Windows Explorer, or it will ask you what you want to do with the CDI, select "open folder to view files". View
Then just copy and paste all the data into your "data" folder in your "selfboot" directory except the "dummy file". (That dummy file won't be used, so it's quicker to just ignore it.)
Starting with a CUE/BIN version of Playstation 2 Marvel
Playstation 2 images are sometimes available as a BIN (archives) and CUE (burn instructions). You can use ISOBuster to easily extract the contents of that BIN file.
Once you've done that, you will now have a MARVEL_VS_CAPCOM2 folder. Go to the PS2 folder in there and you will see a bunch of AFS archives. We will use AFSPacker to extract those AFS archives. To do this, use the command line:
That's it! You should now have all the PS2 data files needed here in your outputfolder.
Starting with a CHD version of Dreamcast Marvel vs Capcom 2
A CHD (Compressed Hunk of Data) can contain any number of things. We will presume that it contains a GDI.
You will need to use MAME's CHDMan.exe to extract this. Follow the guide at RetroPie. You want to use the "Extract CHD to GDI.bat" script in there. That simply runs:
for /r %%i in (*.chd) do chdman extractcd -i "%%i" -o "%%~ni.gdi"
There will now be a GDI file and the three data tracks from the disc in that directory. Now use the "Starting with a GDI version of Dreamcast Marvel vs Capcom 2" steps.
Starting with a GDI version of Dreamcast Marvel vs Capcom 2
How do you have a GDI? We stopped using these so long ago! (Looking at you, Fightcade.)
To extract the contents of the GDI files, we will use Gdi2Data. Download that tool from the link there.
The BAT file is broken there and doesn't work right. Most of the BAT files online don't seem to work right. So let's just ignore that and do our own thing!
What we really wanted from that package was bin2iso.exe and extract.exe. Now that we have that, do the following:
- Open up a Windows command prompt (cmd.exe)
- Browse to the location your GDI files are in. Make a directory called "data" there. Now run:
bin2iso.exe "Marvel vs. Capcom 2 (USA)03.bin" data\mvc2.iso - Now you have an ISO you can work with. You can extract the files using Extract.exe . Extract will extract the files to whatever directory you run it in. So run this now:
..\utilities\extract.exe mvc2.iso