Difference between revisions of "Node Name (RW Section)"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
'''Node Name''' (or '''Frame'''{{ref|1}}) is one of Rockstar's [[List of RW section IDs#Rockstar.27s_Custom_Sections|custom sections]] and a child section of the [[Extension (RW Section)|extension]] of the [[Frame List (RW Section)|frame list section]] inside a [[model file|DFF model]]. It typically stores an [[wikipedia:String_(computer_science)|string]] representing the name of an frame inside the [[Frame List (RW Section)|frame list section]]. This string has no trailing zeros or paddings. It's size is defined by the size of the whole section. | '''Node Name''' (or '''Frame'''{{ref|1}}) is one of Rockstar's [[List of RW section IDs#Rockstar.27s_Custom_Sections|custom sections]] and a child section of the [[Extension (RW Section)|extension]] of the [[Frame List (RW Section)|frame list section]] inside a [[model file|DFF model]]. It typically stores an [[wikipedia:String_(computer_science)|string]] representing the name of an frame inside the [[Frame List (RW Section)|frame list section]]. This string has no trailing zeros or paddings. It's size is defined by the size of the whole section. | ||
+ | |||
+ | When this plugin is registered with the Renderware engine ingame, it is registered with 24 bytes allocated for the data size. | ||
Revision as of 23:08, 13 November 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 |
Node Name (or Frame[1]) is one of Rockstar's custom sections and a child section of the extension of the frame list section inside a DFF model. It typically stores an string representing the name of an frame inside the frame list section. This string has no trailing zeros or paddings. It's size is defined by the size of the whole section.
When this plugin is registered with the Renderware engine ingame, it is registered with 24 bytes allocated for the data size.
^The name frame is misleading since RWFrame is a core sections of the Renderware engine. Rockstar internally uses "Node Name" as a name for it's custom plugin.