first ,i use it to extract fzip files.
Code: Select all
# Game & Wario - File Decompression
# Written by Random Talking Bush
endian big
comtype COMP_UNZIP_DYNAMIC
idstring FZIP
get ZSIZE asize
math ZSIZE -= 8
get NAME filename
string NAME += .dec
clog NAME 8 ZSIZE ZSIZE
endfunction
then http://aluigi.altervista.org/bms/game_wario.bms
but i get broken msbt files.
i don't know which script cause its problem.
pls Trouble you to solve it
thank u again。