It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
Dasha66: Is it normal that these 2 games have not been extracted ?
Yes, in fact the only game from Raiden Legacy that gets fully converted is Raiden (raidenb). The Fighters and Fighters 2 games are only partially converted.

From the Double Dragon Trilogy the first two are converted completly but nothing is done to the third.

They probably can be converted but the code to so is not done, I think only Double Dragon 3 is missing a file that seems to no be necessary to make it work.
The Last Blade 2 release from Code Mystics can also be converted from the files in the Data/rom directory but its bios is incomplete and not working. Any working bios like the one included in Dotemu releases should work with this.

To convert the game extract the files from the zip in the Data/rom directory of the game and run lastblade2.py. It takes a while to finish.

The zip also includes the files from the previous converters (no new conversions) and requieres Python 3 (I used 3.7 to test it). More information of what is does is included in the README. The partial convertions are skiped by default, so it does not give the false impresion that those games are fully converted and work.
avatar
renloz: The Last Blade 2 release from Code Mystics can also be converted from the files in the Data/rom directory but its bios is incomplete and not working. Any working bios like the one included in Dotemu releases should work with this.

To convert the game extract the files from the zip in the Data/rom directory of the game and run lastblade2.py. It takes a while to finish.

The zip also includes the files from the previous converters (no new conversions) and requieres Python 3 (I used 3.7 to test it). More information of what is does is included in the README. The partial convertions are skiped by default, so it does not give the false impresion that those games are fully converted and work.
Your link to the zip file says the file doesn't exist. I don't suppose you could reupload it, could you please?
avatar
renloz: The Last Blade 2 release from Code Mystics can also be converted from the files in the Data/rom directory but its bios is incomplete and not working. Any working bios like the one included in Dotemu releases should work with this.

To convert the game extract the files from the zip in the Data/rom directory of the game and run lastblade2.py. It takes a while to finish.
Your link to the zip file says the file doesn't exist. I don't suppose you could reupload it, could you please?
avatar
Valad:
I have a backup for you: https://paste.c-net.org/UphillPunitive
avatar
kbnrylaec: I have a backup for you: https://paste.c-net.org/UphillPunitive
Once again, thank you!

@renloz, how are you able to determine how to split these files? I've been trying to extract from the Arcade Archives games on the Nintendo Switch. I've been able to get the games to run but the graphics are garbled. I assume they're at the very least interleaved like how they are in The Last Blade 2. So I was wondering how you managed to figure it out.
avatar
Valad: @renloz, how are you able to determine how to split these files? I've been trying to extract from the Arcade Archives games on the Nintendo Switch. I've been able to get the games to run but the graphics are garbled. I assume they're at the very least interleaved like how they are in The Last Blade 2. So I was wondering how you managed to figure it out.
In short the idea is to do a map between the memory bits and the pixels for both the arcade machine and the rerelease and use it to do a conversion between them.

Most game files should be the mapped ROM files; just read the MAME source to see how they to separate them. For The Last Blade read neogeo.cpp

The graphic ROMs are the problematic ones as the developers seem to not only have them mapped but also changed from the original format (likely planar) to one more convenient to them (packed pixels, packed tiles/sprites). So you have two formats, the one in the rerelease and the one of the original arcade machine, you need to understand both so you can do a conversion.

To understand the arcade format you can use references of how they work from the Internet. Some very graphical, like this neogeo sprite format information, or in source code form from an emulator like MAME.

If that's still unclear you can run MAME with a game for the machine you have trouble understanding with the -debug argument and open the Memory Window (Debug, New Memory Window) and select the graphics region. There, for some machines, you can edit the memory to see how they relate to the graphics in screen, you will need to do a reboot to see the changes (F3 by default). If the machine you are running does not work you can try editing the ROM files before loading the game. Depending on the machine you can use Show Gfx to make it easier to see how the changes affect the game graphics.

For the rerelease you can do edit the graphics file and see what changes when you run the game. I don't know if this is possible with the Switch but the PC releases don't seem to care if you change the files.

Now that you now how one sprite is stored in both you need to write code to convert from one to the other and after that deinterleave the result.

Some games have encrypted graphics so they are more complicated as you will need to implement the encryption and apply it to the converted data. You can read the MAME source to understand how decryption works and use it to implement the encryption.

To not derail this thread any more if you need more info add me to your friends list an send me a message.
high rated
You have to jump through a few hoops to do it, but it's possible to extract the NES roms from Konami Collector's Series: Castlevania and Contra.

The method I used involved Linux, but I'd be very surprised if there was no way to do something similar in Windows:
https://www.gog.com/forum/konami_collectors_series_castlevania_contra/rom_files/post7

As an added bonus, you also get an extra game that's not accessible from the normal front end. :-)
Post edited September 30, 2020 by blakstar
When you say rom based do you mean the games aren't pc versions here on gog?
avatar
Truth007: When you say rom based do you mean the games aren't pc versions here on gog?
ROM based means an old console game or computer game (mostly old game cartridges) that is using an emulator or wrapper of some kind to run on a modern computer.

So they are not native PC versions, correct.
Awesome thread, Thanks for the work you put into finding what games use a rom!.
avatar
blakstar: You have to jump through a few hoops to do it, but it's possible to extract the NES roms from Konami Collector's Series: Castlevania and Contra.

The method I used involved Linux, but I'd be very surprised if there was no way to do something similar in Windows:
https://www.gog.com/forum/konami_collectors_series_castlevania_contra/rom_files/post7

As an added bonus, you also get an extra game that's not accessible from the normal front end. :-)
ADDED, thank you!
Hi,

Is Metal Gear a full port or is it en emulated version of the MSX2, NES or even DOS version ?
Post edited November 10, 2020 by Dasha66
avatar
Dasha66: Hi,

Is Metal Gear a full port or is it en emulated version of the MSX2, NES or even DOS version ?
It is MSX2 version, but it's based on the 2006 version included in MGS3 Subsistence. It's not a ROM file, its sound files and raw data are separated, and the text dialogues ingame are in a high resolution.
Thanks for the quick reply.
I wanted to check if it could be played in another 3rd party emulator.
Hello,

Does Aladdin / Lion King new release contain rom versions of the SNES and Megadrive (on top of DosBox) and can these be used in a third party emulator ?