IndexTable

Index Tables list the contents of a DBPF package. Remarks: The index table is very similar to the directory file (<a href="https://www.wiki.sc4devotion.com/index.php?title=DIR">DIR</a>) within a DPBF package. The difference being that the Index Table lists every file in the package, whereas the directory file only lists the compressed files within the package. <a href="https://www.wiki.sc4devotion.com/index.php?title=Reader">Reader</a> presents a directory file that is a mashup of these two entities, listing every file in the package, as well as indicating whether or not that particular file is compressed.

Members

Variables

groupId
uint groupId;

Group ID.

instanceId
uint instanceId;

Instance ID.

offset
uint offset;

Location offset of a file in the archive, in bytes.

resourceId
uint resourceId;

Resource ID.

size
uint size;

Size of a file, in bytes.

typeId
uint typeId;

Type ID.

See Also

<a href="https://www.wiki.sc4devotion.com/index.php?title=DBPF#Index_Table">DBPF Index Table</a> (SC4D Encyclopedia)

Meta