Page 1 of 1

Love Chronicles: The Spell - Archive

Posted: Wed Apr 28, 2010 2:27 pm
by ubrax
I'll appreciate any help or guidance to unpack the "*.vst"-archive from the "Love Chronicles" game.
The head.bin and tail.bin may be downloaded here: http://www.motionpress.com/uploads/Love ... adTail.rar

Thanks in advance!

Re: Love Chronicles: The Spell - Archive

Posted: Wed Apr 28, 2010 2:41 pm
by aluigi
I can't test it but should work:

Code: Select all

# script for QuickBMS http://aluigi.org/papers.htm#quickbms

comtype unzip_dynamic
goto -4
get OFFSET long
goto OFFSET
get FILES long
for i = 0 < FILES
    get NAMESZ long
    getdstring NAME NAMESZ
    get OFFSET long
    get ZSIZE long
    clog NAME OFFSET ZSIZE ZSIZE
next i