I upload the file. This contain all the images to translate:
Basically i need a script to extract this and make a full italian translation.
Thanks and waiting impatiently the answer
Regards!!!
Code: Select all
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm
get SBD_SIZE asize
get FOLDER basename
for i
    savepos OFFSET
    goto 0x2 0 seek_cur
    get SIZE long
    string NAME p "%s\%d.bmp" FOLDER i
    log NAME OFFSET SIZE
    math OFFSET + SIZE
    if OFFSET >= SBD_SIZE
        break
    endif
    goto OFFSET
next i