Difference between revisions of "RpClump"

From GTAMods Wiki
Jump to navigation Jump to search
m (See also)
m
Line 26: Line 26:
  
 
{{N|SA|VC}}
 
{{N|SA|VC}}
 +
[[Category:GTA_3

Revision as of 16:48, 29 October 2010

{{{NAME}}}
RenderWare Stream Section
Vendor {{{VENDORNAME}}}
Module {{{MODULENAME}}}
Module ID 0x{{{MODULEID}}}
Identifier 0x{{{IDENTIFIER}}}
Chunk ID 0x{{{MODULEID}}}{{{IDENTIFIER}}}
Versions All
Hierarchy
Parents:
None
Children:
None
Extensions:
None
File Format

Clump is usually the root section of DFF files. It only contains child sections and no data. All additional data is stored inside a struct section. A clump section may appear multiple times inside one .dff files. There is no counting variable stored inside the file defining how many clumps are stored inside it.


Structure

All additional information for the clump section is stored in a struct section which is the first child section of the clump. It stores the following information:

4b - DWORD  - Number of atomically linked objects, representing the number of atomic sections.
4b - DWORD  - Number of lights *
4b - DWORD  - Number of cameras *

* GTA does not support dynamic lights and multiple cameras so those values are zero by default.

Child sections

See also

[[Category:GTA_3