Page 1 of 1

Tasogare no Sinsemilla Portable (PSP)

Posted: Sun Jun 02, 2013 1:58 pm
by chrrox
Here is a quickbms extractor for this game.
黄昏のシンセミア portable
http://www.cyberfront.co.jp/title/sinsemilla/
Image

Code: Select all

# Tasogare no Sinsemilla Portable (PSP)
# Decrypt the pgd files first then rename them to match the .hed files.
# script for QuickBMS http://quickbms.aluigi.org by chrrox

open FDDE "decrypted" 0
open FDDE "hed" 1

goto 8 1
get files long 1
goto 32 1
savepos tbl 1
for i = 0 < files
goto tbl 1
get offset long 1
get zsize long 1
get null long 1
get noff long 1
savepos tbl 1
goto noff 1
get name string 1
if zsize != 0
log MEMORY_FILE offset zsize
get Zpac long MEMORY_FILE
get size long MEMORY_FILE
math zsize - 8
clog name 8 zsize size MEMORY_FILE
endif
next i
you can open the images with
viewtopic.php?f=18&t=10489