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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
'FZIP' header | 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. | 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. | ||
| Line 10: | Line 10: | ||
Category:M2TW Mobile Modding | [[Category:M2TW Mobile Modding]] | ||
Latest revision as of 03:27, 5 January 2026
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...
