-
Notifications
You must be signed in to change notification settings - Fork 10
Mega Man Legacy Collection
The Mega Man Legacy Collection contains the six NES/Famicom Mega Man/Rock Man games. The collection can be purchased on Steam here.
All of the games that come in this collection can be extracted.
-
Download the game-extraction-toolbox scripts from here https://github.com/shawngmc/game-extraction-toolbox
-
Run the toolbox.py script like so:
python toolbox.py tasks extract --srcdir "your game directory here" --destdir "your output folder here" --task mmlc1
Relpace the srcdir parameter with the location that your collection is installed to, and the destdir parameter with the location you'd like the ROMs to save to.
To get the details about what the script extracts, run python toolbox.py tasks details --task mmlc1
This information is taken directly from the game-extraction-toolbox script.
Game | Region | Filename |
---|---|---|
Mega Man | US | megaman.bin |
Mega Man 2 | US | megaman2.bin |
Mega Man 3 | US | megaman3.bin |
Mega Man 4 | US | megaman4.bin |
Mega Man 5 | US | megaman5.bin |
Mega Man 6 | US | megaman6.bin |
Rockman | Japan | rockman.bin |
Rockman 2 - Dr Wily no Nazo | Japan | rockman2.bin |
Rockman 3 - Dr Wily no Saigo! | Japan | rockman3.bin |
Rockman 4 - Aratanaru Yabou!! | Japan | rockman4.bin |
Rockman 5 - Blues no Wana! | Japan | rockman5.bin |
Rockman 6 - Shijou Saidai no Tatakai!! | Japan | rockman6.bin |
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.