Xinfengyun .mpq

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Drawing
Posts: 112
Joined: Fri Aug 05, 2016 6:17 pm

Xinfengyun .mpq

Post by Drawing »

Hi guys, happy 2018 :)

Game : http://fy.yy.com/main.html

I have just downloaded this game, found content in .MPQ archives.
Unfortunately this http://www.zezula.net/en/mpq/download.html doesn't work :(

I tried also this script I found in Xentax but everytime I try to extract a MPQ ( there are several of them) I got 2 different error ( regarding the second error I got more than 50 gb free space)

Code: Select all

# Feng Yun
# script for QuickBMS http://quickbms.aluigi.org

comtype lzo1x
get FILESIZE long
get BASE_OFF long
get FILES long
for i = 0 < FILES
    filexor 0xff
    getdstring NAME 0x100
    get OFFSET long
    get ZSIZE long
    get SIZE long
    get XSIZE long
    get CRC long
    get FLAG long
    filexor ""
    clog NAME OFFSET ZSIZE SIZE
next i


Image

Image

SAMPLES http://www24.zippyshare.com/v/wq9WnaM3/file.html
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Xinfengyun .mpq

Post by aluigi »

Drawing
Posts: 112
Joined: Fri Aug 05, 2016 6:17 pm

Re: Xinfengyun .mpq

Post by Drawing »

Hi aluigi! I know and have al ready tried with That program but doesn t work.
Times ago You made the BMs script I posted for this game. If You got time could You take a look to Your BMs script?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Xinfengyun .mpq

Post by aluigi »

I don't have scripts containing the "MPQ" string in them.
I have never worked on the MPQ format and probably this one is encrypted too, so I can't help.

Not sure if it can help but there are other topics about other games using mpq, maybe there are more info there, search the following on google:
mpq site:zenhax.com