Talk:VPK (file format)
This is the discussion page of
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
VPK (file format)
.
To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page. Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
I think the bit ShaRose added about skipping refers to the same thing as the following sentence:
Each tree node begins with a null terminated ASCII string and empty strings are used to signify the end of a parent node.
Perhaps I should have been clear the leaf nodes were exempt from this; nonetheless, the pseudo-code covers it. --Nem (talk) 06:44, 5 Aug 2009
Does anybody know whether the format is Big Endian or Little Endian? Seems to be an important piece of info that has been overlooked. --Pharap (talk) 23:42, 10 Aug 2013
Assumptions
I've been doing some reverse engineering/code research and a few assumptions made in this article are incorrect:
- The ArchiveIndex, EntryOffset, and EntryLength fields of VPKDirectoryEntry can be repeated if a file has fragmented contents. This explains why there is a terminator at the end of the entry header.
- In CPackedStoreFileHandle (Alien Swarm SDK) the data referred to by the article as "Preload" is referred to as "Metadata" instead. The actual file data and the metadata are never mixed, so the comment about vmt files being stored entirely in the directory is incorrect. --BenLubar (talk) 20:05, 6 Aug 2022