Order & Chaos (*.amz)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
memes
Posts: 8
Joined: Thu Oct 04, 2018 2:59 pm

Order & Chaos (*.amz)

Post by memes »

I can only see one of the files using some compression tools. Try using a zip script, I get the error and does not support the compression algorithm.

I use offzip to extract some files, but I lost the file name and some bad results. Is this a custom compression format like the bin file?

Image

file https://mega.nz/#!CzBwQCZD!OQtqA6nPoOfVtrZ2DaPZ04sCrOFhmPSoqHj6LV5nBJE
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Order & Chaos (*.amz)

Post by aluigi »

Basically it's an archive containing files and "splitted" files archived as zip files :D

I have made a script that does the whole job automatically, you will directly obtain the reassembled decompressed whole files:
http://aluigi.org/bms/order_chaos_online.bms
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Gameloft Android Market ZIP (*.amz)

Post by LolHacksRule »

This is for many Gameloft games, not just O&C, AMZ = Android Market ZIP?
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Order & Chaos (*.amz)

Post by LolHacksRule »

Mega late but an AMZ for Ice Age Village from Gameloft's beta testing servers fails to extract. According to the file, it doesn't have the version in the header. You can repair AMZ files with WinRAR's repair archive function for ZIPs but not sure about ones with folders inside.

Code: Select all

  offset   filesize   filename
--------------------------------------
  00969207 3523       \custom.data
  00969497 8210       \eventParameters.xml
  009698d9 24542      \icon.png
  0096c330 5883984    \libiceage.so
  00bcb9a7 16697      \map.data
  00bcc2cb 22555      \npc.data
  00bcd0e5 163        \oconf.bar
  00bcd1f9 813        \snsConfig.xml
  00bcd39b 15967      \start.data
  00bcdc9e 506        \tile.data

Error: incomplete input file 0: IAV_ANMP_v017_HD+_fixVer.amz
       Can't read 2 bytes from offset 504b0800.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0     0%   14102      12377442   . offset 504b0800

Last script line before the error or that produced the error:
  67  idstring "PK"
  coverage file 0     0%   14102      12377442   . offset 504b0800


https://we.tl/t-9AAUgGBBGb
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Order & Chaos (*.amz)

Post by aluigi »

The only difference is that such AMZ doesn't have the version string.
You can manually remove the "get NAMESZ + getdstring NAME + get ALIGN" part from the script or wait the new version I will upload later.