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
 
(13 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.''


<div style="text-align: center;">
{{Research | 1| The structure of this file is well known. }}
<h2 style="color: red;">Cette section a besoin de beaucoup de recherche.<h2>
<h4 style="color: red;">Des recherches sur comment fonctionne le header et comment interagit le fichier sont nécessaire.<h4>
</div>
 
__toc__


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


La taille en octets des fichiers arz est un multiple de 2. (PGCD des tailles d'arz = 2)
[[Category:File format]]
 
[[Category:Gotcha Force]]
Tout les fichiers arz sont compressé de la même manière que les fichiers compressé contenu dans les plxxxx.pzz. Notamment pour les itxxxx_mdl.arz, ses fichiers une fois décompressé on peux retrouver les modèles des data crytal.
 
[[Fichier:Unknown(1).png|frameless|center|500px]] [[Fichier:Unknowns(1).png|vignette|center|Data Crystal. [https://gotchaforce.fandom.com/wiki/Data_Crystals Source]]]
<br>
 
=== Header ===
 
== Logiciel ==
 
Les logiciels utilisés sont 3D Model Researcher et HSDRawLibrary.
 
[[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