farmerbb / RED-Project

ROM Extraction Documentation Project
211 stars 10 forks source link

SUNSOFT is Back Collection! #166

Open shawngmc opened 4 months ago

shawngmc commented 4 months ago

Package: SUNSOFT is Back! URL: https://store.steampowered.com/app/2821290/SUNSOFT_is_Back/

Titles:

Packaging:

I don't have any libraries offhand to extract Unity asset bundles in game-extraction-toolbox, so I don't see myself adding it any time soon. That said, I've made a ticket in my project (https://github.com/shawngmc/game-extraction-toolbox/issues/78) in case anyone has a good lead on a Python Unity decompression library or any docs.

TheNametag commented 2 months ago

An update here, English ROMs have been added to the collection. They can be extracted the same way, but have "EN" after "dump". Same trimming of the first 24 bytes (everything before "NES") and rename to .nes and they work.

DrAzathoth commented 1 month ago

The English version of Ripple Island seems to have a different header compared to the Japanese version. The other two games share the same header for both languages. Because of this, you should probably keep the original iNES header for Ripple Island in English just to make sure nothing breaks. At least until more research is done.

Edit: Seemingly, the only difference is the PRG ROM size. If that turns out to be the case, then the correct header should be 4E 45 53 1A 10 00 10 08 00 00 00 07 00 00 00 01 Use this header at your own risk as I cannot verify if there are any unforeseen consequences of modifying the header.