Talk:Struct (RW Section)

From GTAMods Wiki
Revision as of 02:28, 13 March 2009 by ModelingMan (talk | contribs) (New page: ==Slightly wrong information== Under "Clump" the following information is found: "The first DWORD in the struct holds the number of objects (frames) within the file. There are additional ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Slightly wrong information

Under "Clump" the following information is found:

"The first DWORD in the struct holds the number of objects (frames) within the file. There are additional DWORDs for each of them, but they are usually 0 (zero)."

Yes the first DWORD in the first struct holds the number of atomically linked objects, but that isn't the number of frames. There is not a DWORD for every object; the two additional DWORDs are the number of lights and cameras stored in the clump which, by GTA's standard, are always set to zero.

ModelingMan