Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.77 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.77 KB

MMLC/DAC Extractor

Extracts NES ROMs from the Mega Man Legacy Collection (Windows) and Disney Afternoon Collection (Windows).

Based on anpage's script: https://gist.github.com/anpage/b895a34efb0bf1e4a9a4f52228067fa8

How to use

  • Make sure the latest version of Python 3 is installed at https://python.org.
  • Place one of the scripts in the same directory as the MMLC/DAC executable.
    • IMPORTANT: Make sure that the game you extracting the ROMs from is fully updated.
    • For good measure, verify the integrity of the game via Steam.
  • Run the script (in most cases, you should be able to double-click it to run it).

FAQ

What are the difference between the ROMs in the MMLC/DAC and the original ROMs?

In the case of the Mega Man ROMs in the MMLC and the ROMs in the DAC, they aren't identical to their original releases. All references to Nintendo have been removed in each game.

The Rockman ROMs are identical to the original games, however.

Are the extracted ROMs compatible with ROM hacks?

No, the ROMs included with the MMLC and DAC are modified (except for the Rockman ROMs), and thus incompatible with ROM hacks. However, I included IPS patches that make the ROMs identical to the original releases, which in turn make them compatible with ROM hacks. I would recommend making backup copies of the extracted ROMs before patching them, as there may be other changes to the ROMs that I am unaware of. You can apply the IPS patches using Lunar IPS.

Beware that applying the patches directly without making backups will overwrite the original ROMs!

An update released for the MMLC/DAC and the script doesn't output valid ROMs anymore!

This is probably due to the offsets for the ROMs shifting. Create an issue and I'll try to fix it.