Game is over here (caution: R18 game)(Pass:HelpSachiho): http://www.mediafire.com/file/f4i0nainb ... d_game.rar
From my exploration, the game is HSP (Hot Soup Processor) compiled, with assets packed in DPMX in its overlay. Likely similar to a game previously handled here but the source is no longer available.
(Unlike that one,) This didn't have a DPMX QuickBMS script that came along with it, but I found the following that can extract it:
- Ruby script, HSP DPMX unpacker — contains an HSP Key Finder and extractor, though mainly set for another game.
- Asmodean's exdpmx — straightforward to use, able to extract game assets using this one
After extraction though (in the same vain as the other game), the extracted files seems encrypted. If it helps in anything, putting the exe file in the HSP Key Finder gave me the following:
Code: Select all
HSPInitializeDataOffset - 0x10000: 98304
mode: 0
width: 640
height: 480
d: 0
chksum: 0x2596
KEY: 0xA60ACC37
I am now stuck at the game's file decryption. I tried the sound extractor from the linked thread, but it didn't work; it might have a different algorithm, or basically just doesn't accept this games' encrypted files in the first place.
I was hoping to be able to extend the music instead of recording it on the side for a much cleaner audio sample. Any help is appreciated. Thank you!