Skip to content

EPD Format Reference

Jon Daniel edited this page Nov 6, 2024 · 11 revisions

EPD POD1 POD2 POD3 POD4 POD5 POD6 Terminal Reality Home

Enhanced POD format

struct header
{
      c8<4>   ident; /* "dtxe"  or "tsal" */
      c8<256> comment;
      u32<1>  entry_count;
      u32<1>  version;
      u32<1>  checksum;
};
struct entry
{
      c8<64>  name;
      u32<1>  size;
      u32<1>  offset;
      u32<1>  timestamp;
      u32<1>  checksum;
};

Clone this wiki locally