No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
All arz files are valid HSD models compressed with the same algorithm than [[PZZ (Gotcha Force)|.pzz]] files. To decompress arz we use pzztool with -di arg: | All arz files are valid HSD models compressed with the same algorithm than [[PZZ (Gotcha Force)|.pzz]] files. To decompress arz we use pzztool with -di arg: | ||
[https://github.com/Virtual-World-RE/NeoGF/tree/main/pzztool pzztool.py] -d -di file.arz | [https://github.com/Virtual-World-RE/NeoGF/tree/main/pzztool pzztool.py] -d -di file.arz | ||
Then we have to remove the last Null byte 0x00 added during | Then we have to remove the last Null byte 0x00 added during decompression. For more information about implementations of [[Models|HSD models]] see the [[Implementations|implementations]] page. | ||
[[Category:File format]] | [[Category:File format]] | ||
[[Category:Gotcha Force]] | [[Category:Gotcha Force]] |
Latest revision as of 13:24, 7 October 2023
This article is about Gotcha Force ARZ file format and ongoing researches on it.
This file format is almost completely documented. The structure of this file is well known. |
Format
All arz files are valid HSD models compressed with the same algorithm than .pzz files. To decompress arz we use pzztool with -di arg:
pzztool.py -d -di file.arz
Then we have to remove the last Null byte 0x00 added during decompression. For more information about implementations of HSD models see the implementations page.