FZIP compression: Difference between revisions
From TWC Wiki
Created page with "'FZIP' header to a compressed file is found in some 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..." |
No edit summary |
||
| Line 10: | Line 10: | ||
Category:M2TW Mobile Modding | [[Category:M2TW Mobile Modding]] | ||
Revision as of 03:26, 5 January 2026
'FZIP' header to a compressed file is found in some 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...
