Difference between revisions of "RpClump"

From GTAMods Wiki
Jump to navigation Jump to search
m (whoops ^^)
Line 4: Line 4:
  
 
== See also ==
 
== See also ==
* [[RW File format specification (.dff)|RenderWare_binary_stream_file]]
+
* [[RenderWare_binary_stream_file|RW File format specification (.dff)]]
 
* [[Texture Dictionary (RW Section)]]
 
* [[Texture Dictionary (RW Section)]]

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