Found something that might be useful.
Start the game with this bat file and game will read all files from dropzone folder beside game exe.
You can monitor game and get all filenames that game reads in this way and mod the game


It's not a "fake button",
Code: Select all
comtype bpe
get size long
get ZSIZE long
set NAME string "dump"
string NAME += ".dmp"
clog NAME 8 ZSIZE size
Code: Select all
private uint[][] pTransparent;
Code: Select all
DWORD ** pTransparent
Code: Select all
uint[5][] pTransparent;
Thanks, I tested it and you are right. COMP_MSF is lzma without header.Thief1987 wrote:Seems like msf it's lzma without first five bytes
I've seen the source.All decompression function is in asm byte codes.chrrox wrote:you can see what it is doing in the source code of quickbms.
I think I looked at this a long time ago and its doing some kind of encryption thing.