Hi, I would like to know if anyone can write/make for me a custom Deflate compressor to this archive https://drive.google.com/file/d/1sHD...w?usp=drivesdk using as base this bms script:
# Mortal Kombat Shaolin Monks EWDF
# script for QuickBMS http://quickbms.aluigi.org
comtype deflate
idstring "EWDF"
get SIZE long
get OFFSET long
get TSTAMP long
get NAME string
get ZSIZE asize
math ZSIZE - OFFSET
clog NAME OFFSET ZSIZE SIZE
I've tried with anothers Deflate compressor, but the game crashes.