Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Love Chronicles: The Spell - Archive

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
ubrax
advanced
Posts: 46
Joined: Sun Mar 15, 2009 2:16 pm
Has thanked: 20 times

Love Chronicles: The Spell - Archive

Post 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!
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Love Chronicles: The Spell - Archive

Post 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
Post Reply