Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ARZ (Gotcha Force): Difference between revisions

No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Gotcha Force | ← Gotcha Force]]
[[Gotcha Force | ← Gotcha Force]]


''Cet article est pour les format de fichiers ARZ de Gotcha Force. Voir [[ARZ (Format de fichier)]] pour les autres versions de ce fichier.''
''This article is about Gotcha Force ARZ file format and ongoing researches on it.''


__toc__
{{Research | 1| The structure of this file is well known. }}


== 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 file.arz
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.


Tout les fichiers arz sont des modèles HSD valides compressé de la même manière que les fichiers compressés contenus dans les plxxxx[[PZZ (Gotcha Force)|.pzz]]. Pour les décompresser, on utilisera :
[[Category:File format]]
pzztool.py -d -di fichier.arz
[[Category:Gotcha Force]]
On prendra ensuite soin de supprimer le dernier octet 0x00 ajouté lors de la décompression. Pour plus d'informations, voir la section [[Implémentations|implémentations]].
 
 
[[Catégorie:Format de fichier]]
[[Catégorie:Gotcha Force]]

Latest revision as of 13:24, 7 October 2023

← Gotcha Force

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.

Contents