FZIP compression
From TWC Wiki
The 'FZIP' header is found on some individually compressed files within Feral's port of M2TW to Android.
The files have the same suffix as normal e.g. .tga or .world, but are not readable by the tools that would normally open them. On inspection with a hex-editor the file starts with FZIP.
To de-compress, take a copy of the file and add the extension .zip to the file name, so it becomes
- file_name.tga.zip
or
- file_name.world.zip
unzip as usual with winRar or similar you will get the decompressed file inside a folder called file_name.tga etc...
