Marmalade SDK DZ: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 52: Line 52:


* Marmalade SDK (c:\Marmalade\8.6\tools\dzip\)
* Marmalade SDK (c:\Marmalade\8.6\tools\dzip\)
** dzip.exe (mirror is [http://aluigi.org/misc/dzip.zip here])
** dzip.exe
* [http://aluigi.org/misc/dzip.zip Dzip] (mirrored from Marmalade SDK)
<br/><br>
<br/><br>



Revision as of 18:11, 31 July 2022

Back to index | Edit this page

DZ

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : DTRZ


Format Specifications

// header
4 bytes (char) - signature // "DTRZ"
2 bytes (uint16) - number of files
2 bytes (uint16) - number of directories
1 byte (uint8) - version  // 0

// filenames table
number_of_files *
{
   x bytes (char) - filename  // e.g. "console.bin"
}

// directory names table
number_of_directories *
{
   x bytes (char) - directory name
}


// TODO

Notes and Comments

  • This file format occurs in games made using Marmalade SDK.

Games

List of games using this file format:

  • Plants vs Zombies
  • Resident Evil: Degeneration (*.DZ) (iOS)
  • Talisman
  • Vector

QuickBMS Script

Not written yet.

Compatible Programs

  • Marmalade SDK (c:\Marmalade\8.6\tools\dzip\)
    • dzip.exe
  • Dzip (mirrored from Marmalade SDK)