Difference between revisions of "Extension (RW Section)"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 +
{{cleanup-rewrite}}
 
{{RW Section|Extension|0x0003}}
 
{{RW Section|Extension|0x0003}}
  

Revision as of 13:04, 30 October 2010

40px-Ambox rewrite orange.svg.png This article may need to be rewritten.
Please help improve this article. The discussion page may contain suggestions.
{{{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

Extension sections are containers for various child sections used by RW plugins.

Txd Extension

typedef struct txd_extra_info_s {
 uint32_t id;               // 0x03 (3)
 uint32_t chunk_size;
 uint32_t marker;
 uint8_t  data[chunk_size];
} txd_extra_info_t;