bms script maybe not extract warc files About game wario

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
kavid
Posts: 16
Joined: Tue Jun 13, 2017 7:12 am

bms script maybe not extract warc files About game wario

Post by kavid »

bms script maybe not extract warc files About game wario

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。
kavid
Posts: 16
Joined: Tue Jun 13, 2017 7:12 am

Re: bms script maybe not extract warc files About game wario

Post by kavid »