shawngmc / game-extraction-toolbox

Python tools for extracting ROMs from games and investigating files
MIT License
66 stars 7 forks source link

AGS Galaga: How to make the ROM compatible with FB Neo #76

Open RealRelativeEase opened 3 months ago

RealRelativeEase commented 3 months ago

The extracted ROM for Galaga wouldn't play in FB Neo for me: galaga-240320-174434

The CRC hash value can be edited using Python and forcecrc32.py. Put both prom-2.5c from inside galaga.zip and forcecrc32.py into the same folder. Open a command window in that folder, type in python forcecrc32.py prom-2.5c 000000 77245B66 and press Enter. Then put the patched prom-2.5c back in the galaga.zip folder, that's it.

galaga That man is playing Galaga ...in FB Neo!