No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== Format == | == Format == | ||
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 | [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 decompress. 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]] |
Revision as of 08:36, 7 September 2022
Cet article est pour les format de fichiers ARZ de Gotcha Force. Voir ARZ (Format de fichier) pour les autres versions de ce fichier.
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 decompress. For more information about implementations of HSD models see the implementations page.