FZIP compression: Difference between revisions
From TWC Wiki
No edit summary |
No edit summary |
||
| 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. | ||
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...
