Mercurial > touhou-doc
comparison 06/pbg3.xhtml @ 13:2925b0e246c6 default tip
Fix a lot of things, and add a TODO.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 17 Feb 2012 12:54:08 +0100 |
parents | b1bec4b5ccf3 |
children |
comparison
equal
deleted
inserted
replaced
12:79dfd9765a67 | 13:2925b0e246c6 |
---|---|
42 <h2>File table</h2> | 42 <h2>File table</h2> |
43 <p>The file table starts at a byte boundary, but as the rest of the file, isn't byte-aligned.<br/> | 43 <p>The file table starts at a byte boundary, but as the rest of the file, isn't byte-aligned.<br/> |
44 It consists of a sequence of entries.<br/> | 44 It consists of a sequence of entries.<br/> |
45 Each entry is composed of five fields:</p> | 45 Each entry is composed of five fields:</p> |
46 <ul> | 46 <ul> |
47 <li>unknown1 (int) #TODO</li> | 47 <li>unknown1 (int): the same for every entry of an archive, and without much change between two archives #TODO</li> |
48 <li>unknown2 (int) #TODO</li> | 48 <li>unknown2 (int) #TODO</li> |
49 <li>checksum (int): simple checksum of compressed data</li> | 49 <li>checksum (int): simple checksum of compressed data</li> |
50 <li>size (int): size of uncompressed data</li> | 50 <li>size (int): size of uncompressed data</li> |
51 <li>name (string): name of the file</li> | 51 <li>name (string): name of the file</li> |
52 </ul> | 52 </ul> |