Difference between revisions of "RpClump"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{RW Section|Clump|0x0010}}
 
{{RW Section|Clump|0x0010}}
  
'''Clump''' is usually the root section of [[model file|DFF files]], thus it only contains child sections, no data. It is normally accompanied by a [[Struct (RW Section)#Clump|Struct]] section.
+
'''Clump''' is usually the root section of [[model file|DFF files]]. It only contains child sections and no data. All additional data is stored inside a [[Struct_(RW_Section)#Clump|struct section]].
 +
 
 +
== See also ==
 +
* [[RW File format specification (.dff)|RenderWare_binary_stream_file]]
 +
* [[Texture Dictionary (RW Section)]]

Revision as of 15:54, 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.

See also