Talk:VPK (file format): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '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 ar…')
 
No edit summary
Line 2: Line 2:
  ''Each tree node begins with a null terminated ASCII string and empty strings are used to signify the end of a parent node.''
  ''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. --[[User:Nem|Nem]] 06:44, 5 August 2009 (UTC)
Perhaps I should have been clear the leaf nodes were exempt from this; nonetheless, the pseudo-code covers it. --[[User:Nem|Nem]] 06:44, 5 August 2009 (UTC)
Does anybody know whether the format is Big Endian or Little Endian?
Seems to be an important piece of info that has been overlooked.--[[User:Pharap|Pharap]] 16:42, 10 August 2013 (PDT)

Revision as of 16:42, 10 August 2013

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 06:44, 5 August 2009 (UTC)

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 16:42, 10 August 2013 (PDT)