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

MDT (Gotcha Force): Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:
</div>
</div>


Les fichiers .mdt sont similaires aux fichiers PZZ, avec un header de 0x800 / 2048 octets comprenant :
MDT files are similar to PZZ files, with a header of 0x800 / 2048 bytes including :
* le nombre de fichiers (uint32 big endian)
* the number of files (uint32 big endian)
* la taille du fichier / 0x800 pour chaque fichier
* the file size / 0x800 for each file


Il est possible d'unpack et repack les fichiers .mdt avec l'outil pzztool.py. A la différence des pzz, les fichiers internes aux .mdt sont packés non compressés.
It is possible to unpack and repack .mdt files with the pzztool.py tool. Unlike pzz, the internal files of .mdt are packaged and not compressed.


* 000 fichier dat étant à priori au même format dans l'ensemble des .mdt
* 000 dat file contains at first sight all texts of the game (Related to all dat file, not only one).
* 001 TPL comprenant un alphabet alphanumérique
* 001 TPL including an alphanumeric alphabet used by the dat file


Virtual World RE a développé le script python [https://github.com/Virtual-World-RE/NeoGF/tree/main/pzztool pzztool.py] permettant de manipuler les fichiers MDT et leurs fichiers internes.
Virtual World RE has developed the python script [https://github.com/Virtual-World-RE/NeoGF/tree/main/pzztool pzztool.py] to manipulate MDT files and their internal files.




PGCD des tailles des fichiers mdt : 2048 / 0x800
PGCD of MDT file sizes: 2048 / 0x800


[[Category:File format]]
[[Category:File format]]
[[Category:Gotcha Force]]
[[Category:Gotcha Force]]

Revision as of 14:08, 6 September 2022

← Gotcha Force

This section is currently being written.
More research is needed and some paragraphs may be wrong.

MDT files are similar to PZZ files, with a header of 0x800 / 2048 bytes including :

  • the number of files (uint32 big endian)
  • the file size / 0x800 for each file

It is possible to unpack and repack .mdt files with the pzztool.py tool. Unlike pzz, the internal files of .mdt are packaged and not compressed.

  • 000 dat file contains at first sight all texts of the game (Related to all dat file, not only one).
  • 001 TPL including an alphanumeric alphabet used by the dat file

Virtual World RE has developed the python script pzztool.py to manipulate MDT files and their internal files.


PGCD of MDT file sizes: 2048 / 0x800