Sje.jhh

From Hard Drop Tetris Wiki

Revision as of 03:25, 1 January 2010 by Wojtek (talk | contribs) (Created page with 'Game resource archive used by TOJ. == File format == * 4 bytes - index section offset * 4 bytes - index section length * [data section] * [index section] == Index section for…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Game resource archive used by TOJ.


File format

  • 4 bytes - index section offset
  • 4 bytes - index section length
  • [data section]
  • [index section]

Index section format

Index section is encrypted with Rc4 stream cipher.

  • 4 bytes - number of entries
  • 4 bytes - unknown
  • string - path
  • 4 bytes unknown
  • string - entry 1 filename
  • 4 bytes - entry 1 offset
  • 4 bytes - entry 1 length
  • 4 bytes - unknown
  • string - entry 2 filename
  • 4 bytes - entry 2 offset
  • 4 bytes - entry 2 length
  • 4 bytes - unknown
  • string - entry 3 filename

...

  • 4 bytes - unknown
  • string - last entry filename
  • 4 bytes - last entry offset
  • 4 bytes - last entry length