Plants vs Zombie Great Wall

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Plants vs Zombie Great Wall

Post by aluigi »

I will check dzip for the next version of quickbms, I have received some information that I have review and test.
sss45
Posts: 11
Joined: Wed Aug 03, 2016 3:00 pm

Re: Plants vs Zombie Great Wall

Post by sss45 »

Well thank you and when the new version quickbms? Where to see that a new version of which site? You speak Russian?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Plants vs Zombie Great Wall

Post by aluigi »

Currently I don't know when the next quickbms will be released because I need to wait for an external updated library first.
Probably in September.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Plants vs Zombie Great Wall

Post by aluigi »

New script 0.5 and new quickbms 0.7.6:
http://aluigi.org/bms/vector.bms
http://quickbms.aluigi.org

Please note that for both extraction and rebuilding is possible (and suggested) to use the official dzip.exe tool that comes with Marmalade SDK, you can find the links and information in the header of the script (there is also a link directly to dzip.exe to avoid to download the whole 1Gb SDK).
sss45
Posts: 11
Joined: Wed Aug 03, 2016 3:00 pm

Re: Plants vs Zombie Great Wall

Post by sss45 »

Good evening thank you very much everything works

You can see this file https://cloud.mail.ru/public/DUhg/CGGK5F5ie

compression method LZMA

Here is what I found on the Internet http://api.madewithmarmalade.com/group_ ... group.html
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Plants vs Zombie Great Wall

Post by aluigi »

What you linked is totally unrelated :)

You can decompress any lzma file or various types with this script:

Code: Select all

comtype lzma_dynamic
get SIZE asize
get NAME filename
clog NAME 0 SIZE SIZE
sss45
Posts: 11
Joined: Wed Aug 03, 2016 3:00 pm

Re: Plants vs Zombie Great Wall

Post by sss45 »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Plants vs Zombie Great Wall

Post by aluigi »

Why you use that script?
That file is not part of the dzip package. The script IS for the dzip packages.

I posted a script specific for lzma files in my previous post.