Page 1 of 1

Ghost WHISPERER i need the code to file .dat

Posted: Fri Jun 10, 2011 3:14 pm
by danny
Helo friends i need te code to decompress the file lang_end.dat

THE FILE lang.dat
http://www.mediafire.com/?pzooe6fimmosss7

thanks

Re: Ghost WHISPERER i need the code to file .dat

Posted: Fri Jun 10, 2011 4:15 pm
by delutto
Dude, link broken.

Re: Ghost WHISPERER i need the code to file .dat

Posted: Fri Jun 10, 2011 4:42 pm
by danny
delutto wrote:Dude, link broken.
Thanks por the response a new link in the post

Re: Ghost WHISPERER i need the code to file .dat

Posted: Sat Jun 11, 2011 8:25 am
by delutto
What game is this? Any link to the site of the game?

Re: Ghost WHISPERER i need the code to file .dat

Posted: Sat Jun 11, 2011 11:36 am
by aluigi
script for quickbms:

Code: Select all

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

idstring "GRF"
goto 8
get OFFSET long
get SIZE asize
math SIZE -= OFFSET
comtype unzip_dynamic
clog MEMORY_FILE OFFSET SIZE SIZE
math CURR = 5
goto CURR MEMORY_FILE
get FILESIZE asize
get MEMSIZE asize MEMORY_FILE
for CURR = CURR < MEMSIZE
    get DUMMY byte MEMORY_FILE
    get NUM long MEMORY_FILE
    get DUMMY long MEMORY_FILE
    get DUMMY byte MEMORY_FILE
    get NAMESZ byte MEMORY_FILE
    getdstring NAME NAMESZ MEMORY_FILE
    get OFFSET long MEMORY_FILE
    get SIZE long MEMORY_FILE
    get ZIP byte MEMORY_FILE
    math ZSIZE = FILESIZE
    math ZSIZE -= OFFSET
    clog NAME OFFSET ZSIZE SIZE
    savepos CURR MEMORY_FILE
next
@delutto
stop writing in bold, learn the netiquette